I’m face this problem when i wanna install new ubuntu version - 12.04 LTS on my mac machine, i just wanna try the new look of it, so i’m decide to using parallers desktop 6 to install ubuntu as virtual machine, but sadly after installation is finish, there are error warning show that parallers unable to load driver.
The answer is just simply add this shell script to terminal. The Problem is this shell script must be run each time your machine boot, my home work is how to execute this shell script automaticly everytime my machine do fresh boot.
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_hypervisor.kext"
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_hid_hook.kext"
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_usb_connect.kext"
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_netbridge.kext"
sudo kextutil "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/prl_vnic.kext"