Jan 13 2009

How to boot windows first on linux grub?

Category: Softwareadmin @ 6:43 pm

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:

  1. How to boot Linux off USB or SD flash? Linux off of usb or sd dont care which...
  2. can i copy a windows drive to another hard drive in linux? Linux so can boot from there would be able...
  3. How do I install Windows & Linux in the same computer? The same with windows like xp me is possible...
  4. 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...
  5. 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...

4 Responses to “How to boot windows first on linux grub?”

  1. Ashby says:

    Ik heb dit gedaan met SUSE voordat u zich aanmeldt bij YAST, i dont know what ubuntu's mangagement programma.

  2. Dr. Computer says:

    If you are talking about just booting in windows without the choice you cant do that. Thats why they call it dual booting.

  3. Lance B says:

    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.

  4. l d says:

    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