OS x El capitan 10.11 – Virtualbox – Missing Bluetooth Controller Transport

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

Leave a Comment