Results 1 to 7 of 7

Thread: GRUB read error

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Beans
    7

    GRUB read error

    I've just installed Ubuntu on a 80Gb ide drive for the first time but after the install it gave me a GRUB read error.

    How can i fix this error as i don't know what to do?

    Cheers for any help i get.

  2. #2
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: GRUB read error

    What is the error number? Does it happen before you see the grub menu, or after?

  3. #3
    Join Date
    Feb 2008
    Beans
    7

    Re: GRUB read error

    The error is a stage 1.5 error but i get no error number.

    *Edit* i'm now getting an error 18
    Last edited by 3do; September 23rd, 2009 at 09:34 AM.

  4. #4
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: GRUB read error

    As a (hopefully) easy fix, try reinstalling grub to the MBR from the live CD like this:
    http://ubuntuforums.org/showthread.p...highlight=fsck
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

  5. #5
    Join Date
    Feb 2008
    Beans
    7

    Re: GRUB read error

    I am now getting an error 16 after re-installing grub.

  6. #6
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: GRUB read error

    See this about grub error 16:
    http://members.iinet.net.au/~herman546/p15.html#16
    TRy booting from the Ubuntu live CD, open a terminal, and run fsck to check the file system:
    Code:
    sudo fsck -f /dev/sdXY
    Replace XY with the drive and partition numbers for your Ubuntu root partition. For example, for me it would be:
    Code:
    sudo fsck -f /dev/sda2
    It looks like something is screwed up somewhere. I'm wondering if this is more than just a grub configuration problem. Anyway, try fsck from the live CD and reboot.
    Also, can you post your /boot/grub/menu.lst file.
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

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
  •