
02-19-2008, 11:23 AM
|
Tiger
|
|
Join Date: Feb 2008
Posts: 261
|
|
But your EFI might not of installed correctly. As you were most likely not using EFI with the previous version.
You need to try and set it up manually. The hurdle will be getting to the files, as you need a drive mounted with the EFI files while you unmount your Leopard drive. These are the commands you need to run from Terminal.
Code:
cd /(whatever folder you have the EFI files)
./startupfiletool /dev/rdiskXsY ./boot_v8
dd if=/usr/standalone/i386/boot of=/dev/rdiskXsY bs=512 count=1
|