Giter Club home page Giter Club logo

packer-win2019's People

Contributors

eaksel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

packer-win2019's Issues

Network Issues

Hi, i'm reusing parts of your project to create a template with vsphere-iso.
Everything seems to work fine, i just do not undestand how the network card is being set up.
Shouldn't i put a network conf in te autounattend.xml ?

Duplicated provisioner

Is there a reason for win2019-gui_uefi.json to call win-update.ps1 script twice?

      {
        "type": "powershell",
        "scripts": ["scripts/win-update.ps1"]
      },
      {
        "type": "windows-restart",
        "restart_timeout": "30m"
      },
      {
        "type": "powershell",
        "scripts": ["scripts/win-update.ps1"]
      },
      {
        "type": "windows-restart",
        "restart_timeout": "30m"
      }

Thanks otherwise for this repo!

What file in output-vmware-iso do I use

I was able to use this great tool on my Mac OS, with Fusion, and generated teh output-vmware-iso/* files. Which file(s) do I port over to VCenter? Perhaps add the instructions to the README.md file? Or do I run yet another program to generate an ISO file from these files?

Packer build gets stuck on waiting for WinRM to become available when set-edition set to StandardServer instead of Datacenter

Hi

Thanks for the awesome project and for your work

I am trying to build ServerStandard edition instead of Datacenter one so I changed the scripts/bios/gui/autounattend.xml file like below :

<SynchronousCommand wcm:action="add">
                 <CommandLine>%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -Command dism /online /quiet /set-edition:ServerStandard /productkey:N69G4-B89J2-4G8F4-WWYCC-J464C /accepteula</CommandLine>
                 <Order>7</Order>
                 <Description>Switch from EVAL to VL</Description>
  </SynchronousCommand>

When I try to build the image, it gets stuck waiting for WinRM to become available and never proceeds further.

I got the product key from Microsoft's official KSM activation page for Win2k19 StandardServer Edition.

https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys

I am using VMWare Workstation PRO to build the image via below command

packer build -only=vmware-iso win2019-gui.json
Do you have any insights what might be the culprit or what should I change else in the configuration files to make this work?

Thank you

Support for cd_files

Thank you for a very useful project, I was able to use it as a great source of information to build Windows 2019 images using the hyperv-iso and hyperv-vmcx builders.

Packer 1.6.3 added support for the cd_files token to a number of builders, including the virtualbox-iso one.
This allows you to specify a list of files which Packer will package up as an ISO and attach to the booting VM. For instance it can make it more convenient to make changes to autounattend.xml without having to rewrap it into an ISO, and is an alternative to the floppy_files token on platforms where a virtual floppy drive is no longer supported (for instance Generation 2 VMs on Hyper-V).

The drawback is that you need one of the supported command line ISO authoring utilities in the path, oscdimg.exe can be extracted from the Windows 10 ADK.

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.