`
天梯梦
  • 浏览: 13706615 次
  • 性别: Icon_minigender_2
  • 来自: 洛杉矶
社区版块
存档分类
最新评论

Ubuntu下转 win7 iso 到USB Can I use Ubuntu to write a Windows 7 ISO to USB?

 
阅读更多

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 enter image description here

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
分享到:
评论

相关推荐

    win32diskimager.7z

    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 ...

    ubuntu nsight

    CUDA IDE nvidia nsight, nsight as a tools of eclipse ,you can use it to write C/C++ CUDA and debug caffe

    vmtools-linux.iso

    在Ubuntu下安装VMware-Tools不像在Windows下安装容易,昨晚整了挺长时间终于安上了.方法在下面. 感谢提供方法的大侠! VMware Tools位置:VMware的安装路径\VMware\VMware Workstation\linux.iso 启动后按Esc选择...

    Learn Ansible - Fundamentals of Ansible 2.x 1st 2018 pdf

    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 ...

    i-vector的工具箱

    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...

    Ubuntu下配置telnet,ssh说明

    # 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) ...

    JLink_Windows_V648.zip

    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...

    Bochs - The cross platform IA-32 (x86) emulator

    - 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 ...

    Small.Sharp.Software.Tools.epub

    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...

    GNU/Linux Rapid Embedded Programming

    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

    获取USB摄像头的1080p的JPEG格式的图片20180608_1806.7z 电脑上的系统:ubuntu14.04 // http://www.linuxidc.com/Linux/2011-03/33020.htm // V4L2摄像头获取单幅图片测试程序(MMAP模式) // [日期:2011-03-06] ...

    svn 服务器+sasl认证在ubuntu 10.04安装文档

    ### SVN服务器+SASL认证在Ubuntu 10.04上的安装与配置 #### 安装Subversion(SVN) 1. **安装Subversion:** 首先确保Ubuntu 10.04系统已安装Subversion。可以使用`sudo apt-get install subversion`命令进行安装...

    Odoo 11 Development Essentials 3 Edition(epub)

    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整理

    ### Ubuntu服务器搭建FTP服务知识点详解 #### 一、前言 在现代网络环境中,FTP (File Transfer Protocol) 是一种常用的数据传输协议,主要用于文件的上传和下载。对于企业级应用而言,搭建一个安全且功能丰富的FTP...

    bVNC-Pro-Secure-VNC-Viewer_v4.1.0.apk

    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 ...

    Linux中出现“No space left on device”错误的排查与解决方法

    正常情况下,删除一些文件来释放空间,即可解决该问题。 当我使用 df 命令查看分区情况时,结果如下: # df -h Filesystem Size Used Avail Use% Mounted on /dev/vda1 29G 29G 0 100% / udev 10M 0 10M 0% /dev ...

    crtmpserver源码

    Instructions how to compile and use C++ RTMP Server (a.k.a crtmpserver) Requirements: * GCC and other C++ tools * SVN * libdl, libssl, libcrypto (make sure you have the "devel" packages of libdl, ssl...

Global site tag (gtag.js) - Google Analytics