feat(windows): Windows 11 automated build, minification, and more - #1698
Open
SamuelMarks wants to merge 3 commits into
Open
feat(windows): Windows 11 automated build, minification, and more#1698SamuelMarks wants to merge 3 commits into
SamuelMarks wants to merge 3 commits into
Conversation
…ebugging - Add WINDOWS.md documentation covering disk minification, lifecycle operations, and shared folders - Add windows-11-builder.sh for automated build, runner, box packaging, and real-time serial debugging - Implement aggressive multi-layer disk minification (CompactOS, reserved storage disabled, hibernation disabled, WinRE purge, AppX debloat, WinSxS cleanup, zero-fill, and pigz-9 compression) reducing .box size from 16-20+ GB down to 9.0 GB - Fix Windows 11 client serial port by disabling kernel EMS, enabling reliable COM1 logging - Configure OpenSSH server and Vagrant insecure public key for passwordless vagrant ssh - Add virtual_size metadata for seamless vagrant-libvirt integration Signed-off-by: Samuel Marks <807580+SamuelMarks@users.noreply.github.com>
…and rsync shared folders - Update .gitignore with wildcards for debugging artifacts, screenshots, test scripts, and environments - Fix QEMU hardware acceleration parameter (-machine virt,highmem=on,accel=hvf/kvm) - Bypass empty UEFI pflash NVRAM variable loops by setting firmware_format = nil - Map storage drive interface to NVMe to match Windows 11 installation controller - Configure passwordless SSH key authentication and native PowerShell shell - Install portable rsync in guest and enable Vagrant rsync synced folder out-of-the-box - Add .env.template for configuring ISO paths and build storage targets Signed-off-by: Samuel Marks <807580+SamuelMarks@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Windows support. I also have ARM support
./windows-11-builder.sh --arch aarch64. Windows Server doesn't have an official ARM version so if you're running this on normal hypervisors on macOS you likely require this.Related Issue
N/A
Types of changes
Checklist:
Gemfile.lockhas changed, I have used--conservativeto do it and included the full output in the Description above.