4CoreDual-VSTA
From OSx86
The 4CoreDual-VSTA is a low-priced motherboard made by ASRock. With PCIe and AGP as well as DDR and DDRII it is an ideal motherboard for upgrading to the 775 socket by Intel.
For SATA support use the same procedure as 775Dual-VSTA
SATA Credit: m.muller et al
Sudo nano cd /system/library/extensions/AppleVIAATA.kext/contents/info.plist
Look for:
<key>VIA SATA Controller</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleVIAATA</string>
<key>Hardware Name</key>
<string>8237 SATA</string>
<key>IOClass</key>
<string>AppleVIAATARoot</string>
<key>IOPCIPrimaryMatch</key>
and add 0x05911106 to the string below.
Then perform house cleaning:
sudo chmod -R 755 AppleVIAATA.kext sudo chown -R root:wheel AppleVIAATA.kext cd /System/Library sudo diskutil repairpermissions / sudo rm -rf Extensions.mkext Extensions.kextcache .
