The Computer Oracle

Create Windows 10 USB installation drive with Linux only

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Realization

--

Chapters
00:00 Create Windows 10 Usb Installation Drive With Linux Only
01:19 Accepted Answer Score 42
01:34 Answer 2 Score 2
01:48 Thank you

--

Full question
https://superuser.com/questions/1290568/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #windows10 #isoimage #grub2 #isolinux

#avk47



ACCEPTED ANSWER

Score 42


The best way to do that currently is to use woeusb

woeusb  --target-filesystem NTFS --device path/to/windows.iso /dev/sdX

There is also a GUI for those that prefer it.




ANSWER 2

Score 2


I did some search, and found a perfect script: windows2usb.

Since woeusb doesn't support UEFI, this tool supports BIOS and UEFI(with rufus driver), FAT32 and NTFS.