
01-30-2008, 08:20 PM
|
 |
|
|
Join Date: Jan 2008
Location: South Korea
Posts: 933
|
|
xan, am I wrong? Sorry, is EFI actually already included in rev.1, as well?
I don't think it is. I thought if you use RC1 then you will have to install EFI manually!
This is how to install EFI to use it with GUID for RC1/Rev.1!
Get a copy of pc_efi_v80 and save it to a FAT external harddrive / pendrive
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
|
Here's another tutorial for EFI, which works for amd AND intel:
http://forum.osx86scene.com/viewtopic.php?f=16&t=2520
I suggest that you use MBR with Rev.1, until the second Release is available! It's a lot easier.
It won't take very long until it is released to public, and it has EFI and many fixes included for an easy installation!
|