You need a USB stick to put the Windows 10 from the official website image with a size of 5.4 Gb.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | # woeusb -v --device Win10_1909_English_x64.iso /dev/sdc --target-filesystem NTFS trap_return: INFO: returning from process_commandline_parameters WoeUSB v3.3.1 ============================== determine_target_parameters: Info: Target device is '/dev/sdc'. determine_target_parameters: Info: Target partition is '/dev/sdc1'. Mounting source filesystem... Wiping all existing partition table and filesystem signatures in /dev/sdc... /dev/sdc: 2 bytes were erased at offset 0x000001fe (dos): 55 aa /dev/sdc: calling ioctl to re-read partition table: Success Ensure that /dev/sdc is really wiped... Creating new partition table on /dev/sdc... Creating target partition... Making system realize that partition table has changed... Wait 3 seconds for block device nodes to populate... Cluster size has been automatically set to 4096 bytes. Creating NTFS volume structures. mkntfs completed successfully. Have a nice day. --2020-04-02 23:04:52-- https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img Resolving github.com (github.com)... 140.82.118.4 Connecting to github.com (github.com)|140.82.118.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img [following] --2020-04-02 23:04:52-- https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.112.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.112.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 524288 (512K) [application/octet-stream] Saving to: ‘/tmp/WoeUSB.o2ZmsU.tempdir/uefi-ntfs.img’ uefi-ntfs.img 100%[===================>] 512,00K 1,56MB/s in 0,3s 2020-04-02 23:04:53 (1,56 MB/s) - ‘/tmp/WoeUSB.o2ZmsU.tempdir/uefi-ntfs.img’ saved [524288/524288] 1024+0 records in 1024+0 records out 524288 bytes (524 kB, 512 KiB) copied, 0,214865 s, 2,4 MB/s Mounting target filesystem... Applying workaround to prevent 64-bit systems with big primary memory from being unresponsive during copying files. Copying files from source media... ... INFO: Copying "./sources/imagingprovider.dll"... 11% INFO: Copying "./sources/inf/setup.cfg"... 11% INFO: Copying "./sources/input.dll"... 11% INFO: Copying "./sources/install.wim"... 11% ... INFO: Copying "./support/logging/winsetupetw.dll"... Installing GRUB bootloader for legacy PC booting support... Installing for i386-pc platform. ... Warning: command "echo 0 > /proc/sys/vm/dirty_bytes" - returned code $? Unmounting and removing "/media/woeusb_source_1585857878_9470"... Unmounting and removing "/media/woeusb_target_1585857878_9470"... You may now safely detach the target device Done :) The target device should be bootable now |
Reboot with the USB stick with the boot set on USB Device and you can install the Windows 10.