I turned off the power to my computer by accident which was running Linux. I turned it back on expecting everything to be fine but I get
GRUB Loading stage1.5.
GRUB loading, please wait...
and it just sits there. Any ideas how to fix this?
Loading grub....
Started by Ronin, Oct 08 2006 08:03 AM
7 replies to this topic
#1
Posted 08 October 2006 - 08:03 AM
|
|
|
#2
Guest_CheeseBurgerMan_*
Posted 08 October 2006 - 01:03 PM
Guest_CheeseBurgerMan_*
Hmm, you may have corrupted the boot sectors of your hard drive, what happens when you try to load from a live CD? have you tried repairing GRUB?
#3
Posted 10 October 2006 - 05:42 PM
try booting from your install CD
what distro are you using?
usually there is an option that says "boot from hard disk"
you'll need to repair grub. google some fixes for that.
what distro are you using?
usually there is an option that says "boot from hard disk"
you'll need to repair grub. google some fixes for that.
#4
Posted 11 October 2006 - 06:36 AM
boot from hard disk just boots the corrupted linux that gets stuck on loading grub.....
#5
Guest_Jordan_*
Posted 11 October 2006 - 11:26 AM
Guest_Jordan_*
You need to boot from the CD in rescue mode. Once there mount your HD.
mount /dev/hda2 /mnt
My hd was actually hda11 so
mount /dev/hda11 /mnt
From there you can get your files back and repair grub. You may just need to run fsck disk on it though so try fsck /dev/hda11 (or /dev/hda2) before you try anything.
mount /dev/hda2 /mnt
My hd was actually hda11 so
mount /dev/hda11 /mnt
From there you can get your files back and repair grub. You may just need to run fsck disk on it though so try fsck /dev/hda11 (or /dev/hda2) before you try anything.
#6
Posted 12 October 2006 - 08:29 AM
Thanks, this worked! I must have corrupted something.
#7
Posted 07 November 2006 - 07:08 AM
Am I the only one here who doesn't know what grub is?
#8
Posted 08 November 2006 - 02:26 PM
Grub is a Multiboot boot loader meaning if you have multiple Operating Systems installed such as Windows 95, Windows XP and Linux you can choose which one to boot to at startup. Without it, you would always have to boot into one partion. The one for Suse is actually fairly nice with a graphical interface.


Sign In
Create Account


Back to top









