CentOS IOMMU related errors on system boot

From Notes_Wiki
Revision as of 07:36, 27 August 2018 by Saurabh (talk | contribs)

<yambe:breadcrumb self="CentOS IOMMU related errors on system boot">Server administration tips and tricks|Server administration tips and tricks</yambe:breadcrumb>

CentOS IOMMU related errors on system boot

On booting CentOS, RHEL or Fedora it is possible to receive large number of messages of

   PTE read access is not set

This is caused by some problem with IOMMU unit. This can be avoided (not solved) by disabling IOMMU altogether. This requires editing /etc/grub/grub.conf file and removing

   intel_iommu=on
   amd_iommu=on

options.

Note that ignoring these message flooding is not a good idea. This will cause /var/log/messages flie to become very big, system to be very slow due to continuous disk write of these log messages and would make debugging things that require /var/log/messages to be read very difficult.

This was learned from http://www.gossamer-threads.com/lists/linux/kernel/1647852



<yambe:breadcrumb self="CentOS IOMMU related errors on system boot">Server administration tips and tricks|Server administration tips and tricks</yambe:breadcrumb>