Results 1 to 8 of 8

Thread: Dual Boot, two hard drives.

  1. #1
    Join Date
    Jun 2008
    Beans
    20

    Dual Boot, two hard drives.

    Hey Everyone!

    I need to set up Dual Boot for Ubuntu and Windows Vista.

    Ubuntu is on an IDE drive and vista is on a SATA drive. If i set the IDE to boot first, Grub loads and starts Ubuntu but Ubuntu tries to load itself from the sata drive (presumably, just trying some self diagnosis. To my knowledge computers prefer SATA over IDE. also, when i unplug the SATA things work great.) so, i'm stuck on that front (but i assume there's a file to edit in ubuntu to fix this?).

    I changed the boot order to SATA first, vista loads fine but i have no option to start ubuntu properly.

    So, can someone tell me what to edit in ubuntu to get it to boot properly. OR, if possible, can i get vista to recognize ubuntu.. and will that work properly?

    THANK YOU - i know that was a lot to read,
    John

  2. #2
    Join Date
    Jun 2008
    Beans
    75
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Dual Boot, two hard drives.


  3. #3
    Join Date
    Jun 2008
    Location
    chicago area
    Beans
    51
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Dual Boot, two hard drives.

    Tried to install 2nd hard drive with vista on first drive so i could use ubuntu on second drive. No vista software to install hd from western digital. Don't want to partion vista drive . Using old machine dual drives with xp and eide drives . Works like a champ. Do not like vista slowly working up to ubuntu 8.04 does rock, better than vista.

  4. #4
    Join Date
    Jun 2008
    Beans
    20

    Re: Dual Boot, two hard drives.

    I don't know if my grub is broken.. I don't know.
    maybe i'm just not looking in the proper direction.

  5. #5
    Join Date
    Dec 2005
    Location
    N.C.
    Beans
    4,796
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Dual Boot, two hard drives.

    Quote Originally Posted by johniv View Post
    I don't know if my grub is broken.. I don't know.
    maybe i'm just not looking in the proper direction.
    When your computer boots into the grub boot menu, highlight your first Ubuntu entry, press "e", highlight the line with root, press "e" again, change root from (hdx,y) to (hd0,y), press "enter", then "b" to boot...this is temporary if it works, but you can make it permanent in your menu.lst:
    Code:
    gksudo gedit /boot/grub/menu.lst
    you would also need to change the line with #groot to the correct value.

  6. #6
    Join Date
    Jun 2008
    Beans
    20

    Re: Dual Boot, two hard drives.

    Hey confused57!

    I've got alot of experience with variables, so i need to ask if you actually want me to write (hd0,y) or whether you meant to have me leave the current number.

    currently in menu.lst i have (i haven't changed anything):
    title Ubuntu 8.04.1, kernel 2.6.24-19-generic
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=5c165038-b674-485d-917a-c46856542209 ro quiet splash
    initrd /boot/initrd.img-2.6.24-19-generic
    quiet

    under the first entry

    Thank you

  7. #7
    Join Date
    Mar 2008
    Beans
    19

    Re: Dual Boot, two hard drives.

    johniv: it is a very good idea to burn a copy of the Ubuntu live CD and keep it for when something goes wrong. It will let you boot Ubuntu and fix your master boot record. You can even surf these forums with the disc to look for advice. It has saved my installation a couple of times.

    Maybe you knew that already but I just thought I'd mention it incase you didn't.

    Im also experiencing problems with dual-boot, but my setup is a bit more complicated because I wanna get RAID-0 working. Here is my thread:

    http://ubuntuforums.org/showthread.php?t=842386
    Last edited by DeaconBlues; July 3rd, 2008 at 12:55 AM.

  8. #8
    Join Date
    Dec 2005
    Location
    N.C.
    Beans
    4,796
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Dual Boot, two hard drives.

    Quote Originally Posted by johniv View Post
    Hey confused57!

    I've got alot of experience with variables, so i need to ask if you actually want me to write (hd0,y) or whether you meant to have me leave the current number.

    currently in menu.lst i have (i haven't changed anything):
    title Ubuntu 8.04.1, kernel 2.6.24-19-generic
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=5c165038-b674-485d-917a-c46856542209 ro quiet splash
    initrd /boot/initrd.img-2.6.24-19-generic
    quiet

    under the first entry

    Thank you
    Sorry, I should have clarified that y means to leave the current number as it is, e.g. (hd0,0).

    Also, as was mentioned, you can try reinstalling grub's IPL to the mbr, using the Ubuntu live cd:
    http://ubuntuforums.org/showthread.php?t=224351

    Added: Another possiblity is to boot Ubuntu from Vista, using EasyBCD, however grub's IPL needs to be installed to Ubuntu's root partition, using the Ubuntu live cd. From the link I gave you above, you'd need to do something like:
    Code:
    root (hd0,0)
    setup (hd0,0)
    If you decide to try using Vista to boot Ubuntu, when Vista hands off to grub, you may need to use the "e" method I described earlier & change root from (hd0,0) to (hd1,0).

    Link to EasyBCD:
    http://neosmart.net/wiki/display/EBCD/Linux
    Last edited by confused57; July 3rd, 2008 at 02:05 AM.

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
  •