-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Question]: Can I download win7 x86? #458
Comments
That For Windows XP, I added both versions, you can select the x86 one with For Windows 7 I did not do that, as the target audience will be very small. And I want to make the list of mirrors for each ISO as big as possible, and for Win7 x86 that is harder because many sites have only the x64 ISO's. But ofcourse you can run the x86 version, you just have to supply the URL to the ISO in the |
Nevermind, even with a custom ISO it won't work. Because I didnt include the VirtIO x86 drivers for Win7 to save some space, the answer files have not been made, etc. Is there any good reason why you want to run the x86 version of Win7? Because if the only reason is: "just for fun", then it will be too much effort for me to add it. |
Closing because of no response. |
@kroese Forgive me for not responding earlier. I opened this question because I needed to make a machine that could install Windows 7 x86 and run legacy software. In my case, it is software for a device that performs blood analysis. I have a clinical analysis lab. |
@kroese The new cpus do not allow installing systems that do not have uefi. My device is "new", but the software does not work on x64 systems. The last compatible version was Windows 7 x86 |
Okay, I added support for Win7 x86 in v3.11 of the container. You can just set it in your compose file like this: environment:
VERSION: "win7x86" and it should download and install Win7 x86 automaticly. |
@kroese, I'll try to install this version next weekend. I will return to show you my test. |
Question
I checked the code for a PLATFORM property, but when I change it to x86, an error occurs when downloading the win7 iso.
The text was updated successfully, but these errors were encountered: