-
-
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 start imported Windows 7 image #3838
Comments
You might want to take a look at #3592 if you haven't already done so. I don't know whether it'll help in your case, but it's at least worth a look. |
Thanks for mentioning it - I have seen this, but used all the options mentioned there for first startup (and double- checked with "qvm-prefs win7" - unfortunately it didn't help. |
this won't work because qubes 4.0 uses LVM, not image files; so you first have to copy your image file to dom0 (let's say in /home/user/win7root.img) and then use qvm-create's Something like this:
|
Yes this works - at least for the import of the root image. |
If your own VM image works on another machine, maybe try to set the storage drivers to plain IDE and see if you manage to boot it in qubes. Or maybe boot from the CD and try to repair the install. You can also post to the qubes-user ML and see if someone has a solution. FWIW I always end up re-installing windows from scratch because importing windows images between different virtualization implementations is always a PITA - that's not specific to Qubes OS. By the way, see issue #3585 for QWT on 4.0 |
Thanks Ivan, I ended up re-installing - after 2 hours of fiddling it didn't seem to be worth the time, as nothing really worked out. |
Hi kaspro, |
I actually checked the documentation again when I was writing my final answer - so I suppose you were faster than I was :) |
Were you following the instructions in issue #3592 or the new official guide here ? The issue served as the basis for the new official doc and quite a few changes went in the doc PR, that aren't in the issue.
The official doc has separate 3.2 / 4.0 sections (as per Qubes doc guidelines), with links on the right.
It's already in the official doc (in detailed instructions - scroll a little bit until I though 25GB would be enough though ; maybe I'll update the doc to mention that it can take up to 30GB then. Or did you have something else in mind ? |
Honestly, I mixed all a bit - as I'm a lazy typer, I combined the instructions from 3.2 with 4.0 and then kinda followed #3592.
I wasn't aware of that part of the Guidelines - I would put at least a link at the top for 3.2, 4.0 and QWT on 4.0? But that's just me :)
You're right - I guess I've been reading too much between articles! 30GB should be fine, then there's still a bit margin for error, or some basic tool- installation like AV etc. (e.g. I got Firefox and an AV product on there, getting me to ~28.3GB). |
Qubes OS version: 4.0
Newby to QubesOS, so I'm not too versed to the specific tools or config files - please forgive if I should've overseen something:
I (tried to) follow the explanations here - mixed with these as the creation changed for 4.0 - but ran into the following issues:
I started the machine successfully with live- CDROMs, but they won't see any other Harddrives - so I suppose there is some config value missing - which I don't know where to find.
Also, some issues mention a config file in the same directory - there's none created at vm creation.
Thanks in advance for any help,
Regards Chris
Affected component(s):
qvm-create
qvm-run
qvm-start
Steps to reproduce the behavior:
qvm-create win7 --class StandaloneVM --property virt_mode=hvm --property kernel="" --property memory=4096 --property maxmem=4096 --property debug=True --label green
qvm-features win7 video-model cirrus
qvm-run --pass-io untrusted 'cat "/media/user/externalhd/win7.raw"' > /var/lib/qubes/appvms/win7/root.img
qvm-start win7
Expected behavior:
Windows is being started successfully
Actual behavior:
Boot fails with "No bootable device"
General notes:
Related issues:
The text was updated successfully, but these errors were encountered: