Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgl/windows-pe-vagrant
An example Windows PE (WinPE) iso built in a vagrant environment
https://github.com/rgl/windows-pe-vagrant
iso vagrant winpe
Last synced: 1 day ago
JSON representation
An example Windows PE (WinPE) iso built in a vagrant environment
- Host: GitHub
- URL: https://github.com/rgl/windows-pe-vagrant
- Owner: rgl
- Created: 2017-12-09T13:07:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T19:59:14.000Z (5 months ago)
- Last Synced: 2024-10-04T15:24:48.488Z (about 1 month ago)
- Topics: iso, vagrant, winpe
- Language: PowerShell
- Size: 33.2 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rgl/windows-pe-vagrant - An example Windows PE (WinPE) iso built in a vagrant environment (PowerShell)
README
An example [Windows PE (WinPE)](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-intro) iso built in a vagrant environment.
# Usage
Install the [Windows 2022 Base Box](https://github.com/rgl/windows-vagrant).
Build the ISO with:
```bash
vagrant up --no-destroy-on-error --no-tty build
```When it finishes, you should have the ISO in the `tmp/winpe-amd64.iso` file.
The ISO file can be written to an usb disk or [pxe booted](https://github.com/rgl/pxe-vagrant).
You can also try it with:
```bash
vagrant up --no-destroy-on-error --no-tty bios
vagrant up --no-destroy-on-error --no-tty uefi
```# Reference
* [Windows PE (WinPE)](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-intro)
* [WinPE: Mount and Customize](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-mount-and-customize)
* [WinPE: Create Apps](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/winpe-create-apps)