Results 1 to 4 of 4
It seems that GRUB automatically loads Linux after a few seconds. How do I change it so that it does not auto-load and/or Windows is first on the list to ...
- 07-23-2007 #1Just Joined!
- Join Date
- Jul 2007
- Location
- USA
- Posts
- 61
GRUB System Choice
It seems that GRUB automatically loads Linux after a few seconds. How do I change it so that it does not auto-load and/or Windows is first on the list to load?
- 07-23-2007 #2
in your /boot/grub.conf file they are two values default and timeout
make default=x point out to windows
remember in grub entry default=x x value starts from '0'. So if your windows entry in grub file is '3' then set default=2life is the greatest opportunity that the nature had given you
- 07-23-2007 #3Which Linux Distro do you have?
Originally Posted by EdSquareCat
Open /boot/grub/menu.lst or grub.conf file. Look for timeout line at set its value to 15. GRUB will wait for your input for 15 seconds at startup.
If you want to change the default OS, set default value to title line number od OS. Start counting from zero.
its /boot/grub/grub.conf or menu.lst.
Originally Posted by abhishek456 It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-23-2007 #4Just Joined!
- Join Date
- Jul 2007
- Location
- USA
- Posts
- 61
Thanks, people, that was easy! I'm a very new user, and I'm liking Linux more and more the more I do with it. I'm running Ubuntu Linux by the way.


Reply With Quote
