Results 1 to 2 of 2
How can i change the boot sequence in grub from Linux to Windows being first on the list?...
- 02-25-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 88
Ubuntu 9.10, change Loading sequence in Grub?
How can i change the boot sequence in grub from Linux to Windows being first on the list?
- 02-26-2010 #2
Open /etc/default/grub file and set correct GRUB_DEFAULT=0 value.
If Windows OS is 4th entry in GRUB Menu, set GRUB_DEFAULT value to 3. Save file and execute sudo update-grub command to generate new grub.cfg file.
Code:sudo nano /etc/default/grub sudo update-grub
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote