Skip to content

Installing Windows from preseeds in QEMU #901

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

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

philipanda
Copy link
Contributor

No description provided.

@macpijan macpijan closed this Jul 3, 2025
@macpijan macpijan deleted the qemu-run-install-windows branch July 3, 2025 13:46
@philipanda philipanda restored the qemu-run-install-windows branch July 3, 2025 14:04
@philipanda philipanda reopened this Jul 3, 2025
@philipanda philipanda force-pushed the qemu-run-install-windows branch from 6ef473a to 098e8ae Compare July 10, 2025 06:13
The script helps to setup a bridge for qemu to connect to the
local network

Signed-off-by: Filip Gołaś <[email protected]>
@philipanda philipanda force-pushed the qemu-run-install-windows branch from 098e8ae to 9e82b1d Compare July 10, 2025 14:22
Test suite used to quickly flash disk images with preinstalled OSes.
Two environment variables must be set prior to running it:
- SOURCE_IMAGE
- TARGET_DISK

Example usage:
- Flash an image onto the device using ${RTE_IP}:
   SOURCE_IMAGE=1_windows_ubuntu TARGET_DISK=nvme0n1 \
     ./scripts/run.sh util/preseeds.robot -- -t "Restore Disk*"
- Upload the disk image from the ${RTE_IP} device onto the disks NFS:
   ./scripts/run.sh util/preseeds -- -t "Upload Disk*"
 (The image will be saved using the current date.
 Change the name on the NFS after uploading to make it stand out more)

Signed-off-by: Filip Gołaś <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants