need detail How-to to change default system in dual boot GRUB

Asked by dadvan25

I am RAW LINUX user. Ihave Windows Vista and Linux installed on my hard drive. My grub lists linux
items as first 3 choices. with Windows as 4th choice. I want windows to be 1 st choice and DEFAULT. Need details to find file, change , and reinstall corrected file.. Or open the general install file to offer " during install".. "Select Default"

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Solved by:
Zombie
Solved:
Last query:
Last reply:
Revision history for this message
thorsten (thfedler) said :
#1

Hi dadvan25,
im also a new linux user, i solved this problem by installing the program StatUp-Manager,
there you can easy change the default settings of grub

Revision history for this message
Best Zombie (initramfs) said :
#2

dadvan25,

Fire up a Terminal (Applications > Accessories > Terminal) & execute the following command:
sudo gedit /boot/grub/menu.lst
Enter the password.

In the editor, find the line
default 0 and change it to
default 4
Save the file.

From the next reboot, Windows will be the default choice.

With Regards,
Zombie.

Revision history for this message
dadvan25 (dadvan25) said :
#3

Thanks Zombie, that solved my question.

Revision history for this message
wordsmyth (wordsmyth) said :
#4

Thanks also, Zombie