How to set Windows as Default OS in Grub
Posted By Chinmoy Kanjilal On August 24, 2009 @ 6:45 pm In Open Source Software | 3 Comments
Some of us, or rather most of us dual boot windows and Linux. Bot the operating systems are equally important to me unless you are a Linux fanatic. Windows is as much my development platform as Linux. Now, most of us using Linux also use the Grub boot loader.

Grub
An installation of Linux after windows, places Linux on the top of the grub list and Windows at the end. That also initializes with Linux in selection and our workstation boots into Linux if allowed automatically.
To change this and put Windows as the default as well as the first OS in the list, use the steps below.
gksudo gedit /boot/grub/menu.lst This brings up the grub file in Gedit, the text editor.title Microsoft Windows XP root (hd0,2) makeactive chainloader +1
without a ‘#’ comment at the line beginning.
kernel/ vmlinuz****Version** root=**** .Your windows should be on top of the grub, and the selected OS as well. Alternatively, you can set the default selection to 1, in the same file or use SUM to change these settings. I will write about SUM in a future post.
Article printed from Techie Buzz: http://techie-buzz.com
URL to article: http://techie-buzz.com/foss/windows-as-default-in-grub.html
Click here to print.
Copyright © 2006-20011 Techie Buzz. All rights reserved.