Method 1
Using gparted format the drive FAT16, set the boot flag.
Using Archive Manager extract the iso to the drive.
(or just copy the DVD to the drive).
That's it.
works for me
Method 2
To create your bootable installer disc, select an ISO image or CD/DVD disc, and click Install 
This will create your Windows Vista/7 installer USB. It is worth mentioning here that the tool might also work with Windows 8; however, it has not been tested. Having said that, the developer has mentioned that the supported images include, “Windows Vista, Seven+.” You can install WinUSB either from the Deb package given at the developer’s website (for Oneiric, Natty, Maverick and Lucid), or from the PPA given below.
sudo add-apt-repository ppa:colingille/freshlight sudo apt-get update sudo apt-get install winusb
Since WinUSB also works from the command line, you can create a Windows 7 or Windows Vista USB installer by following the command line format given below
sudo winusb --format <iso path> <device>
Once the USB is formatted using the above method, install a Windows partition and edit the Master Boot Record:
sudo winusb --install <iso path> <partition>
来源:http://askubuntu.com/questions/116885/can-i-use-ubuntu-to-write-a-windows-7-iso-to-usb
本文介绍如何利用Ubuntu系统创建可引导的Windows安装U盘。主要分为两种方法:第一种是通过gparted格式化磁盘为FAT16并设置启动标志,然后使用Archive Manager将ISO文件提取到U盘;第二种是使用WinUSB工具,它支持从命令行操作,包括格式化U盘及安装Windows分区等步骤。
5467

被折叠的 条评论
为什么被折叠?



