Thursday, November 17, 2016

boot - Can i use DD to burn a windows.iso?

I've got a Windows 10 ISO that I burned on a USB stick using these instructions:



  1. fdisk -l (my usb is /dev/sdb)

  2. umount /dev/sdb

  3. Use gparted to format into FAT32

  4. 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

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...