mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Update managing-vm-kernels.md
This commit is contained in:
parent
fdf9fcba0b
commit
e3e23814d0
@ -275,9 +275,11 @@ grub2-probe: error: cannot find a GRUB drive for /dev/mapper/dmroot. Check your
|
|||||||
|
|
||||||
Then shutdown the VM.
|
Then shutdown the VM.
|
||||||
|
|
||||||
**Note:** You may also use `PV` mode instead of `HVM` but this is not recommended for security purposes.
|
**Notes:**
|
||||||
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`.
|
* 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
|
### 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:
|
Depends on `Virtualization` mode setting:
|
||||||
|
|
||||||
* `Virtualization` mode `PV`: Possible, however use of `Virtualization` mode `PV` mode is discouraged for security purposes.
|
* `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 `PVH`: Possible.
|
||||||
* `Virtualization` mode `HVM`: Possible.
|
* `Virtualization` mode `HVM`: Possible.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user