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
相关推荐
This program is designed to write a raw disk image to a removable device or backup a removable device to a raw image file. It is very useful for embedded development, namely Arm development projects ...
CUDA IDE nvidia nsight, nsight as a tools of eclipse ,you can use it to write C/C++ CUDA and debug caffe
在Ubuntu下安装VMware-Tools不像在Windows下安装容易,昨晚整了挺长时间终于安上了.方法在下面. 感谢提供方法的大侠! VMware Tools位置:VMware的安装路径\VMware\VMware Workstation\linux.iso 启动后按Esc选择...
Write your own playbooks to configure servers running CentOS, Ubuntu, and Windows Identify repeatable tasks and write playbooks to automate them Define a highly available public cloud infrastructure ...
The Identity toolbox has been tested on Windows 8 as well as Ubuntu Linux computers running Matlab R2013a. The toolbox is portable and is expected to work on any machine that runs Matlab. Compilation...
# Please note that you need a log_type line to be able to use log_on_success # and log_on_failure. The default is the following: # log_type = SYSLOG daemon info (Insert red, large font part) ...
DLL: Windows: Renesas RX: When using FINE interface and disabling ongoining debug mode on debug session close, it could happen that a thread was not exited gracefully, causing handle leaks. Fixed. DLL...
### SVN服务器+SASL认证在Ubuntu 10.04上的安装与配置 #### 安装Subversion(SVN) 1. **安装Subversion:** 首先确保Ubuntu 10.04系统已安装Subversion。可以使用`sudo apt-get install subversion`命令进行安装...
- USB printer: output file creation failure now causes a disconnect - re-implemented "options" parameter for additional options of connected devices (currently only used to set the speed reported ...
That's because developers know that all the best features of your operating system are hidden behind a user interface designed to help average people use the computer. But you're not the average user...
Access data through several kinds of devices such as GPIO's, serial ports, PWM, ADC, Ethernet, WiFi, audio, video, I2C, SPI, One Wire, USB and CAN Practical example usage of several devices such as ...
获取USB摄像头的1080p的JPEG格式的图片20180608_1806.7z 电脑上的系统:ubuntu14.04 // http://www.linuxidc.com/Linux/2011-03/33020.htm // V4L2摄像头获取单幅图片测试程序(MMAP模式) // [日期:2011-03-06] ...
We choose to install Odoo in an Ubuntu host, but guidance is given to have a perfectly functioning development environment in a Windows machine with an Ubuntu virtual machine. Chapter 3, Your First ...
### Ubuntu服务器搭建FTP服务知识点详解 #### 一、前言 在现代网络环境中,FTP (File Transfer Protocol) 是一种常用的数据传输协议,主要用于文件的上传和下载。对于企业级应用而言,搭建一个安全且功能丰富的FTP...
If bVNC doesn't work for you or you're unhappy, do not write a review, please post your question in the forum! https://groups.google.com/forum/#!forum/bvnc-ardp-aspice-opaque-android-bb10-clients If ...
将softap.tar.bz2解压到package/allwinner下。 将dnsmasq.tar.bz2解压并替换package/network/services下的dnsmasq文件夹。 3、配置内核: rootroot@cm-System-Product-Name:/home/wwt/softap_ap6212...
正常情况下,删除一些文件来释放空间,即可解决该问题。 当我使用 df 命令查看分区情况时,结果如下: # df -h Filesystem Size Used Avail Use% Mounted on /dev/vda1 29G 29G 0 100% / udev 10M 0 10M 0% /dev ...