Last active
July 4, 2024 03:01
-
-
Save shantur/21e8f90b91aab55fbe947644001fa3ff to your computer and use it in GitHub Desktop.
MacPro 6,1 Late 2013 ESXi Ubuntu FirePro D700 / D500 passthough settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ESXi Setup | |
1. Add to /etc/vmware/passthru.map | |
1002 6798 d3d0 default | |
1002 aaa0 d3d0 default | |
2. Run these commands | |
esxcli system settings kernel set -s vga -v FALSE | |
esxcli system settings kernel set -s iovDisableIR -v TRUE | |
3. Add below to VM configuration. | |
pciPassthru.use64bitMMIO = "TRUE" | |
pciPassthru.64bitMMIOSizeGB = "128" | |
4. Extract vBIOS using DarwinDumper by booting MacOS on MacPro. | |
5. Copy vBIOS to /lib/firmware/amdgpu/vbios.bin | |
6. Apply Ubuntu kernel patch from https://gist.github.com/shantur/abf342ac48c84b6ebdc5bbee8d750eff | |
7. Reboot |
@patech120 any luck making D500/D700 work under Windows 10 VM?
Windows won't work under ESXI for that you need qemu / Proxmox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I intend to try ESXi 7.0, Will this allow me to passthrough the Dual D700s to a Windows VM?