If you're new here, you may want to subscribe to my RSS feed and if you have questions related to your ubuntu system post question to our forums. Thanks for visiting!
You need to edit /boot/grub/menu.lst file
sudo vi /boot/grub/menu.lst
Look for the following option
default 0
to
default 4
Save and exit the file and reboot your system.
You will need to change that number 0 to match the Windows boot section.In most cases 4 is a default dual-boot configuration and in one my friend’s laptop this value is 5 so you need to check this and enter the value.The blocks at the bottom of the file match the items in the menu and the numbering starts at 0




Maybe there is another easier way. Use startup-manager,below the “Boot options”,you can make a choice with “Default operating system”,choose windows xp, and all done!!
This is a easy way!
i don’t have startup-manager in my ubuntu (v6), how do i get this startup-manager?
Hi,
When I try to save the change from dfault 0 to default 4 I get this message:
“You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again”
How can I fix this?
Thnx
i have the same problem “You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again”, how can i fix it PLASE! :’(
sudo apt-get install startup-manager
But it shows “Couldn’t find package startup-manager”
Please Help
Well, I guess you are not in as a root, therefore you cannot re save the menu.lst
Try it makes sense to me:
Hope this helps - I am learning by doing too.
)
M*
Anyone who is getting the same
“You do not have the permissions necessary to save the file. Please check that you typed the location correctly and try again”
How can I fix this?
This is because you need to edit the file as root (or as a user who has sudo privileges) to change the file as root open up the terminal and type sudo -i (if you are not a sudo user then you will need to load up in safe mode and log in as root on the root shell option and then type adduser yourusernamehere admin, this will set the username you entered to admin and will give you the right to change system settings e.x.) after logging in as root using the sudo -i command type sudo gedit /boot/grub/menu.lst edit the file and then save and exit. Reboot and see if it works, hope this helps!
Startup manager works he just misspelled it.
sudo apt-get install startupmanager
there is no dash in between the startup and manager
Or the easier way, just go to your software center (under the “Applications” menu. Go to “System Tools”, then select “startup-manager” from there.
(Edit: I think startup manager is not yet available for Karmic.)
I installed startup manager on Karmic, using the Software Manager.
Using the startup manager it was easy to change the default boot option.
/MrP