-
Notifications
You must be signed in to change notification settings - Fork 10
Window Server 2022 Auto Install Authoring #6
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
Window Server 2022 Auto Install Authoring #6
Conversation
|
Is there any way to avoid re-burning the ISO? By the way, I've been experimenting with official Windows Server VHD instead of ISO. It still does not offer full automation, but needs less interactive steps (password, language, eula). /cc @knabben This is interesting. If there was portable CLI ISO burner that could be scripted :) |
|
I'd also recommend moving away from burning an ISO. The goal here is to make the process easier for the user, and this adds more complexity. |
add auto-unattend iso file
|
The changes in this PR has been merged in the remoting PR found here: #4 |
|
We are closing this PR in favor of this #4 |
This has been addressed with help from @iankingori |
This pull request introduces automation scripts for setting up a virtual machine (VM) with Windows Server 2022 and configuring it for Minikube. The changes include a PowerShell script for VM creation and an unattended XML file for automated OS installation and configuration.
VM Setup Automation:
SetUp.ps1script to automate the creation of a Hyper-V VM with predefined settings, including memory allocation, virtual hard disk (VHD) configuration, and boot device setup. The script also configures the VM to use virtualization extensions and mounts necessary ISO files.Unattended OS Installation and Configuration:
autounattend.xmlfile to automate Windows Server 2022 installation. It includes configurations for disk partitioning, locale settings, and OS image installation.Edit your Windows Server 2022 ISO: You can use free software like AnyBurn or ImgBurn
Add the
autounattend.xmlfile: Copy yourautounattend.xmlfile to the root folder path of your Windows Server 2022 ISO file.Create a new ISO: Create a new ISO with the autounattend.xml file bundled together.
Run SetUp.ps1 file: Remember to replace the $SwitchName and $ISOFile with the appropriate values