Sleeping Cyborg

Jonathan David Page talks about whatever he happens to be thinking about. Sometimes other people join in.

Email · Twitter · Github
Subscribe via RSS

How to create a Windows 7 Install USB from Linux

by on 17 June 2012
under , ,
with some comments maybe

This is not for your benefit. This is for mine. If you happen to find it useful, that’s nice. Feel free to send me questions if you need help.

  1. Create a single NTFS partition on the thumb drive.
  2. (If you’re using a physical install DVD) put the DVD into the drive and mount it or (if you’re using an ISO) mount the ISO as a loopback device.
  3. Copy all of the files from the DVD or ISO to the thumb drive.
  4. Install ms-sys.
  5. run ms-sys -7 /dev/sdx to add a bootloader to /dev/sdx, which should be substituted for the actual block device name of your thumb drive.
  6. Unmount everything. You now have a functioning Windows 7 install usb.