general:linux:create_usb_bootable_windows_install
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| general:linux:create_usb_bootable_windows_install [2021/11/11 12:01] – created sunkan | general:linux:create_usb_bootable_windows_install [2021/11/16 12:13] (current) – sunkan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Create USB Bootable Windows installation ====== | + | ====== Create USB Bootable Windows installation |
| Install " | Install " | ||
| Line 23: | Line 23: | ||
| Create partition table and filesystem | Create partition table and filesystem | ||
| < | < | ||
| - | parted -s /dev/sde -- mklabel | + | parted -s /dev/sde -- mklabel |
| - | parted -s /dev/sde -- mkpart | + | parted -s /dev/sde -- mkpart |
| - | parted -s /dev/sde -- toggle 1 boot | + | parted -s /dev/sde -- toggle 1 esp |
| mkfs.fat -n WIN10_EN /dev/sde1 | mkfs.fat -n WIN10_EN /dev/sde1 | ||
| </ | </ | ||
| Line 36: | Line 36: | ||
| umount /mnt | umount /mnt | ||
| </ | </ | ||
| + | |||
| + | ===== Install from this USB drive ===== | ||
| + | |||
| + | Due to the fact that install.wim is now split we need to launch Setup.exe manually. | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | Choose " | ||
| + | |||
| + | Then find the drive that matches the USB stick (not X: as it is some runtime environment not the actual USB stick) | ||
| + | |||
| + | < | ||
| + | c: | ||
| + | </ | ||
| + | |||
| + | ====== Create USB bootable Windows install using Ventoy ====== | ||
| + | |||
| + | Install Windows using some virtualization tool (I tested using Virtualbox as it has VHD support builtin). \\ | ||
| + | Make sure you boot it fully after installation to make sure everything is installed. \\ | ||
| + | |||
| + | Install [[https:// | ||
| + | Then reformat the " | ||
| + | Install the [[https:// | ||
| + | See instructions here [[https:// | ||
| + | Copy the VHD image from the newly installed windows to the " | ||
| + | |||
| + | Done. | ||
general/linux/create_usb_bootable_windows_install.1636632093.txt.gz · Last modified: 2021/11/11 12:01 by sunkan