grub.conf configuration

Mike Reinehr cmr
Mon May 17 11:58:50 PDT 2004


I could be wrong, but I don't believe this will work.

First, I don't believe that boot=/dev/hda is a proper command. In the example 
I believe that the line "#boot=/dev/hda" merely was a comment to inform the 
reader that the system would be booting off of the first hard drive.

Next, the line "root (hd0,0)" indicates to grub that it will find the kernel & 
initrd images in the first partition (hda1). Are they, in fact, located 
there?

Third, in the "kernel" line, I don't believe that the qualifier "root=LABEL=/" 
is correct. It is my understanding that "root=" should be directing grub to 
the root partition, i.e., root=/dev/hda2, root=/dev/hda3, etc.

You can find the documentation on-line at:
http://www.gnu.org/software/grub/manual/html_node/index.html

HTH

mike

On Thursday 29 January 2004 08:06 pm, Swapana Ghosh wrote:
> boot=/dev/hda
> default=0
> timeout=10
> title Red Hat Linux (2.4.20-8-Jan2004)
> ? ? ? ? root (hd0,0)
> ? ? ? ? kernel /vmlinuz-2.4.20-8-Jan2004 ro root=LABEL=/
> ? ? ? ? initrd /initrd-2.4.20-8-Jan2004.img

-- 
Debian 'Sarge': Registered Linux User #241964
----
"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC
--------



More information about the Linux-users mailing list