I installed Qubes 4.2.3 on my Framework 13 AMD Ryzen 7840U. Doing this required disabling Secure Boot in the UEFI BIOS, using the latest kernel (otherwise the screen would go blank immediately after asking for the FDE password) and adding the ioapic_ack=new
kernel param (to get the touchpad working). Other than that, I left all options at their default.
The installation goes fine, then towards the end of the configuration during the first boot, I get the following error:
['/usr/bin/qvm-start', 'sys-firewall'] failed:
stdout: ""
stderr: "Start failed: internal error: libxenlight failed to create new domain 'sys-net', see /var/log/libvirt/libxl/libxl-driver.log for details
"
/var/log/libvirt/libxl/libxl-driver.log
contains:
libxl: libxl_dm.c:2857:stubdom_xswait_cb: Domain 5:stubdom 6 for 5 startup: startup timed out
libxl: libxl_create.c:1975:domcreate_devmodelstarted: Domain 5:device model did not start: -9
Things I have tried to fix this, which have not worked:
- Changing sys-net to us PV instead of HVM
- Adding the
iommu_inclusive_mapping=1
boot parameter (as per a comment in issue #5445) - Disabling autostart for sys-net and sys-usb (as per this reddit comment)
- Both variations of combining sys-net and sys-usb and not
- Both Fedora and Debian
- Manually creating VMs as described here
Other notes:
- BIOS is at version 3.05, the latest available at the moment
Anyone have ideas on how to fix this or debug?