Jump to content
3 posts in this topic

Recommended Posts

Can someone tell me how to repair the master boot record through unix terminal. I can't find the command online, and I'm trying to do so using my OSX86 dvd.

Saving the mbr with dd:

dd if=/dev/hda of=/tmp/mymbr.img bs=512 count=1

Restore:

dd if=/tmp/mymbr.img of=/dev/hda

You can use linux live-CD if you have nothing else.

  • 2 weeks later...

I was in the same situation and after going thru man pages

 

i found out the following which fixed the prob for me :

 

fdisk -u

 

will overwrite a new mbr

 

i used it to get rid of Grub and to boat with only osx86 loader

 

hope it helps

 

regards

Mutahir

×
×
  • Create New...