-1

I downloaded an image for OS X El capitan 10.11 to start it on windows 10 via virtualBox 5.1.14, after starting it, it hangs at the error "Missing Bluetooth Controller Transport" as appears in the snapshot, I searched the internet for a solution but I failed.

OS x VM starting Error

Abdelrahman
  • 55
  • 1
  • 7

2 Answers2

14

1: Create the cmd file:

cd "C:\Program Files\Oracle\VirtualBox\"

VBoxManage.exe modifyvm "Mac OS" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff

VBoxManage setextradata "Mac OS" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3"

VBoxManage setextradata "Mac OS" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"

VBoxManage setextradata "Mac OS" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"

VBoxManage setextradata "Mac OS" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"

VBoxManage setextradata "Mac OS" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1

2: Replace “Mac OS” with your virtual machine name

3: Shut down the VM software completely and then run cmd file as admin.

4: Start VM software and start the vm

Faegy
  • 942
  • 1
  • 12
  • 29
Vadim
  • 141
  • 2
  • remind for time saving: Shut down the VM software completely and then run cmd file as admin. – nguyên Dec 19 '18 at 06:32
  • Can confirm this helped boot an old HDD from a core 2 duo iMac running Maverick. The HDD is being run as raw for direct access. – Jason Roner Jul 23 '21 at 04:45
-2

what worked for me was the tutorial from where I copy pasted had -- and "" copied as a weird characters once I changed that and executed in the CMD window it worked

Dhaval
  • 17
  • 4
  • 1
    when you mention an external tutorial you should always copy-paste the answer part, but if not at least post a link so you're answer won't be 100% useless.... here's the link I assumed you were talking about https://techsviewer.com/how-to-fix-missing-bluetooth-controller-transport-on-virtualbox/ – Ronen Ness Feb 24 '18 at 12:11