Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upPVGRUB2 does not work in Qubes 4 #3136
Comments
andrewdavidwong
added
bug
C: kernel
labels
Sep 30, 2017
andrewdavidwong
added this to the Release 4.0 milestone
Sep 30, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Sep 30, 2017
Member
pvgrub2 is works only in PV mode. VMs in Qubes 4.0 are HVM. In practice it means pvgrub2 isn't needed at all and normal grub (or other bootloader) can be used instead. To do that, set kernel property to empty value:
qvm-prefs VMNAME kernel ''
You may want to enable debug mode initially:
qvm-prefs VMNAME debug on
Yes, we need to update documentation about this.
|
pvgrub2 is works only in PV mode. VMs in Qubes 4.0 are HVM. In practice it means pvgrub2 isn't needed at all and normal grub (or other bootloader) can be used instead. To do that, set
You may want to enable debug mode initially:
Yes, we need to update documentation about this. |
marmarek
added
C: doc
and removed
C: kernel
labels
Sep 30, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dylangerdaly
Sep 30, 2017
Thank you! WireGuard works swimmingly!
qvm-prefs VMNAME kernel '' fixed my issue!
dylangerdaly
commented
Sep 30, 2017
•
|
Thank you! WireGuard works swimmingly!
|
dylangerdaly commentedSep 30, 2017
Qubes OS version (e.g.,
R3.2):4RC1
Affected TemplateVMs (e.g.,
fedora-23, if applicable):Any VM with a VM Managed Kernel
Steps to reproduce the behavior:\
Install grub2-xen, set kernel to pvgrub2 and start a VM
Expected behavior:
VM Should Boot
Actual behavior:
Missing file: /var/lib/qubes/vm-kernels/pvgrub2/modules.img
General notes:
Touching modules and copying modules from another kernel does not work (libxenlight error creating domain)
Related issues:
None