After the Mac OS X mavericks virtual machine is disabled, exit osxmavericks2.iso from the storage-> storage Type Controller SATA attribute.
Click the delete button below to bring up the displayed dialog box. Click Remove.
Then, select the hackboot_mav.iso file for the CD/DVD drive disc icon add CD/DVD drive. As described in the previous article. For example:
Start the Mac OS X mavericks VM. Under the boot disk, the following page is displayed:
Choose CD/DVD drive> choose a virtual CD/DVD disk file from the VM menu and select osxmavericks2.iso.
After pressing F5 to refresh, The OSX boot icon label changes to OS X Base System (Green Light). Press enter to go to the installation system again.
The startup process may be stopped here for one minute:
Go to the installation system again. Choose utility menu> terminal:
Enter the terminal, install the kernel extension, and enter the following commands in sequence:
umount /Volumes/Mavericks
hdiutil attach /dev/disk0s2 -mountpoint /Volumes/mnt
cp -rp /Backup/Kexts/ElliottForceLegacyRTC.kext /Volumes/mnt/System/Library/Extensions
cp -rp /Backup/Kexts/FakeSMC.kext /Volumes/mnt/System/Library/Extensions
cp -rp /Backup/Kexts/NullCPUPowerManagement.kext /Volumes/mnt/System/Library/Extensions
chmod -R 0755 /Volumes/mnt/System/Library/Extensions/ElliottForceLegacyRTC.kext
chmod -R 0755 /Volumes/mnt/System/Library/Extensions/FakeSMC.kext
chmod -R 0755 /Volumes/mnt/System/Library/Extensions/NullCPUPowerManagement.kext
chown -R root:wheel /Volumes/mnt/System/Library/Extensions/ElliottForceLegacyRTC.kext
chown -R root:wheel /Volumes/mnt/System/Library/Extensions/FakeSMC.kext
chown -R root:wheel /Volumes/mnt/System/Library/Extensions/NullCPUPowerManagement.kext
hdiutil detach /Volumes/mnt
After kernel extension is installed, after exiting the terminal, you must wait for the VM's hard disk indicator to go off and power off to shut down the VM:
After the Mac OS X mavericks virtual machine is disabled, select hackboot_mav.iso in the "add CD/DVD drive" icon of the configured storage-> storage Type Controller SATA attribute CD/DVD drive.
Delete osxmavericks2.iso and add hackboot_mav.iso. The effect is as follows:
In the startup guide of hackboot_mav.iso, right-click the OSX boot page and choose start mavericks (green light). Press enter to start the system:
Start the Mac OS x mavericks Virtual Machine file and enter the Mac OS X setting country:
Enter the user name and initial password:
After completing other installation steps, do not start or register iCloud, and enter the Mac OS X system successfully:
Choose "System Preferences" from the Apple menu> "Security and Privacy" and select "any source" (used to install multibeast ):
Use safari of Mac OS X mavericks to download multibeast 6.1: http://pan.baidu.com/s/1sjcuogh. The automatically decompressed file is in the download folder. Double-click multibeast to start installation:
Click build and click Install in the lower right corner to start installation:
Wait a few minutes and shut down after the installation is complete.
Shut down and shut down the Mac OS X mavericks virtual machine, enable virtualbox to set the virtual machine, and exit the hackboot_mav.iso file in the storage-> controller SATA attribute. The exit result is as follows:
Choose "enable EFI" on the system> motherboard of the VM ":
When you start the virtual computer, the Mac OS X mavericks virtual hard disk will be started directly. You do not need to boot the hackboot_mav.iso file in the future:
The final effect is as follows:
Reprinted please indicate the source:Http://blog.csdn.net/iAm333