How do I customise GRUB OS selector??

JoLLyRoGer

Diamond Member
Aug 24, 2000
4,153
4
81
Basically I want to set it up to default to Windows after timing out and set it for more time to make a selection. Right now it goes straight into Linux after 2 seconds, I'd at least like to have 15 seconds to make a selection. Also is there a way to change the order of selection?

I'm not trying to obligate anyone to a long drawn out explination, but I would appreciate a good "how to" webpage regarding my post.

Thanks in advance..
JR..
 

TonyRic

Golden Member
Nov 4, 1999
1,972
0
71
The file you are looking to edit is /boot/grub/menu.lst

Remember this is mine and only listed as an example, you are probably not using the same distro I am (I use Progeny/Debian) but the Grub basics are the same... Also, look for the docs under /usr/share/doc/grub there is a are html docs there that you can read with your web browser... Enjoy...


here is mine:

//QUOTE:

tonyric@tricciotti:~$ cat /boot/grub/menu.lst
timeout 10
default 0

# --> PROGENY START (1.0) <--

title Progeny Debian (kernel 2.2.18)
root (hd0,4)
kernel /boot/vmlinuz-2.2.18 root=/dev/hda5 ro
initrd /boot/initrd-2.2.18.gz

title Progeny Debian - single-user (kernel 2.2.18)
root (hd0,4)
kernel /boot/vmlinuz-2.2.18 root=/dev/hda5 ro single
initrd /boot/initrd-2.2.18.gz

title Progeny Debian (kernel 2.4.2)
root (hd0,4)
kernel /boot/vmlinuz-2.4.2 root=/dev/hda5 ro
initrd /boot/initrd-2.4.2.gz

title Progeny Debian - single-user (kernel 2.4.2)
root (hd0,4)
kernel /boot/vmlinuz-2.4.2 root=/dev/hda5 ro single
initrd /boot/initrd-2.4.2.gz

# --> PROGENY END <--

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