Results 1 to 5 of 5

Thread: Installed Ubuntu, Still boots straight to XP

  1. #1
    Join Date
    Nov 2008
    Location
    Douglasville, GA, USA
    Beans
    77
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Dual Boot Problems

    I've searched and haven't found a solution for this one yet, but here goes. I took a 160GB hard drive and split it into 4 partitions, 1 for Windows XP, 1 for Ubuntu, 1 for swap and 1 for future use (possible Hackintosh installation??).

    I installed Windows XP first, downloaded all my updates, etc. Then, I installed Ubuntu 9.04 and selected the Ubuntu partition. After installing it, when I reboot the machine, it just boots straight into Windows XP, and it doesn't give me the option to choose which installation I want to use.

    I wanted GRUB; I know the installation is there because when I boot with the LiveCD, it shows up.

    Thoughts, direction, help?
    Last edited by Go_Big_Blue; January 12th, 2010 at 02:31 AM.
    "Arrogance diminishes wisdom" - Star Wars Clone Wars.

  2. #2
    Join Date
    Jun 2009
    Location
    California, US
    Beans
    864
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Installed Ubuntu, Still boots straight to XP

    The glass is neither half-full nor half-empty: it's twice as big as it needs to be.

    Shameless self promotion: Cache Money Blog

  3. #3
    Join Date
    Nov 2008
    Location
    Douglasville, GA, USA
    Beans
    77
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installed Ubuntu, Still boots straight to XP

    Thank you for the reply.

    Following along on the guide, and I came up on a question.

    The guide said to type in
    Code:
    grub> setup hd0
    But my installation for Windows XP and Ubuntu is on /dev/sdc, so would I then enter the following?
    Code:
    grub> setup hd2
    "Arrogance diminishes wisdom" - Star Wars Clone Wars.

  4. #4
    Join Date
    Feb 2008
    Location
    Texas City, Texas
    Beans
    830
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Installed Ubuntu, Still boots straight to XP

    I would guess that when you installed Ubuntu, the GRUB was installed to the MBR of sdc, which is the disk that it was installed to. However your BIOS is booting from sda and the MBR there is pointing to the Windows boot loader. Therefore, Grub never gets loaded.

    Can you point the BIOS to boot from the third hard disk?
    Break it, fix it, learn something.
    People who never make mistakes seldom make anything!

  5. #5
    Join Date
    Nov 2008
    Location
    Douglasville, GA, USA
    Beans
    77
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installed Ubuntu, Still boots straight to XP

    Okay, the whole
    Code:
    grub> setup (hd2,0)
    didn't work. But putting it to
    Code:
    grub> setup (hd0)
    worked like a charm. Thanks for the help.

    BTW Miljet, I did have the 3rd HDD set to boot first in the BIOS.
    "Arrogance diminishes wisdom" - Star Wars Clone Wars.

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
  •