Firstly locate the connected usb issuing the command:
lsblk -f
Then when you located the drive just issue the dd
command:
sudo dd if=Win10_22H2_En_x64.iso of=/dev/sda bs=4M status=progress
Use simple tool like etcher.
Firstly locate the connected usb issuing the command:
lsblk -f
Then when you located the drive just issue the dd
command:
sudo dd if=Win10_22H2_En_x64.iso of=/dev/sda bs=4M status=progress
Use simple tool like etcher.