-
Notifications
You must be signed in to change notification settings - Fork 83
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
Screen Resolution change not saved across restarts #7
Comments
Looks like ACVM did not implement nvram, therefore EFI settings are not saved across boot. |
Isolating them is a better idea because Linux will not boot if windows bootloadervars are in the efi nvram partition. |
I just threw together a quick pull request to resolve this. Basically it creates a nvram image in the same directory as the source Main Image. It uses that image name + .nvram. So this should allow to have unique nvram images per instance. Depending on how much legs this project has, it might be nice to make a sort of "VM Manager", and maintain configs per VM, and allow for launching, editing, etc of these configs. |
This fork right here already did such thing and added a VM Manager... |
@albatrosify that's actually my fork :-) |
When starting QEMU you can click esc to enter the boot menu to change the resolution to 1024x768. After a reboot it will change the resolution accordingly. I think the partition for efi variables is missing.
The text was updated successfully, but these errors were encountered: