@Pete-S said in How to make bootable Win10 USB from Ubuntu:
@EddieJennings said in How to make bootable Win10 USB from Ubuntu:
@scottalanmiller said in How to make bootable Win10 USB from Ubuntu:
@Mario-Jakovina said in How to make bootable Win10 USB from Ubuntu:
What is the normal way to make bootable USB from Win10 image on Ubuntu?
dd, I think. I've done this but it has been a while. I thought that the Disk Writer normally worked.
dd is what I use most often. Use fdisk to delete the partitions on your USB. Then you'd have something like
dd if=/path/to/iso of=/path/to/usb/dev bs=4MBut the Win10 ISO file isn't bootable. It isn't a hybrid image like many linux distros have. So it won't work.
I see. Truth be told, I replied without actually testing :(. I should know better than to assume what works for my various Linux ISOs would work for windows :).


I had forgotten I signed up for a VMWare training on a day I chose as a comp day.