Enable AMD IOMMU on agares for PCI passthrough
This commit is contained in:
parent
71d33dcb70
commit
edfd136f26
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
boot.kernelParams = [ "console=ttyS0,115200" ];
|
boot.kernelParams = [
|
||||||
|
"console=ttyS0,115200"
|
||||||
|
"amd_iommu=on"
|
||||||
|
];
|
||||||
|
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
console = {
|
console = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue