Page 4 of 4 FirstFirst ... 234
Results 31 to 37 of 37

Thread: GRUB unknown error

  1. #31
    Join Date
    Jul 2006
    Location
    Greece
    Beans
    Hidden!
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: GRUB unknown error

    One is an 80GB Western Digital ATA WDC WD800JB-00JJ and the other one a 40GB Seagate ATA ST340016A.

  2. #32
    Join Date
    Feb 2007
    Location
    Sydney, Australia
    Beans
    654
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GRUB unknown error

    Another scenario I thought of is: the MBR is on one disk and the boot flag is on the other.

    If that is the case he may need to re-install grub again, making sure that the correct disk is flagged.

  3. #33
    Join Date
    Apr 2008
    Beans
    3,317
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: GRUB unknown error

    Another scenario I thought of is: the MBR is on one disk and the boot flag is on the other.
    According to RESULTS.txt the boot flag in on /dev/sda1 (just where it should be) The other drive is unformated and as no boot flag. Also the OP already tried to boot with the 40GB drive removed. So the second drive is not to blame.

  4. #34
    Join Date
    Feb 2007
    Location
    Sydney, Australia
    Beans
    654
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GRUB unknown error

    I finally found the solution today when I got my Linux Format Magazine Issue 128.

    After booting up with SuperGrub Disk, in a terminal run the following 2 commands

    Code:
    sudo update-grub
    sudo grub-install /dev/sda
    I also noticed that leppie had already posted a variation of this, so I am giving credit where credit is due.

  5. #35
    Join Date
    Jul 2006
    Location
    Greece
    Beans
    Hidden!
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: GRUB unknown error

    labinsw, this was one of the first things I tried to do. It didn't work back then, it didn't work now either. Thanks for the effort anyway. Any other idea?

  6. #36
    Join Date
    Feb 2007
    Location
    Sydney, Australia
    Beans
    654
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GRUB unknown error

    Boot into the ubuntu Live CD

    In a terminal run the following commands
    Code:
    sudo mount /dev/sda1 /mnt
    sudo mount --bind /dev /mnt/dev
    sudo chroot /mnt
    update-grub
    grub-install /dev/sda
    Reboot into your Ubuntu installation.

    In a terminal run the following commands
    Code:
    update-grub
    grub-install /dev/sda
    When you reboot the second time it should be fixed.
    Last edited by labinnsw; January 21st, 2010 at 04:07 PM.

  7. #37
    Join Date
    Apr 2008
    Beans
    3,317
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: GRUB unknown error

    I inserted an Ubuntu 9.10 disk and started the computer by selecting boot from first hard disk and it worked just fine.
    This shows that grub is configured correctly. I have seen a couple cases like this before (with Legacy Grub and Grub 2), but Grub plainly refused to boot the system. So I suggest to give lilo a try:

    http://members.iinet.net.au/~herman5...ackage_Manager

Page 4 of 4 FirstFirst ... 234

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
  •