-
Notifications
You must be signed in to change notification settings - Fork 264
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
Windows Server 2019 support? #248
Labels
Comments
arizvisa
added
enhancement
This will introduce or improve an already existing capability
help wanted
labels
Jul 14, 2020
It’s not ready yet. Still working on it. It will be changing radically soonish. The best approach to doing windows templates is to perform windows updates and so forth BEFORE the packer run, during sysprep. While you can do controlled reboots of windows under packer control it’s far from reliable. The automation is going to be changed accordingly.
… On Jul 14, 2020, at 8:26 AM, Ali Rizvi-Santiago ***@***.***> wrote:
It looks like the younger version of this repository over at boxcutter/windows-ps has support for Windows Server 2019. It might be worth integrating it into this repository as well.
https://github.com/boxcutter/windows-ps/blob/master/win2019-eval.json <https://github.com/boxcutter/windows-ps/blob/master/win2019-eval.json>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#248>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AC7FMA6DBSXMGPYHKBPLUD3R3R2LVANCNFSM4OZUFKMA>.
|
This was referenced Jul 14, 2020
PR #250 contains some preliminary work on this issue. Linking this issue to it... |
I wonder if Boxstarter.org is compatible with Windows 2019 as it has some nice Windows Update and reboot handling that can be triggered from the |
ATM I’m leaning more towards automation that creates slipstream ISOs to incorporate into the sysprep rather that trying to make sysprep/Autounatted.xml generic. To me this seems the approach that will require the least maintenance, as itself could be packer-ized and combined together like Russian dolls.
I’ve been down the path of trying to make FirstBootCommand/Autounattend.xml generic. This is where the Windows templates started out actually, but that also got complicated pretty fast, again because of the reboot handling and ordering. My thoughts now is that a more robust way to do this is to make a binary artifact ISO with all the installs in it, then slipstream that into sysprep. No controlled reboots required, two packer runs, one to create the slipstreamed ISO, the then next to run sysprep against the ISO. That’s what I’m noodling with at present.
… On Jul 18, 2020, at 7:45 PM, dragon788 ***@***.***> wrote:
I wonder if Boxstarter.org is compatible with Windows 2019 as it has some nice Windows Update and reboot handling that can be triggered from the FirstBootCommand to keep the sysprep/Autounattend.xml file as generic and broadly applicable as possible.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#248 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACSKXZFEXGXU2B2EXAKUXRDR4JM3VANCNFSM4OZUFKMA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
It looks like the younger version of this repository over at boxcutter/windows-ps has support for Windows Server 2019. It might be worth integrating it into this repository as well.
https://github.com/boxcutter/windows-ps/blob/master/win2019-eval.json
The text was updated successfully, but these errors were encountered: