
02-21-2008, 09:32 PM
|
Tiger
|
|
Join Date: Feb 2008
Posts: 261
|
|
You need to copy the EFI files to a directory on your Tiger partition name it something like efi, boot into tiger and open terminal.
Code:
sudo -s
##password
cd /efi
hdiutil unmount /dev/disk2s1
./startupfiletool /dev/disk2s1 ./boot_v8
|