Install windows 10 directly to a target disk / virtual disk from a running Linux system, without booting from an installation ISO. https://codeberg.org/regnarg/deploy-win10-from-linux
Go to file
Filip Stedronsky a242f99075 universal BCD for EFI (testing) 2021-11-07 15:43:17 +01:00
postproc debloat: deprovision preinstalled appx apps 2021-08-01 03:55:57 +02:00
BCD Initial commit 2021-07-13 18:55:29 +02:00
BCD-efi universal BCD for EFI (testing) 2021-11-07 15:43:17 +01:00
README.md Link to bcd elements reference 2021-11-07 11:22:20 +01:00
ntfs_acl.py Authenticated Users SID 2021-07-29 16:43:45 +02:00
reg_import.sh debloat: deprovision preinstalled appx apps 2021-08-01 03:55:57 +02:00
setup_win10.py universal BCD for EFI (testing) 2021-11-07 15:43:17 +01:00
unattend.xml.example Initial commit 2021-07-13 18:55:29 +02:00

README.md

Deploy Windows 10 from Linux

This is a simple Python script that installs Windows 10 to a target disk from a running Linux system (i.e., without booting from Windows installation ISO and without using Windows PE).

Use cases

  • Mass-install Windows workstations from a PXE-booted Linux environment. (Here it may be useful to convert install.wim to a pipable WIM file and then you can stream it e.g. using HTTP from a server).
  • Provision VMs with Windows 10 with a single command, without any intermediate steps with mounting ISOs, changing boot order and the like.

Limitations

  • Currently supports only BIOS boot, not UEFI. But this should be easy to implement.

Additional resources

Windows boot process

BCD database

Windows installation process