I've got a Windows 10 ISO that I burned on a USB stick using these instructions:
fdisk -l
(my usb is /dev/sdb)umount /dev/sdb
- Use gparted to format into FAT32
dd if=/path/windows10.iso of=/dev/sdb bs=4M
But when I try to boot from the USB, it doesn't work.
I have checked the BIOS and it's by default to boot from USB (I can boot from my Debian and Ubuntu USB but not from the windows one).
Can't dd
burn windows ISO?
No comments:
Post a Comment