This example was done on Ubuntu server.
* Enable VM direct I/O in the BIOS.
* Open /etc/default/grub
using an editor like nano or something.
* Find GRUB_CMDLINE_LINUX_DEFAULT
and add intel_iommu=on
as a parameter. Make sure it's lowercase. Save and exit.
* update-grub
* shutdown -r now
* dmesg | grep -e DMAR -e IOMMU
and you should see a line in there stating that IOMMU is enabled.
Related Articles
The Hunt For the Ultimate Free...
I've been a hard-core Untangle fan for several years now, but I recently wanted to explore other firewall options. Being wrapped around a commercial product, U...
Zimbra - How to Stop Automatic...
By default Zimbra automatically discards inbound mail that receives a high spam score (aka "super spam"). Although the score is configurable up to 100, this de...
Why Linux is Cool
Linux proudly sits in a very special place in the heart of the IT world. Watching Linux pros clack away at the command line inspires a sense of awe and ador...
Nginx - How to Block or Redire...
I've been figuring out how to block or redirect web traffic in Nginx based on the country geoIP. NOTES* You need the package nginx-extras for this because this...