Jump to content

Loading grub....

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
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?

#2
Guest_CheeseBurgerMan_*

Guest_CheeseBurgerMan_*
  • Guests
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
icepack

icepack

    Programmer

  • Members
  • PipPipPipPip
  • 115 posts
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.

#4
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
boot from hard disk just boots the corrupted linux that gets stuck on loading grub.....

#5
Guest_Jordan_*

Guest_Jordan_*
  • Guests
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.

#6
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Thanks, this worked! I must have corrupted something.

#7
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
Am I the only one here who doesn't know what grub is?

#8
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
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.