Find the answer to your Linux question:
Results 1 to 10 of 10
I have a dualboot system with Ubuntu and Windows 7 (grub bootloader). I updated the firmware in my HD, and now grub doesn't work. After POST, instead of getting the ...
  1. #1
    Just Joined!
    Join Date
    Jul 2006
    Posts
    8

    [SOLVED] dualboot grub not working after HD firmware upgrade

    I have a dualboot system with Ubuntu and Windows 7 (grub bootloader). I updated the firmware in my HD, and now grub doesn't work. After POST, instead of getting the menu of OS options, I get

    "Non-system disk: press any key."

    After pressing a key, I get the Windows 7 loader, with only a Windows 7 OS option. Windows 7 boots fine, but I have no way to boot into Ubuntu.

    Is there any way to restore the grub loader without a reinstall of Ubuntu or Windows 7?

    -Thanks, LloydM

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which version of Ubuntu are you using?
    Have you set Hard disk as First Boot Device in BIOS?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jul 2006
    Posts
    8
    I am using the latest version of Ubuntu (9.10).

    HD is first boot device, CD is second, Removable third.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to re-install GRUB.
    Boot up from Ubuntu LiveCD and mount / partition of Ubuntu.
    Let say, /dev/sda3 is / partition of Ubuntu.
    Execute this in Terminal :
    Code:
    sudo mount /dev/sda3  /mnt
    sudo grub-install --root-directory=/mnt /dev/sda
    sudo umount /dev/sda3
    Reboot machine and in case it doesn't work, post the output of sudo fdisk -l command here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Are you using Ubuntu LiveCD or Alternate Installation CD?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Linux User
    Join Date
    Dec 2007
    Location
    Idaho USA
    Posts
    351
    [QUOTE I updated the firmware in my HD][/QUOTE] Why ? How?

    After pressing a key, I get the Windows 7 loader,
    From reading your post it would seem you have 2 hdds, one with linux and the other with Win 7 ?

    If you have a live linux cd can you mount and read the data on the linux partitions ?
    post output from fdisk.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I'm using the CD I burned from the 64-bit Ubuntu 9.10 ISO that I downloaded from the Ubuntu installer site.
    Isn't it a LiveCD? Doesn't Machine boot up from it and show a Desktop?

    Ubuntu 9.10 is using GRUB2 and you need Ubuntu LiveCD to re-install GRUB2. Other Boot Loader installers do not suppot GRUB2 yet.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its really easy to install GRUB2 using LiveCD only. Check post #4 in this thread and follow instructions to install GRUB2.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Jul 2006
    Posts
    8

    Solved

    Ubuntu Rescue Remix did the trick. It boots into a nice, simple text mode and the commands in post #4 (with my Linux partition device) worked. I now have the grub2 menu back.

    Thanks devilscasper!

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Glad to help you !
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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