Giter Site home page Giter Site logo

Comments (7)

cjbischoff avatar cjbischoff commented on September 2, 2024

Further poking around I found this -> http://jontriphan.com/windows-8-error-there-are-no-images-available-on-wmware/

Basically I disable the floppy and restart and it works, but it breaks auto-build since you are using the floppy

from packer-windows.

StefanScherer avatar StefanScherer commented on September 2, 2024

@cjbischoff Just tried packer build --only=vmware-iso windows_2016.json and it doesn't hang here.
I'm using packer 0.12.0, Fusion Pro 8.5.3, but it should work without Pro as well.

You could try with debug output

PACKER_LOG=debug packer build --only=vmware-iso windows_2016.json

and link a gist of it.

from packer-windows.

cjbischoff avatar cjbischoff commented on September 2, 2024

@StefanScherer Ok the debug is nice

==> vmware-iso: Waiting for WinRM to become available...
2016/12/16 09:40:07 packer: 2016/12/16 09:40:07 Lookup up IP information...
2016/12/16 09:40:07 packer: 2016/12/16 09:40:07 DHCP leases path: /var/db/vmware/vmnet-dhcpd-vmnet8.leases
2016/12/16 09:40:07 packer: 2016/12/16 09:40:07 IP lookup failed: open /var/db/vmware/vmnet-dhcpd-vmnet8.leases: no such file or directory

So something is up with network connectivity.

During your builds is your network set to Share with Mac or Private to Mac?

from packer-windows.

StefanScherer avatar StefanScherer commented on September 2, 2024

I can see the same debug output while the guest does not have setup the network interface. The message still appears while the win-update script searches for the first Windows Updates.

I can see the following settings in the output*/*.vmx file

ethernet0.addresstype = "generated"
ethernet0.bsdname = "en0"
ethernet0.connectiontype = "nat"
ethernet0.displayname = "Ethernet"
ethernet0.linkstatepropagation.enable = "FALSE"
ethernet0.pcislotnumber = "33"
ethernet0.present = "TRUE"
ethernet0.virtualdev = "e1000"
ethernet0.wakeonpcktrcv = "FALSE"
ethernet0.generatedAddress = "00:0c:29:ed:de:30"
ethernet0.generatedAddressOffset = "0"

Just the normal settings.

from packer-windows.

StefanScherer avatar StefanScherer commented on September 2, 2024

@cjbischoff Have you made any progress?

from packer-windows.

StefanScherer avatar StefanScherer commented on September 2, 2024

I can reproduce the problem, but with the Windows 10 Insider 15002 ISO file. Seems that this ISO can't be used with the autounattend.xml as there is no selection needed.
OK, it seems to work - at least it's getting files ready for installation by removing the ProductKey and the InstallFrom sections in the autounattend.xml.
Do you use eg. the Win2016 essentials ISO file?

from packer-windows.

StefanScherer avatar StefanScherer commented on September 2, 2024

Closing this as it seems to be a problem with the ISO itself. Rebuilt two boxes yesterday with latest ISO works. But if you still have problem, don't hesitate to reopen.

from packer-windows.

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.