windows-vagrant icon indicating copy to clipboard operation
windows-vagrant copied to clipboard

Windows 11/2022 Base Vagrant Box (https://app.vagrantup.com/rgl)

Results 12 windows-vagrant issues
Sort by recently updated
recently updated
newest added

These invocations of `rm -rf $@` for each target in the `Makefile` should be put in a separate `clean` target. That way it doesn't remove everything each time the user...

Wraps the driver download for virtio into a conditional to avoid performing the download on every build.

According to https://www.qemu.org/docs/master/about/removed-features.html?highlight=soundhw `-soundhw` option was removed, builds on 7.1.0-5 (arch linux) are failing. With PACKER_LOG=1 getting a descriptive error: `packer-builder-qemu plugin: Qemu stderr: qemu-system-x86_64: -soundhw: invalid option`

Hello! The Winsxs cleanup in [optimize.ps1](https://github.com/rgl/windows-vagrant/blob/master/optimize.ps1) fails on win2022 with: Console: ``` qemu.windows-2022-amd64: Error: 0x800f0806 qemu.windows-2022-amd64: qemu.windows-2022-amd64: The operation could not be completed due to pending operations. ``` Dism.log: [dism.log](https://github.com/rgl/windows-vagrant/files/10389731/dism.log)...

With upgrade of my system to Fedora 39 and qemu 8.1, provisioning of new vagrant w2k22 boxes using the windows-vagrant scripts stopped working. I've traced it to this qemu issue...

i'm working on windows 11 got error packer: command not found !

I noticed OpenSSH not being installed even though the builds ran through fine. In the setupact.log everything seems to be fine. When run manually the script runs through without problems...

delayed-auto takes 3 minutes to boot the VM. This is not acceptable when booting a fresh VM for CICD integration tests. When I set `auto` start for both of these...

Hi, Can someone point out how I will configure vagrant or build in order for VM to start preparing the template by using a static IP? It seems that somehow...

Hey there, Thanks a lot for this work, it works very well for building boxes on my physical machine (under Ubuntu). I tried to build the machine in Github Actions...