分类: LINUX
2005-10-17 23:18:56
This is a rare problem with FC3 grub that hits certain computers. It
has something to do with your disk geometry and the way the disk was
partitioned. The only way to solve this is to follow this procedure:
1) Locate FC4's grub package and write down the URL. You will need this for step #7. This is currently located at
2) Insert CD1 or DVD and boot into rescue mode.
3) Enable network (ethernet)
4) Get to the command line
5) cd /mnt/sysimage
6) chroot .
7) Use a text-mode client like wget, curl, links, lynx, or lftp to download FC4's grub.
8) rpm -Uvh grub*.rpm
9) grub-install /dev/hda
This is assuming your system is installed on /dev/hda, which is the
first IDE hard drive. If this assumption is not accurate then you need
to figure out your own place to install GRUB.