Yoshiko Washima, on Nov 12 2009, 11:05 AM, said:
If you don't know your way around a command prompt ........ I have better things to do with my time than to write "for dummies"-guides.
Well well so it gets really personal .... like your approach to hacking into 'osh. My comment intent was simply that your ego is a bit too bloated, and you should be afraid of not getting it exploaded at any moment .... if you would be clever enough you will read it between lines (LOL - it is sarcazm if you do not read it yet).
Your kexts and settings do not allow to have running MAC OsX Snow Leopard on Asus Commando at least for my configuration (some Boot.plist settings actually block LAN kexts and system startup
) , but other approach does.
My working OSX SL installation:
1. Configuration: Asus Commando, C2D Q6600 @ 2.4 GHz, 4 GB DRAM, 5 x SATA HDD (4 x NTFS), GeForce 8800 GTS, dual view monitor configuration, BIOS 1.9.1 from ASUS.
2. Installation: separate HDD HFS+ journaled, boot from Empire EFI (according to their ReadMe), install from retail DVD, install Chameleon 2 RC3 658, PC EFI 10.5 boot loader, create EFI hex string for GF 8800, patch by hand DSDT according to Asus P5W scheme except for Time Machine fix, use kexts AHCIPortInjector, AppleACPIPS2Nub, ApplePS2Contorller, EvOreboot, fakesmc v2, IOAHCIBlockStorageInjector, IOATAFamily, IONetworkingFamily, JMicornATA, NullCPUPowerManagment, PlatformUUID, VoodooHDA in mkext, skge.kext in System/Library/Extensions, and smbios.plist. Always use latest available stable kext version!!!.
3. Results:
- PC EFI 10.5 does not recognize PCI root device and has some other bugs with most annoying "Wait"="Yes" blocking system boot,
- loading 32 and 64 bit kernel at will,
- possible to install on AHCI and IDE HDD drive configuration,
- reboot ok, sleep not working (needs processor DSDT patching),
- Gigabit LAN 8056 OK, 8001 OK (working with skge.kext) - to get both LAN ports up and running set EthernetBuiltIn = No in Boot.plist,
- sound not working with VoodooHDA,
- FireWire working only with DSDT patching,
- GeForce 8800 GTS recognized properly, switches resolutions, supports multi monitor configurations on 2 x DVI - support through EFI string,
- USB OK, HighSpeed stable only with DSDT patching,
- relocation of memory in 64 bit OK
- fully working NTFS 3.0 driver

what makes a nice dual boot Windows/OSX machine
4. Time Machine OK - DSDT fix should ba applied to Device (P0P9)
5. Not checked DSDT for substituted OS identification.
... so some work to do, but actually from my perspective I need to fix only sound, as LAN and FireWire are working correctly.
My Boot.plist:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>-v</string>
<key>Legacy Logo</key>
<string>No</string>
<key>device-properties</key>
<string>4b02000001000000010000003f0200000d00000002010c00d041030a000000000101060000010
101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e0000000
8
00000076312e3022000000400030002c006400650076006900630065005f00740079007000650000
0
00b000000646973706c6179100000004e00560043004100500000001800000004000000000003000
c
00000000000007000000000e0000006e0061006d00650000000f0000004e5644412c506172656e74
1
4000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d4110000
0
006d006f00640065006c0000001a0000006e5669646961204765466f72636520383830304754530e
0
000004e00560050004d0000002000000001000000000000000000000000000000000000000000000
0
0000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c6179
2
d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e564
4
412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a00650000
0
0080000000000001420000000400030002c0063006f006d00700061007400690062006c006500000
0
0e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f007400
7
9007000650000000b000000646973706c61791c0000006400650076006900630065005f007400790
0
700065000000100000004e5644412c4765466f726365</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>1920x1200x32</string>
<key>EthernetBuiltIn</key>
<string>No</string>
<key>USBBusFix</key>
<string>Yes</string>
<key>Wait</key>
<string>No</string>
</dict>
</plist>
Hope this may help others with this mobo.