![]() |
|
#1
|
|||
|
|||
First of all I Would Say Hello to everybody...
Tech Specs: AMD x2 3200+ 1GB Ram Asus Mainboard (nForce Chipset) Asus Grafic te5200 (nVidia) 21" Eizo Monitor I Installed Osx on my System and everything works fine but i get 2 Errors after reebooting... the first Error is a LaptopDisplay.kext error and the second is a Problem with the Darwin Bootloader... my System boots only from the DVD....but why??? I tried to set Guid boot options but nothing happend... Any Ideas???? Sorry for my English... :-) |
#2
|
|||
|
|||
For your GUID error do the following:
There's an issue with the script that installs the GUID bootloader. Easy to fix : Code:
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" Quote:
|