InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 07-18-2009, 01:06 AM
maya77's Avatar
maya77 maya77 is offline
Panther
 
Join Date: Jun 2008
Posts: 194
[HOW-TO] 9.7.0 kernel/PC_EFI 10 on AMD w/Leo 10.5.7 Retail

What I had before:
-Installed Leopard Retail 10.5.6 using BOOT-132 method
-Installed Chameleon 2 RC1 Bootloader
-Installed AnV Voodoo-based kernel v1.4 (9.6.0)
-Installed Leopard 10.5.7 Update, leaving kernel/System.kext 9.6.0


Problem:
1. When AnV released Voodoo-based kernel v1.5 (9.7.0) I was not able to use it.
2. When Netkas released PC_EFI v10 I was not able to use it.
In both cases system wont boot (freezes at Apple logo).


Solution:
1.
Add following extensions to "Extra" folder on your system partition:
-IntelCPUPMDisabler.kext
-dsmos.kext
-AppleDecrypt.kext
-OpenHaltRestart_1.0.3.kext

2.
Backup "boot" file from your system partition (it may be hidden file).
Then delete it and replace with PC_EFI v10:
http://netkas.org/?p=113

3.
Use DSDTPatcherGUI to create and install dsdt.aml to your system partition:
-Check "Force Compile" and "Apply DSDT"
-Ensure your system partition is selected in drop-down menu
-Compile

4.
Download moskivirit's 9.7.0 kernel, Voodoo-based (NOT AnV 9.7.0 v1.5).
http://www.insanelymac.com/forum/ind...post&p=1158507
Copy mach_kernel to your Desktop, rename it to "kernel970", then copy it to your system partition root.

5.
Ensure you have System.kext 9.7.0 installed. Update if needed.

6.
Reboot and type following in bootloader:
Code:
kernel970 -force64 -f

System will now start in 64-bit mode, using latest kernel/PC-EFI.

Later you can edit "com.apple.Boot.plist" from "Extra" folder to set kernel970 as default and use kernel flag "-force64" by default so you must not define these on every boot:
Code:
<key>Kernel</key>
<string>kernel970</string>
<key>Kernel Flags</key>
<string>-force64</string>

Notes:
-Forcing kernel to start in 64-bit mode is needed for PC_EFI 10. Otherwise you may get kernel panic.
-I have all mentioned extensions but I'm not sure if it's allowed to be posted here.
-If you have problems on the first boot then try again but with "-force64" only, or "kernel970" part only. You may wish to try "-x32" too if problem persists.


Final words:
-This worked perfect on my system. If something goes wrong on your configuration please don't blame me. Create backups of all files which needs to be replaced during this process. And here is my SysInfo: Asus A8N-E, AMD Opteron 180, Leopard 10.5.7 Retail, Chameleon 2 RC1, moskivirit's Voodoo-based 9.7.0 kernel, PC_EFI v10.


Good Luck!



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply