Thread: dd if ????
View Single Post
 
Old 03-12-2008, 05:30 PM
Ianxxx Ianxxx is offline
Leopard
 
Join Date: Jan 2008
Posts: 645
if thats the case you should write in terminal after unmounting

you must cd to the i386 folder first, then type

Code:
dd if=./guid/boot1h of=/dev/disk0s2 bs=512 count=1
Code:
dd if=./guid/boot0 of=/dev/disk0 bs=400 count=1
Code:
./startupfiletool /dev/rdisk0s2 ./boot_v8
after each line you should get
a message that it has wrote data
Reply With Quote