Search results

  1. C

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    I'm not aware of any video tutorial, but the original repo by kiler129 is very well documented. The installation has exact instructions here: https://github.com/kiler129/relax-intel-rmrr/blob/master/README.md#proxmox---premade-packages-easy To find out which kernel you have just run uname -r...
  2. C

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    this should work on all HP Gen8 server, there are essentially 2 options to patch: 1. manually, by following the original tutorial by OP and adapt to the kernel you are running 2. use the pre-compiled bins if you run kernel 5.9 or below, you can follow...
  3. C

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    ah yes, i only changed the docker compile and made the script relative to the docker build path so that i can make edits easier locally but actually, it should still work, assuming you git cloned the new repo. i changed the directory structure to move /patches into /build/proxmox so that it can...
  4. C

    [TUTORIAL] Compile Proxmox VE with patched intel-iommu driver to remove RMRR check

    I came across this thread and the original repo trying to get an HP Microserver Gen 8 working; here's the compiled binary for 5.11.x (and repo fork if you want to compile yourself) I've updated the build scripts to work with proxmox 7, but the kernel snapshot shortcut doesn't work for hirsute...