Results 1 to 6 of 6

Thread: Auto load Windows XP

  1. #1
    Join Date
    Oct 2005
    Location
    Chile
    Beans
    7
    Distro
    Ubuntu 7.04 Feisty Fawn

    Auto load Windows XP

    Hello there, I'm new to this forum, newbie but very entusiast about the wonders of linux. I installed my Ubuntu 5.04 successfully along with Windows XP. I also loaded successfully Windows XP into Grub so I have no problems using any of the Operating systems in my pc. My problem is that I don't know how to set Windows boot by default, since I'm not the only user in the house and the rest of my family uses Windows. Thanks a lot...

  2. #2
    Join Date
    May 2005
    Location
    Farmington, UT
    Beans
    832
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Auto load Windows XP

    This would simply be a matter of editing the grub config file. I don't have my linux box with me so I can't remember the path/filename offhand but you can change the default OS in that file. (I'm assuming since you mentioned you editing to include XP that you can find it again... sorry I can't remember the filename)

  3. #3
    Join Date
    Oct 2005
    Location
    Chile
    Beans
    7
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Auto load Windows XP

    Quote Originally Posted by kuyaedz
    This would simply be a matter of editing the grub config file. I don't have my linux box with me so I can't remember the path/filename offhand but you can change the default OS in that file. (I'm assuming since you mentioned you editing to include XP that you can find it again... sorry I can't remember the filename)
    Thanks for answering, are you refering to grub.conf?

  4. #4
    Join Date
    May 2005
    Location
    Farmington, UT
    Beans
    832
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Auto load Windows XP

    yeah, thats the one

  5. #5
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Auto load Windows XP

    Code:
    sudo nano /boot/grub/menu.lst
    default 0 means "make the first entry the default one."
    default 1 means "make the second entry the default one."

    And so on. Find out which entry Windows XP is (fourth, fifth, whatever), minus one and make that the default.

  6. #6
    Join Date
    Oct 2005
    Location
    Chile
    Beans
    7
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Auto load Windows XP

    It was number 3, thanks a lot!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •