I used dd command to burn the iso file of windows10 but the usb has not been detected in BIOS
By Emma Terry •
I use linux OS.
I downloaded the iso file of win10 from
And burned it to the usb using
sudo dd if=Win10_21H1_English_x64.iso of=/dev/sdb bs=1024k status=progressAnd the burn process was succeeded and got the below configuration.
And I went to the bios display and attempted to locate the usb but not found.
What should I do for next?
101 Answer
If you are a linux user and want to burn a win10 iso file to a usb, use woeusb instead of using dd command.
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0
sudo pip3 install WoeUSB-ng 4