InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   dd if ???? (http://infinitemac.com/showthread.php?t=674)

Ianxxx 03-12-2008 05:07 PM

Yep unmount then open terminal and do all the previous stuff,

effigy 03-12-2008 05:07 PM

but how?

Ianxxx 03-12-2008 05:09 PM

boot with dvd
then choose disk util
click on partition click unmount
for all partitions, when you open disk util its self explanitary
then open terminal and do all the previous

effigy 03-12-2008 05:11 PM

ive unmount the partions andnow?

Ianxxx 03-12-2008 05:17 PM

change directory to i386 on your dvd 3- type cd /usr/standalone/i386

4 - type "dd if=./guid/boot1h of=/dev/rdiskXsY bs=512 count=1 (X is the disk number and Y is the partition number on which you installed Leo)
5 - type "dd if=./guid/boot0 of=/dev/diskX bs=400 count=1
6 - type "./startupfiletool -v /dev/diskXsY ./boot_v8"

effigy 03-12-2008 05:21 PM

ohhh -snipped- it the same -snipped- >DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER< what's wrong with me?

sorry guys im too silly

Ianxxx 03-12-2008 05:25 PM

r you sure you are using the right disk partitions?
I am guessing that if your osx partition is first on your disk and you are using guid it will be disk0s2
to check this

in terminal write
diskutil list

effigy 03-12-2008 05:27 PM

ill check this

Ianxxx 03-12-2008 05:30 PM

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

effigy 03-12-2008 05:39 PM

he started the setup!!