Thursday, April 17, 2008

My Grub menu.lst

# This sets the default entry to boot.
# Remember that GRUB counts from 0, so 1 is the second entry.

default 0

# This sets the length of time in seconds that grub will wait for the user to select an OS
# before it boots the default on. I reccommend at least 15 seconds.

color light-gray/blue black/light-gray

timeout 60

# Enter the entry for DSL here. Something like this.

title Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1

title Linux Puppy
root (hd0,1)
kernel /boot/vmlinuz root=/dev/hda2 ro vga=normal PMEDIA=idehd acpi=force

title Linux DSL
kernel /boot/linux24 root=/dev/hda3 quiet vga=788 PMEDIA=idehd acpi=force

No comments: