I am looking for way to install Windows 10 from the Linux (I am currently using Arch Linux here) without having to create the bootable USB disk.
I noticed that there are an utility called wimapply that works on Linux and here is my current scenario.
I have an SSD on /dev/sda that already have an EFI Boot partition (/dev/sda1) and an NTFS partition for the system on (/dev/sda2)
If I run this command:
wimapply install.wim 1 /dev/sda2Will it deploy the Windows image (install.wim) that I previously extracted from the Windows ISO into my partition /dev/sda2?