Giter Club home page Giter Club logo

Comments (6)

StefanScherer avatar StefanScherer commented on July 30, 2024

Could this sysprep be used to prepare the basebox in a way to rename the computername after the next boot which is then done by first vagrant up call?

I think of a way

  1. packer shuts Down the basebox with sysprep
  2. Add basebox to vagrant
  3. vagrant up with hostname setting in Vagrantfile
  4. vagrant and propably the vagrant-windows plugin sets the hostname and the new created box has the computername without the need of another reboot?

I don't know sysprep enough, but I have seen manually created VMs which ask for a new computername on first boot. If this could be set with something like an unattend.xml on boot time by vagrant then this could save me one reboot.

At the moment I have to reboot freshly created vagrant Windows boxes so they really have their new computernames from vagrant-windows plugin.

from packer-windows.

sneal avatar sneal commented on July 30, 2024

My Packer shutdown command specifies another unattend xml file - which contains the new computer name. This is run on first boot after Packer has finished with the box.

"shutdown_command": "c:/windows/system32/sysprep/sysprep.exe /generalize /oobe /quiet /shutdown /unattend:a:/unattend.xml",

from packer-windows.

 avatar commented on July 30, 2024

Can you please post your unattend.xml I do not seem to be able to change the computername as it errors out.

from packer-windows.

kensykora avatar kensykora commented on July 30, 2024

+1 to this idea, I'll look into it, but like others I don't have much experience with sysprep. @sneal could you post your unattend.xml file for this? Any thoughts on how to pass the hostname to sysprep through an environment variable or something along those lines?

from packer-windows.

stonith avatar stonith commented on July 30, 2024

I've been using this one for 2008R2: https://gist.github.com/stonith/33a75407b465cfbf4f5e

Specify the ComputerName on line 39. I'm also uninstalling OpenSSH on first boot but that can be removed.

from packer-windows.

lilo6723 avatar lilo6723 commented on July 30, 2024

Anyone still working on this ?

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.