
03-14-2008, 02:45 PM
|
Jaguar
|
|
Join Date: Feb 2008
Posts: 97
|
|
There was an error in rev 1 that if you used guid then it wouldn't install the boot loader
Try
There's an issue with the script that installs the GUID bootloader.
Easy to fix :
1 - Boot with the DVD.
2 - Press F8, then type "-s"
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"
for problems with these releases go to http://osx86.wikidot.com/how-to-s and http://osx86.wikidot.com/known-issues
|