Catatan untuk diri sendiri.
Tips dalam instalasi MacOS X di PC x86_64

Supaya bisa melakukan instalasi di Virtualbox guest, setelah buat VMnya jalankan perintah ini di cmd (as Administrator) :

  1. cd "C:\Program Files\Oracle\VirtualBox\"
  2. VBoxManage.exe modifyvm "Your VM Name" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff
  3. VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"
  4. VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
  5. VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
  6. VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
  7. VBoxManage setextradata "Your VM Name" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

Ganti resolusi jadi 640x480/800x6001024x768/1280x1024/1440x900 :

VBoxManage setextradata "VM name" VBoxInternal2/EfiGopMode 4

No comments

Leave your comment

In reply to Some User