Ian K wrote:
Gabriel M. Beddingfield wrote:
Ian K wrote:

  
title=..::Gentoo Linux::..
root (hd0,1)
kernel /boot/bzImage root=/dev/hda2
    

Note that (hd0,1) == /dev/hda2

You are telling grub to look on the same partition for /boot and /.  I doubt
this is actually what you have.

The line root(hd0,1) should point to the partition that has /boot.  In this
case it's probably correct.  (If /boot is at /dev/hda2)

The kernel parameter for root should point to the partition that has your
root filesystem.  Most likely you need to change this line:

kernel /bzImage root=/dev/hda3

If you can't figure it out, post your partition layout and someone here can
help you sort through it.  :-)


  
If this clarifies, I do not have a boot partition. Its simply on /

hda1 = Windows
hda2 = Linux root.

Ian
--
[email protected] mailing list
Your configuration file seems correct.
Yet another idea is to look in your kernel config to check if you have
- setup your framebuffer support (built-in)

Axel

Reply via email to