M HYPE SPLASH
// news

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=progress

And the burn process was succeeded and got the below configuration.

enter image description here

And I went to the bios display and attempted to locate the usb but not found.

What should I do for next?

10

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy