Jump to content
1 post in this topic

Recommended Posts

Hi all

 

I accidentally installed GRUB to the boot sector of my osx partition,

so if I try to chainload osx from another boot loader in the mbr, it just fires up grub,

and if I try to chainload osx again from grub, I get an hfs+ partition error, cause the boot sector is screwed :/

 

how can i restore/ rebuild the boot sector?

 

using 10.4.8

 

 

edit: SOLVED!

 

ok, that did it:

 

booted from install dvd, fired up a terminal

 

dd if=/usr/standalone/i386/boot1h of=/dev/diskXsY bs=512 count=1

bless -device /dev/diskXsY -setBoot

 

didnt have to fiddle with startupfiletool

Edited by sse
×
×
  • Create New...