Make bootable Windows XP usb from Linux
by doom_23 from LinuxQuestions.org on (#5E6JP)
Hello. I have a winxp.iso that I want to flash to an usb drive. But all programs I found can't flash Windows XP.
I tried Code:dd winxp.iso /dev/sdX bs=4M status=progress oflag=syncthen flashed mbr with Code:ms-sys -m /dev/sdX but it does not work. The idea I have is to use WinSetupFromUsb from wine, but I haven't been able to make usb devices visible in the last one.


I tried Code:dd winxp.iso /dev/sdX bs=4M status=progress oflag=syncthen flashed mbr with Code:ms-sys -m /dev/sdX but it does not work. The idea I have is to use WinSetupFromUsb from wine, but I haven't been able to make usb devices visible in the last one.