attempt to force-disable iommu from cmdline

This commit is contained in:
Jon Sands 2022-04-08 04:18:24 -04:00
parent b89045c905
commit 19308e7b9c

View File

@ -8,8 +8,8 @@ lb config noauto \
--debian-installer none \ --debian-installer none \
--archive-areas "main contrib non-free" \ --archive-areas "main contrib non-free" \
--apt-indices false \ --apt-indices false \
--bootappend-live "boot=live components iomem=relaxed" \ --bootappend-live "boot=live components iomem=relaxed iommu=off amd_iommu=off" \
--bootappend-live-failsafe "boot=live components iomem=relaxed" \ --bootappend-live-failsafe "boot=live components iomem=relaxed iommu=off amd_iommu=off" \
--binary-image iso-hybrid \ --binary-image iso-hybrid \
--memtest none \ --memtest none \
"${@}" "${@}"