Results 1 to 4 of 4

Thread: [SOLVED] Help with hard drives

  1. #1
    Join Date
    May 2007
    Beans
    853
    Distro
    Ubuntu 9.10 Karmic Koala

    [SOLVED] Help with hard drives

    I've been using Ubuntu for some time now, and just bought a brand new terrabyte hard drive (hurray storage space!).

    The boot sector on my windows partition was corrupted and my ubuntu partition was getting very full so I decided that it would be a good idea to reinstall everything when I added the new hard drive.

    The reinstall of windows was good and the ubuntu install went beautifully, but I've run into some issues.

    1st issue, ever since I put the hard drive in, I now get a message when I start up my computer (after the BIOS loads) that says that I have no RAID devices configured, lists the two hard drives, and then asks me to continue by hitting F1 or enter the BIOS with F2.

    I haven't found any option in the BIOS to fix this, and when I hit F1, it automatically skips to the windows install without going through GRUB, although when I use the live CD I see that I have indeed installed ubuntu on this partition and that GRUB HAS been installed.


    right now my partition setup is as follows

    Drive - Type - Size
    sda - Fat32 - 160 GiB (for extra media storage)
    sdb1 - NTFS - 195 GiB (for windows)
    sdb2 - extended:
    sdb5 - ext3 - 732.95 GiB (root)
    sdb6 - swap - 2.94 GiB


    If you need any more system info please ask... I'm not quite sure exactly what information to give in this situation, I've never had to deal with 2 hard drives before.
    The box said that I needed to have Windows 98 or better... so I installed Linux
    Need help with shell commands? click
    Need MORE help with shell commands? advanced click

  2. #2
    Join Date
    May 2007
    Beans
    853
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help with hard drives

    So, I fixed the problem with the system pausing and asking me to press F1 by messing with the BIOS, but there's still the issue with GRUB. It seems as if I have two separate problems.
    The box said that I needed to have Windows 98 or better... so I installed Linux
    Need help with shell commands? click
    Need MORE help with shell commands? advanced click

  3. #3
    Join Date
    May 2007
    Beans
    853
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help with hard drives

    I've tried the standard grub restoration and I still can't get it to work

    what I did from inside a live CD
    Code:
    $ sudo grub
    >> find /boot/grub/stage1
    (hd1,4)
    >> root (hd1,4)
    >>setup (hd0)
    >>quit
    $ sudo reboot
    nothing happened on reboot, it went straight to windows after removing the CD.
    The box said that I needed to have Windows 98 or better... so I installed Linux
    Need help with shell commands? click
    Need MORE help with shell commands? advanced click

  4. #4
    Join Date
    May 2007
    Beans
    853
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Help with hard drives

    Solved ^^

    It turns out that my problem was a misunderstanding of how GRUB works.

    I had set my bios to boot to my new hard drive first, because this was where ubuntu was installed and I thought that It would install grub there. Grub was instead installed to the first hard drive, booting from that worked fine
    The box said that I needed to have Windows 98 or better... so I installed Linux
    Need help with shell commands? click
    Need MORE help with shell commands? advanced click

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
  •