Install Windows 7 from USB flash drive

66

33

I have an ISO image of the Windows 7 installation DVD, but I can't burn it to CD or DVD. I have an empty flash drive with plenty of space. Is there any way I can put the ISO image on it and install from it as if it were a CD?

user5828

Posted 2009-10-28T20:21:13.590

Reputation:

Possible duplicate of How to install windows 7 RC from a USB disk?

– jiggunjer – 2016-01-04T04:44:37.337

@jiggunjer While I agree it's a duplicate, I closed the other (older one) as a duplicate of this one. As this one is more complete and has better info. – Ƭᴇcʜιᴇ007 – 2016-01-05T14:47:02.673

1

@Ƭᴇcʜιᴇ007 Isn't this a good example where merging would work? https://meta.stackexchange.com/questions/97076/merge-answers-but-not-question-when-closing-as-duplicate

– jiggunjer – 2016-01-06T05:56:40.403

http://www.isotousb.com is a simple tool for this purpose – fozylet – 2012-08-09T01:01:51.427

@nateify This may also be a viable alternative/solution http://www.intowindows.com/how-to-install-windows-78-1-from-your-phones-micro-sd-memory-card/

– Simon – 2013-12-18T15:42:12.170

Answers

51

Microsoft has released a tool to put an ISO of Windows 7 on a bootable USB drive (or on a DVD).

Windows7Hacker has an explanation on where to download this tool and how to use it : Creating Bootable Windows 7 Install USB Flash Drive or DVD Using Windows 7 USB/DVD Download Tool

alt text

Snark

Posted 2009-10-28T20:21:13.590

Reputation: 30 147

@dma_k I'm sure it's possible. Haven't tried it, but you should be able to extract the bootloader from the iso and chainload it with GRUB. – Anonymous – 2017-04-02T19:06:59.870

Actually after I've created Windows installation flash, I've copied its' contents to Grub flash and used ntldr /bootmgr in config. It worked as a charm. – dma_k – 2017-05-18T23:07:02.573

2Do you happen to know if one can install Grub2 loader to USB after creating this bootable USB? Would be nice to have a possibility to run Live Linux or install Windows. – dma_k – 2014-05-22T19:50:05.637

19

Yes.

Easiest way is to mark a partition as active (although not always needed, depending on your motherboard).

Next, extract everything in the ISO to the root of the USB drive (use Winrar, 7-Zip or your favourite extraction program.).

Reboot and either change boot order in the BIOS or press whatever key it is on your motherboard to bring up the boot menu (usually F12 or Esacpe).

Choose USB drive.

Done!

William Hilsum

Posted 2009-10-28T20:21:13.590

Reputation: 111 572

Unfortunately, to us mere mortals, "marking a partition as active" is somehow not easy...as it were :) – rogerdpack – 2016-04-08T23:19:12.380

2Can you just quickly mention how to mark a USB drive partition as "active"; I've not heard of that before. – Neil Barnwell – 2010-07-19T11:21:43.960

1@Neil Barnwell, you simply go to disk management or any partition management tool and just set the drives partition to active in the same way as you would a hard drive. In Windows disk Management, right click and choose Active. – William Hilsum – 2010-07-19T12:29:51.927

4Your solution doesn't address making sure a proper boot sector exists on the USB key, which I believe is necessary for it to boot. @Matthew Read's solution does address this. – LawrenceC – 2011-06-24T16:15:11.267

11

Use UNetBootin to create a bootable USB flash drive with the ISO.

The software was made for creating bootable linux flash drives, but works with any bootable ISO.

alt text

th3dude

Posted 2009-10-28T20:21:13.590

Reputation: 9 189

Doesn't detect my Transcend 250GB external HDD :( – Bogdan0x400 – 2011-06-24T15:36:50.217

@Bogdan0x400, open the command prompt, cd to the folder where unetbootin.exe is located and start it with the option "targetdrive=f:" unetbootin targetdrive=f:" (replace "f:" with your drive's letter) – sm4rk0 – 2013-02-20T00:24:54.297

2

Here you go, in four easy steps:

  1. Using the HP USB Disk Storage Format Tool (v2.0.6), format the flash drive using FAT32 leaving all the boxes unchecked.

  2. Mount the Windows 7 ISO image using Virtual CloneDrive (a free tool).

  3. Then copy the contents of the ISO image (all of the Windows 7 files and folders) over to the flash drive. Grab a cup of coffee; it could take upwards of 5-10 minutes.

  4. Lastly, rename the file on the root of the flash drive from "BOOTMGR" to "NTLDR".


I hope this helps...

pjemmert

Posted 2009-10-28T20:21:13.590

Reputation: 336

2Almost a copy of my answer, anyway - I don't think step 4 is needed - I have never needed to rename anything and I do not recommend step 2. Any sort of Virtual drive program installs a driver which will always be running and slow your machine (although not exactly by a lot, and I do like virtual clone drive). If this is a one off job, it is much better just to use Winrar or 7 zip as I said. It will dothe same job and will not do anything to the system. – William Hilsum – 2009-10-28T20:48:31.320

3I don't understand how it is almost a copy of your answer, anyway - thanks for the critique... lol – pjemmert – 2009-10-28T20:58:37.150

2

I know this question is a few years old, but I think this program is worth mentioning (it's also easy).
Your Universal Multiboot Integrator
YUMI Multiboot USB Creator
You can use it to add many Operating Systems on one flash drive (both Windows and Linux, I don't know about MAC OSX) You can also use it to add other ISO images, like Norton Ghost SRD, Acronis True Image and many other tools. YUMI list of available ISOs!

ICTAddict

Posted 2009-10-28T20:21:13.590

Reputation: 388

Windows only :| – rogerdpack – 2019-01-12T23:54:50.513

1

I love using rufus for extracting any OS onto a USB. It's source is on github as well. For windows:

Rufus Source on GitHub

Rufus UI

meguroyama

Posted 2009-10-28T20:21:13.590

Reputation: 130

1

If already running Windows™ you can simply use the Windows 7 USB/DVD Download Tool from Microsoft.

If on another OS you can perform the following steps:

  1. Make sure the filesystem is NTFS and has the bootable flag set..
  2. Use ms-sys to write boot record (ms-sys -7 /dev/sdx).
  3. Mount the ISO and copy all the files and directories.

Aldrik

Posted 2009-10-28T20:21:13.590

Reputation: 706