Jump to content
13 posts in this topic

Recommended Posts

Boot your system with a Gparted CD and you should see the options. You may need to set the flag for boot on the partition. On mine it was already flagged but didn't work. I had to unflag and reflag it and that did the trick.

I've set the partition as active in the mac install.

 

I went to utilities and used the terminal

fdisk -e /dev/rdisk1 (its defo disk 1 - checked that out using diskutil list)

 

p 2

 

f 2

 

(against, that's definately the partition its on)

 

write

 

y

 

exit.

 

It still wont boot unless the DVD install for leopard is in the drive.

 

Any thoughts?

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

/usr/sbin/startupfiletool /dev/rdiskXsY /usr/standalone/i386/boot

 

for this bit that says /dev/rdiskXsY am I just replacing the rdishXsY with rdisk1 (as that's the correct one) or am I typing exactly whats been written there ?

 

Many thanks

×
×
  • Create New...