Ubuntu – WinUSB fails to install windows 7 on USB

grub2mountusb

I get a error saying:

Installation failed !
Exit code: 256
Log:
Formating device...
Mounting...
mount: block device /home/jeffrey/Desktop/Win7_sp1_32-64_EN-faXcooL.iso is     write-protected, mounting read-only
Copying...
Installing grub...
/usr/bin/winusb: line 421: unexpected EOF while looking for matching `"'
Error occured !
Syncing...
/usr/bin/winusb: line 78: 12459 Terminated              while true; do
sleep 0.05; echo 'pulse';
done
Cleaning...
/usr/bin/winusb: line 78: 12461 Terminated              while true; do
sleep 0.05; echo 'pulse';
done
Umounting and removing '/media/winusb_iso_1437334971_3530'...
Umounting and removing '/media/winusb_target_1437334971_3530'...

I already formated my USB to ntfs.

Best Answer

I suggest that you try mkusb instead of WinUSB. mkusb can create bootable USB drives and memory cards with the Windows installer for Windows 7 - Windows 10.

See the following links,

If you have a DVD drive

  • Burn a boot DVD disk. Make sure to 'burn an iso file'. (Do not create a data DVD with the iso file.)

Create a boot USB drive

Related Question