From a858018b36c2acfa455ee91bf2130e2c5a235e2b Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Fri, 9 Feb 2018 12:40:08 +0000 Subject: [PATCH 1/2] add HVM in R4.0 won't let me start/install entry --- about/faq.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/about/faq.md b/about/faq.md index 556bfbae..1b994ea2 100644 --- a/about/faq.md +++ b/about/faq.md @@ -461,6 +461,15 @@ If it seems like the issue described in [this thread](https://github.com/QubesOS Please report (via the mailing lists) if you experience this issue, and whether disabling the compositor fixes it for you or not. +### My HVM in Qubes R4.0 won't let me start/install an OS + +I see a screen popup with SeaBios and 4 lines, last one being "Probing EDD (edd=off to disable!... ok". + +From a `dom0` prompt, enter: + + qvm-prefs kernel "" + + ---------- ## Developers From 55916a1c569d664fff64f78bcac6bd1903177065 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Fri, 9 Feb 2018 15:02:38 +0000 Subject: [PATCH 2/2] double quote -> single so Travis won't spellcheck --- about/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/faq.md b/about/faq.md index 1b994ea2..61e08437 100644 --- a/about/faq.md +++ b/about/faq.md @@ -463,7 +463,7 @@ Please report (via the mailing lists) if you experience this issue, and whether ### My HVM in Qubes R4.0 won't let me start/install an OS -I see a screen popup with SeaBios and 4 lines, last one being "Probing EDD (edd=off to disable!... ok". +I see a screen popup with SeaBios and 4 lines, last one being `Probing EDD (edd=off to disable!... ok`. From a `dom0` prompt, enter: