Click to See Complete Forum and Search --> : How can I configure the GRUB


patomoon
10-17-2004, 06:23 AM
I have installed Windows XP and Linux on my machine, after installation, I want to reconfigure the grub, change the default starting OS, and the wating time , but I don't know how to do it, can anyone helpl, Thanks!

Jata
10-17-2004, 06:44 AM
Try
Here (http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#grub)
or
Here (http://www.gnu.org/software/grub/manual/)

saikee
10-17-2004, 01:42 PM
The Grub boot menu is in /boot/grub/menu.lst

You can edit this text file in the desktop as it is easier than the line editor in command mode. The rule is to log in as the root user first. Grubs counts from Zero too.

The dedault booting system is controlled by the default statement. Just change the number to suit your choice.

The time taken to activate the dafault booting choice is the timeout statement. Its unit is in seconds.

patomoon
10-24-2004, 05:10 AM
Thank you all for help!