From 67b0f04649b3cb45b18f6a098c7b9a6368c89217 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Thu, 12 May 2016 01:54:49 +0200 Subject: [PATCH] novabox: boot: Add parameters to ensure that requirements are met. --- build/boot-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/boot-linux b/build/boot-linux index 0b4b573..516c3ba 100755 --- a/build/boot-linux +++ b/build/boot-linux @@ -1,6 +1,6 @@ #!/usr/bin/env novaboot # -load buildroot/images/bzImage console=ttyS2,115200 memmap=0x7C00000$0x37600000 nohpet intel_iommu=off +load buildroot/images/bzImage console=ttyS2,115200 memmap=0x7C00000$0x37600000 nohpet intel_iommu=off kvm-intel.nested=1 kvm-intel.ept=1 load buildroot/images/rootfs.cpio.gz -- 2.39.2