Results 1 to 6 of 6
I really need help. Today I bought "Linux For Dummies", and it came with an installer disk for installing Fedora. I put it on a USB 500 GB external hard ...
- 03-22-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
GRUB Disk Error, I'm a noob
I really need help. Today I bought "Linux For Dummies", and it came with an installer disk for installing Fedora. I put it on a USB 500 GB external hard drive, and it works fine. The only thing is that when I try to start Windows (7), it says GRUB Disk error. I need simple instructions for fixing this. I have the latest BIOS. If you need any more information, just ask!
- 03-22-2009 #2
Supergrub will normally fix this sort of problem
The default install will put grub code in the MBR of the first hard drive (the one you boot the system from). When you unplug the external drive you are likely to get an error. Give Supergrub a try ... use the fix windows boot option.
- 03-22-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
Can I boot that from the boot menu?
- 03-22-2009 #4
Look at the link in my previous post ... you download SuperGrub and either burn a CD or make a bootable USB pendrive.
- 03-22-2009 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
So all the contents of my hard drive are still there?
- 03-22-2009 #6
You can run
to see partition structure ... Supergrub can write Windows bootloader code back to the MBR and can also be used to boot an OS directly in most instances. Give it a try ...Code:sudo fdisk -l


Reply With Quote