Results 1 to 4 of 4
  1. #1
    Broken In
    Join Date
    May 2005
    Location
    Bangalore
    Posts
    102

    Default " GRUB file not read properly " Error

    Hi,
    First some background....
    I installed RH 8.0 in my old system without a glitch during installation(text only no GUI)....
    Before this I was using Vector Linux 4.3 with LILO as bootloader.
    Now even after installing GRUB LILO refused to go away.
    So i used fdisk /mbr using a floppy disk.

    Now i tried installing GRUB from rescue mode by the usual chroot /mnt/sysimage etc (as explained in the sticky thread)
    But it said some permission error and stuff.
    So ,I booted from a boot disk and under root and gave the following command...
    Code:
    grub-install /dev/hda
    .
    It gave /boot/grub/stage1 not read properly.

    I even checked grub.conf file .
    Details are k there.

    So please help me solve this.
    Thanks for reading such a looong post
    \"Cogito,Ergo Sum\"

  2. #2
    Alpha Geek
    Join Date
    Dec 2003
    Posts
    780

    Default

    Did you ensure to chroot to your linux partition before running grub-install?

    The GRUB installer will look for the files it needs under /boot/grub, and store their physical address in the actual bootloader. If the installer does not find the required files, you will get the error message.

    I assume that

    /dev/hda1 - Redhat /boot partition (if present)
    /dev/hda2 - Redhat / partition

    1. Boot into your boot disk and mount the / partition (mount /dev/hda2 /mnt/lin)

    2. chroot to this directory (chroot /mnt/lin), mount the /boot partition at the appropriate place (mount /dev/hda1 /boot)

    3. Now run grub-install
    Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
    Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
    Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e

  3. #3
    Broken In
    Join Date
    May 2005
    Location
    Bangalore
    Posts
    102

    Default

    /dev/hda1 is my / partition...no seperate partition for /boot

    Cud u please elaborate what u meant by "Mount /boot at appropriate place"??

    Thanks in advance...
    \"Cogito,Ergo Sum\"

  4. #4
    Alpha Geek
    Join Date
    Dec 2003
    Posts
    780

    Default

    If you don't have a seperate /boot partition, you can leave that part. I mentioned it as I thought redhat creates a seperate /boot partition by default.
    Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
    Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
    Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e

Similar Threads

  1. Replies: 2
    Last Post: 23-07-2012, 04:17 PM
  2. Replies: 2
    Last Post: 23-03-2011, 06:06 PM
  3. Please check this, "Raw read error rate"
    By jack_the_ripper in forum QnA (read only)
    Replies: 6
    Last Post: 26-11-2008, 10:57 AM
  4. Replies: 19
    Last Post: 20-04-2007, 10:25 PM
  5. Memory could not be "Read" error...
    By prasad_den in forum QnA (read only)
    Replies: 3
    Last Post: 06-02-2007, 07:05 PM

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
  •  
Close