I refered many links like How can I create a Windows bootable USB stick using Ubuntu? and unable to create usb stick for windows 7 from ubuntu 14.04.I installed WinUsb and Unetbooin packages.Also I tried with dd.But I can not create windows bootable usb from ubuntu.how can i create Windows bootable stick from ubuntu.
Asked
Active
Viewed 381 times
sudo dd if=/path.to.iso.iso of=/dev/sdc1 bs=4M && sync
) - no success :/ I've tried the very same ISO then using rufus in other computer with Windows and it worked. Any ideas? – crysman Nov 06 '16 at 18:30