LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   GRUB Loader problem (https://www.linuxquestions.org/questions/linux-hardware-18/grub-loader-problem-617652/)

sent222 01-31-2008 07:40 AM

GRUB Loader problem
 
hi everyone,
i tired installing a Fedora core 4 intel celeron 366Mhz processor with 256MB ram and 10GB hard disk. The installation went smoothly but after the installation when i rebooted the system hanged at the GRUB loader itself

i had a error like this

GRUB....

and it didnt get in after that. what can i do to bring that machine back to life with fedora.

reddazz 01-31-2008 08:06 AM

You could try reinstalling grub. If you have the first installation disc or dvd you can use that to get into rescue mode and reinstall grub. At the boot prompt, enter
Code:

linux rescue
When your Fedora installation has been found and mounted unser /mnt/sysimage, do
Code:

chroot /mnt/sysimage
grub-install /dev/hdX

Change /dev/hdX to the disk where you want grub to be install e.g. /dev/hda for the MBR of the first hard disk.


All times are GMT -5. The time now is 09:33 PM.