LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   MBR not valid (https://www.linuxquestions.org/questions/linux-general-1/mbr-not-valid-421087/)

jdtiede 03-02-2006 07:05 PM

MBR not valid
 
Can I correct this without reinstalling? Can't find the containers housing my FC4 disks or various live disks sicne moving in Dec.

Acron_0248 03-02-2006 07:42 PM

Well, you have two posible options:

1) With a LiveCD for example, boot in console form and you can use Grub to rewritte the MBR
Code:

grub-install --root-directory=/boot /dev/hda
Or with Lilo
Code:

chroot /mnt/hd /sbin/lilo -v -v
2) With a rescue disk of win using
Code:

FDISK /fixmbr


Bye.....

pixellany 03-02-2006 08:50 PM

Quote:

Originally Posted by Acron_0248
2) With a rescue disk of win using
Code:

FDISK /fixmbr
Bye.....

Umm---OP has a Linux system (FC4)---Putting in a Windows disk and doing "fixmbr" is not going to be a happy story...;)

Acron_0248 03-04-2006 12:02 AM

Quote:

Originally Posted by pixellany
Umm---OP has a Linux system (FC4)---Putting in a Windows disk and doing "fixmbr" is not going to be a happy story...;)

Yeah....you're rigth, sorry by that, even so, has the other options, i'm new so, I hope it works


Thanks for the correction ;)



Bye......


All times are GMT -5. The time now is 03:12 AM.