-
-
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
Unable to convert Win10 VirtualBox File to HVM #4323
Comments
What version of qubes-core-admin-client package do you have? Similar issue is fixed in QubesOS/updates-status#681 (#3422) |
Hello. I use updated Qubes R4.0 and have the same problem. I also found it is related to #3838.
|
@marmarek how do I check that? I do appear to have no pending updates, so I think my system is on the latest version. Has anyone been able to get Windows working in Qubes 4.0 (even if I have to buy a license and use an ISO file) and if so could they post a link to instructions on how to do it? I need Windows for work so any help would be greatly appreciated. Thank you! |
@marmarek I just did |
Was that Windows installed in EFI mode? It won't work on Qubes HVM... |
Hi, I'm unsure, as I used the VM images here: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ (as referenced in https://www.qubes-os.org/doc/hvm/#converting-virtualbox-vm-to-hvm). I used the Win10 image (as there is no longer an x64 Win 7 template), so it's possible that was installed in EFI mode. I'll try with the x86 Win7 installation and report back. Sorry for the delayed response... |
Hi, I don't have a Windows installer right now to try a fresh Windows install and would rather not spend a few hundred dollars to do an experiment (but may do it anyway). Any thoughts on this? |
Hi, I bought a Windows 10 Pro USB drive and was unable to boot a standalone VM from it. I'm not sure what the issue is. |
I'm going to close this, as the issue appears to be the setup of the VMs. I got Windows 10 working doing a fresh install (though I did find some issues). I'd suggest updating the documentation to not use the test VMs provided by Microsoft. I have found some issues with Windows in Qubes and will post those issues separately. |
The documentation is a community effort. Please help us improve it by submitting a pull request: |
Qubes OS version:
R4.0
Affected component(s):
Following the instructions here:
https://www.qubes-os.org/doc/hvm/ (go to the "Converting VirtualBox VM to HVM" section)
does not yield a functionally Windows HVM.
Steps to reproduce the behavior:
This documentation is inconsistent with that found at https://www.qubes-os.org/doc/windows-vm/, when using the correct documentation I entered:
qvm-create win10 --class StandaloneVM --label red --property virt_mode=hvm --property kernel ='' --root-move-from /home/user/win10-root.img
followed by
qvm-prefs win10 memory 8192
andqvm-prefs win10 maxmem 8192
Performing
qvm-start win10
yields a "no bootable device" error.I noticed that the win10 HVM has a Private storage max. size of 2048MiB and a System storage max. size of 10240, inspite of the fact the root image (win10-root.img) is ~41GB.
Expected behavior:
The win10 VirtualBox Image is successfully converted to an HVM.
Actual behavior:
Performing
qvm-start win10
yields a "no bootable device" error.General notes:
Related issues:
The text was updated successfully, but these errors were encountered: