Results 1 to 8 of 8
I just installed Windows XP, and I have debian installed before, but now grub won't load and I cant boot linux. can anyone help me please??...
- 01-14-2006 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 5
I need help please
I just installed Windows XP, and I have debian installed before, but now grub won't load and I cant boot linux. can anyone help me please??
- 01-14-2006 #2
You need to re-do the grub bootloader.
- 01-14-2006 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,784
Yeah, Windows will overwrite grub everytime, so you'll need to reinstall grub as pointed out by oosterhouse.
There are quite a few ongoing threads here about reinstalling grub, so if you'll do a search, you should be able to find them. Otherwise, you can use a Knoppix CD to install grub to your mbr again.
- 01-14-2006 #4
I saw your reply and I was wondering, how would you install Grub from the Knoppix LiveCD? It wouldn't install Knoppix itself at all? Only Grub?
- 01-14-2006 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,784
This should work:
Originally Posted by oosterhouse
Boot the Knoppix CD and go to a terminal, then determine the root partition of your linux system, and mount it "dev" option enabled, with write permissions.
If the filesystem isn't mounted you'll need to mount it like this (be sure to change "hda1" and "hda" to match the root location/device in your own system):
if it's already mounted, remount it like this:Code:sudo mount -o dev,rw /mnt/hda1
now, restore grub like this:Code:sudo mount -o remount,dev,rw /mnt/hda1
if the chroot method doesn't work, try remounting as outlined above and do:Code:sudo chroot /mnt/hda1 grub-install /dev/hda
Code:sudo grub-install -root-directory=/mnt/hda1 /dev/hda
- 01-15-2006 #6Just Joined!
- Join Date
- Nov 2005
- Posts
- 5
I need to completely re-install grub... or lilo. How can I do that?
- 01-15-2006 #7
I think it works off a cd just go to http://www.gnu.org/software/grub/ and it should explain how to do it somewhere.
- 01-15-2006 #8
Or get a Knoppix livecd and do as ozar said.


Reply With Quote
