diff --git a/user/advanced-topics/managing-vm-kernels.md b/user/advanced-topics/managing-vm-kernels.md index 903151ad..5c7ba0d6 100644 --- a/user/advanced-topics/managing-vm-kernels.md +++ b/user/advanced-topics/managing-vm-kernels.md @@ -275,9 +275,11 @@ grub2-probe: error: cannot find a GRUB drive for /dev/mapper/dmroot. Check your Then shutdown the VM. -**Note:** You may also use `PV` mode instead of `HVM` but this is not recommended for security purposes. -If you require `PV` mode, install `grub2-xen` in dom0 and change the template's kernel to `pvgrub2`. -Booting to a kernel inside the template is not supported under `PVH`. +**Notes:** + +* You may also use `PV` mode instead of `HVM` but this is not recommended for security purposes. +* If you require `PV` mode, install `grub2-xen-pvh` in dom0 and change the template's kernel to `pvgrub2-pvh`. +* Booting to a kernel inside the template is not supported under `PVH`. ### Installing kernel in Debian VM @@ -311,7 +313,7 @@ Go to dom0 -> Qubes VM Manger -> right click on the VM -> Qube settings -> Advan Depends on `Virtualization` mode setting: * `Virtualization` mode `PV`: Possible, however use of `Virtualization` mode `PV` mode is discouraged for security purposes. - * If you require `Virtualization` mode `PV` mode, install `grub2-xen` in dom0. This can be done by running command `sudo qubes-dom0-update grub2-xen` in dom0. + * If you require `Virtualization` mode `PV` mode, install `grub2-xen-pvh` in dom0. This can be done by running command `sudo qubes-dom0-update pvgrub2-pvh in dom0. * `Virtualization` mode `PVH`: Possible. * `Virtualization` mode `HVM`: Possible.