1 -device '{"driver":"virtio-serial-pci","id":"virtio-serial0","bus":"pci.2","addr":"0x0"}' \
2 -blockdev
'{"driver":"file","filename":"/mnt/user/domains/Dakota/vdisk1.img","node-name":"libvirt-3-storage","read-only":false,"discard":"unmap","cache":{"direct":false,"no-flush":false}}' \
3 -device
'{"driver":"virtio-blk-pci","bus":"pci.3","addr":"0x0","drive":"libvirt-3-storage","id":"virtio-disk2","bootindex":2,"write-cache":"on","serial":"vdisk1"}' \
4 -blockdev '{"driver":"file","filename":"/mnt/disk1/isos/dakota-live-latest-tunadownload.iso","node-name":"libvirt-2-storage","read-only":true}' \
5 -device '{"driver":"ide-cd","bus":"ide.0","drive":"libvirt-2-storage","id":"sata0-0-0","bootindex":1}' \
6 -device '{"driver":"ide-cd","bus":"ide.1","id":"sata0-0-1"}' \
7 ...
8 2026-05-18 07:11:39.918+0000: Domain id=10 is tainted: high-privileges
9 char device redirected to /dev/pts/6 (label charserial0)
Issue Summary
After performing a system upgrade, the Dakota VM fails to boot into the OS. The VM was previously functional and booting correctly from both the ISO and the installed vdisk. Post-upgrade, the boot process stalls or fails to reach the OS login/GUI.
sudo bootc statusEnvironment Information
pc-q35-9.2CPU Info Summary
Storage & Persistence Context
/mnt/user/domains/Dakota/vdisk1.img) via Unraid User Shares/var/lib/libvirt/qemu/nvram/(stored on Unraid RAM disk)Comparison Logs
Log: Installed and Working VM (Pre-Upgrade / Initial State)
Log: VM Does Not Boot After Upgrade (Failure State)
Key Difference Observed
In the working state, the ISO CD-ROM device includes an attached backing file:
and the corresponding block device definition:
In the failure state, the IDE CD device is still present, but the ISO backing file definition is missing entirely.
This may indicate:
Reproduction Steps
bootc upgradewithin the guest OS.Additional Notes
The VM previously booted successfully from both:
The issue only appeared after the upgrade/reboot cycle.
The NVRAM file resides on Unraid's RAM-backed filesystem, which may be relevant if EFI boot entries are not persisting across VM lifecycle events.
vm-installed-does-not-boot.log
vm-installed-working.log