From 55f6930eecbc16e1f96502146371ba52f4308905 Mon Sep 17 00:00:00 2001 From: Kilian Sanceo <68781756+La-Kil@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:44:53 +0200 Subject: [PATCH] Add new command for enable insecure paravirtualization --- user/troubleshooting/installation-troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/troubleshooting/installation-troubleshooting.md b/user/troubleshooting/installation-troubleshooting.md index ddbf1a5c..e4075f34 100644 --- a/user/troubleshooting/installation-troubleshooting.md +++ b/user/troubleshooting/installation-troubleshooting.md @@ -121,5 +121,5 @@ Here are the steps to fix this. Note that this allows sys-net and sys-usb to tak 1. Change the virtualization mode of sys-net and sys-usb to "PV" 2. Add `qubes.enable_insecure_pv_passthrough` to `GRUB_CMDLINE_LINUX` in `/etc/default/grub` -3. Run `sudo grub2-mkconfig -o /boot/efi/EFI/qubes/grub.cfg` +3. Run `sudo grub2-mkconfig -o /boot/efi/EFI/qubes/grub.cfg`. If you are using a non-UEFI BIOS, run `sudo grub-mkconfig -o /boot/grub2/grub.cfg` 4. Reboot