Jump to content
7 posts in this topic

Recommended Posts

Try repairing permissions. Boot from install DVD and enter the installer ("press any key" when asked). Select Terminal in the Utilities menu and type:

cd "/Volumes/(name-of-OSX-partition)"   <--- use quotes if name has spaces
									   - but don't use parentheses
( -- give password -- )
diskutil repairPermissions ./
cd System/Library
rm -rf Extensions.mkext Extensions.kextcache
cd Extensions
find ApplePS2Controller.kext -type d -exec chmod 755 {} \;
find ApplePS2Controller.kext -type f -exec chmod 644 {} \;
chown -R root:wheel ApplePS2Controller.kext

Quit Terminal and the Installer and Reboot without the DVD

Obviously, try messing around in BIOS to see if there are any settings for PS/2. My BIOS has a PS/2 enable setting but others might not.

 

Otherwise, might have to go the VMWare route where you use VMWare to install to the hard drive but don't need to use VMWare to run the native installation. http://forum.insanelymac.com/index.php?showtopic=11314

×
×
  • Create New...