Skip to content
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

Open
tiagodurante opened this issue May 5, 2024 · 7 comments
Open

[Question]: Can I download win7 x86? #458

tiagodurante opened this issue May 5, 2024 · 7 comments
Labels
question Further information is requested

Comments

@tiagodurante
Copy link

Question

I checked the code for a PLATFORM property, but when I change it to x86, an error occurs when downloading the win7 iso.

@tiagodurante tiagodurante added the question Further information is requested label May 5, 2024
@kroese
Copy link
Contributor

kroese commented May 5, 2024

That PLATFORM variable has a whole different purpose, its so that I can sync the code with the ARM64 container more easily. It has nothing to do with Win7 x86 vs Win7 x64.

For Windows XP, I added both versions, you can select the x86 one with xp and the x64 one with xp64.

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 VERSION variable, and make sure its a supported edition (Pro/Ultimate/Enterprise), and it will run just fine I think.

@kroese
Copy link
Contributor

kroese commented May 6, 2024

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.

@kroese
Copy link
Contributor

kroese commented May 12, 2024

Closing because of no response.

@kroese kroese closed this as completed May 12, 2024
@tiagodurante
Copy link
Author

@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.

@tiagodurante
Copy link
Author

@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

@kroese
Copy link
Contributor

kroese commented May 15, 2024

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 kroese reopened this May 15, 2024
@tiagodurante
Copy link
Author

@kroese, I'll try to install this version next weekend. I will return to show you my test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants