View Single Post
 
Old 01-30-2008, 09:04 PM
xan xan is offline
Jaguar
 
Join Date: Jan 2008
Posts: 85
Quote:
Puttabong's step by step for GUID+EFI

Quote:
boot with the dvd

open a terminal and type

diskutil list

diskutil unmount /dev/diskXsY

cd /volumes/"YourVolumeNameHere"/pc_efi_v80

umount -f /dev/diskXsY

./startupfiletool /dev/rdiskXsY ./boot_v8

dd if=./guid/boot1h of=/dev/rdiskXsY bs=512 count=1

diskutil unmount /dev/diskX

dd if=./guid/boot0 of=/dev/diskX bs=400 count=1
Quote:
Here's another tutorial for EFI, which works for amd AND intel:
http://forum.osx86scene.com/viewtopic.php?f=16&t=2520

diskutil list

diskutil unmount diskXsY

cd /Volumes/bootloader/pc_efi_v80

./startupfiletool /dev/diskXsY ./boot_v8

dd if=./guid/boot1h of=/dev/diskXsY bs=512 count=1

dd if=./guid/boot0 of=/dev/diskX bs=400 count=1
there is a difference between Puttabong and the other guid: the one make rdisk the other one only disk
whats right now?

@Puttabong: u were right, there is a difference between Master and Slave on Sata! the board is looking for the right connectivity and switch between master/slave. i'm definitely on master now!
Reply With Quote