Code Monkey home page Code Monkey logo

Comments (7)

baufrecht avatar baufrecht commented on July 21, 2024

Hi,

can you check what happens if you change the IMAGE/NAME value in the autounattend.xml file
so that it matches the windows key you are using.

    <Key>/IMAGE/NAME</Key>
    <Value>Windows 7 HOMEBASIC</Value>

For example replace it with "Windows 7 Ultimate" if you using a Ultimate licence key.

File to change: https://github.com/jbremer/vmcloak/blob/master/vmcloak/data/win7/autounattend.xml

If you installed vmcloak via a recent pip version just run "pip show vmcloak" and navigate to the install path of the module and then just grep for the filename in there.

Also what happens if you simply press "Next" in this dialog screen after choosing the right windows version. Does the installation continue without any further errors?

from vmcloak.

jalewis avatar jalewis commented on July 21, 2024

I had this same issue, my version is Windows 7 Professional. I made the following change to autounattend.xml and it completed the install without stopping on the version selection screen.

 <Key>/IMAGE/NAME</Key>
 <Value>Windows 7 Professional</Value>

from vmcloak.

jhg avatar jhg commented on July 21, 2024

Thanks for help me, I will go to try it and comment here if work with that. :D

from vmcloak.

ezeteze avatar ezeteze commented on July 21, 2024

Hello all, i have the same issue with a Windows 7 Professional ISO. I did try the suggestion of @jalewis but it still get stuck at the version selection screen. I will try with a home basic ISO and report back.

from vmcloak.

ezeteze avatar ezeteze commented on July 21, 2024

So after trying with a different image i noticed the same thing. Then i checked that the process architecture is set to amd64 while i was using an x86 image. So i changed processorArchitecture="amd64" to processorArchitecture="x86" and it moved on. I think when selecting the --win7 option it should choose a different xml specific to x86. BR.

from vmcloak.

jbremer avatar jbremer commented on July 21, 2024

Yeah :-) Did your solution work for your ISO (changing amd64 to x86)? If so, feel free to do a PR for the related functionality of deciding between 32-bit and 64-bit :-)
Or probably can get quite far just replacing all amd64 with something like %PLATFORM% and replacing that afterwards.

from vmcloak.

jbremer avatar jbremer commented on July 21, 2024

I have finally implemented the necessary logic for this issue as started by @jhg. Closing it as fixed. Please reopen if any issues arise.
@ezeteze At this point 32-bit Windows 7 support is not yet high on the todo list. Please feel free to open a new issue if you're still interested in that functionality, although I'd simply suggest to get a 64-bit Windows 7 ISO.

from vmcloak.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.