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
Zimbra - Add Trusted Relay to ...
My domain name registrar offers email aliases and forwarding; however, this feature causes my mail server's SPF checks to fail because the registrar's mail rela...
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...
Linux - How to Mount Clonezill...
Make sure the partclone package is installed.apt-get install partcloneCreate an empty image file.touch image-file.imgRestore the clonezilla files into the image...
Linux - Specify From Address W...
I struggled a bit with figuring out how to specify the from email address when sending mail on the Linux command line. In short, you need to use the -r option....