Jan 13 2009
How to boot windows first on linux grub?
Linux and ubuntu linux and was wandering how could use windows alot more have gnome.
Linux and was wandering how could set it to boot windows alot more have gnome.
Related posts:
- How to boot Linux off USB or SD flash? Linux off of usb or sd dont care which...
- can i copy a windows drive to another hard drive in linux? Linux so can boot from there would be able...
- How do I install Windows & Linux in the same computer? The same with windows like xp me is possible...
- I have ubuntu linux in my system. I want to uninstall it and install Windows 98 se. How to do it? Linux cd and its boot discfloppy dont have windows...
- What Is The Better System We Can To Use Is In Our Homes / Offices LINUX or WINDOWS? For the most easyest opration system and linux becouse...


January 15th, 2009 at 6:53 pm
Ik heb dit gedaan met SUSE voordat u zich aanmeldt bij YAST, i dont know what ubuntu's mangagement programma.
January 18th, 2009 at 5:01 pm
If you are talking about just booting in windows without the choice you cant do that. Thats why they call it dual booting.
January 20th, 2009 at 1:31 am
You need to go to / boot / grub / grub.conf Windows wordt vaak genoemd als de "andere". Knip en plak het naar de top van de lijst.
January 23rd, 2009 at 11:48 am
The file to edit under Ubuntu is
/boot/grub/menu.lst
default 0
is the normal setting, and Ubuntu is the 1st entry in the menu (#0)
You can count the number of lines in the grub menu that comes up when you first turn on the machine, starting with line #0, and change Default 0 to Default x, where x is the line number for Windows (4 on my machine)
************ tried replying to your msg, but it bounces
cd /boot/grub
sudo gedit menu.lst
type in your password when prompted
if gedit doesn’t exist, replace gedit with yourfavoriteeditor