From 49603789d29339c405d96032288ffa38cd65bd66 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 27 Jun 2016 12:22:42 -0700 Subject: [PATCH] Clarify how to add parameters to xen.cfg Thank you to Jeremy Rand for clarifying this step of the instructions: https://groups.google.com/d/msg/qubes-users/VeqDPHiaKwM/j4xt1lSOCAAJ --- troubleshooting/uefi-troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/troubleshooting/uefi-troubleshooting.md b/troubleshooting/uefi-troubleshooting.md index f4b71aa3..25d0c5b7 100644 --- a/troubleshooting/uefi-troubleshooting.md +++ b/troubleshooting/uefi-troubleshooting.md @@ -38,6 +38,11 @@ There is some [common bug in UEFI implementation](http://xen.markmail.org/messag mapbs=1 noexitboot=1 + **Note:** You must add these parameters on two separate new lines (one + paramater on each line) at the end of each section that includes a kernel + line (i.e., all sections except the first one, since it doesn't have a + kernel line). + 12. Now you can reboot the system by issuing `reboot` command.