-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMs have no config files / StandaloneVM from ISO (win) shuts down on logo #3432
Comments
Try installing updates from current-testing repository, very similar bug is fixed there. |
I did beforehand, 'sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing' finds everything up to date. |
Add feature named 'video-model' to choose custom video model. It needs to be supported by libvirt: https://libvirt.org/formatdomain.html#elementsVideo Example usage: qvm-features vm-name video-model cirrus QubesOS/qubes-issues#2488 QubesOS/qubes-issues#3432
Are you sure the path is correct? You should put a full path there, not relative one. As for the config file, see PR linked above, you can apply this modification manually to /usr/share/qubes/templates/libvirt/xen.xml |
Yes, the windows logo stays for about half a minute before shutting down. /usr/share/qubes/templates/libvirt/xen.xml has a section: |
Try increasing memory, for example to 2048M. For me this fixed the problem. |
Increasing the initial memory fixed the issue, thank you @marmarek. |
Qubes OS version:
Qubes release 4.0 (R4.0-rc3)
Affected VMs:
StandaloneVM from iso (Windows)
Steps to reproduce the behavior:
qvm-create win --class StandaloneVM --label blue
qvm-prefs win kernel ''
sudo qvm-start win --cdrom=dom0:<path to .iso>
Expected behavior:
Actual behavior:
General notes:
Related issues:
#2488
The text was updated successfully, but these errors were encountered: