Skip to content

Instantly share code, notes, and snippets.

@calvinbalke13
Created December 30, 2025 07:04
Show Gist options
  • Select an option

  • Save calvinbalke13/a2c6fdbadc90e943bed62af09c1dc7a3 to your computer and use it in GitHub Desktop.

Select an option

Save calvinbalke13/a2c6fdbadc90e943bed62af09c1dc7a3 to your computer and use it in GitHub Desktop.
Supermicro X10 AMD V620 info
Ubuntu grub kernel command line for amdgpu compatibility with V620 on Supermicro X10 motherboard:
intel_iommu=off iommu=off amdgpu.no_system_mem_limit=0 pci=realloc=off amdgpu.gpu_recovery=1 amdgpu.ppfeaturemask=0xfff73fff amdgpu.mcbp=0 amdgpu.rebar=1 amdgpu.pcie_p2p=0 amdgpu.use_xgmi_p2p=0
May require https://github.com/xCuri0/ReBarUEFI for compatibility with ReBAR if you have an older motherboard and the UEFI firmware needs the BIOS compatibility mode to be disabled.
I recommend making sure your motherboard supports ReBAR for compatibility with the V620 so you don't have to patch the UEFI firmware which can be very risky to do.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment