ie8 fix
madison

Hardware 2.0

Adrian Kingsley-Hughes

How-to: Create a bootable Windows 8 USB flash drive

By | October 29, 2011, 11:25am PDT

Summary: Bootable USB flash drives are far more convenient than DVD discs.

This has become a popular question as of late so I thought I’d throw a quick page up outlining how to do it.

Note: This procedure also works for Windows 7.

I’ll warn you in advance that there are a lot of steps involved to do this! Also, you’ll need an 8GB or larger USB flash drive.

  1. Download the Windows 8 .ISO from the Microsoft website.
  2. Mount the .ISO file as a drive … if you don’t have a tool to do this, I suggest SlySoft’s Virtual CloneDrive - it’s free! Alternatively, you can burn it to a DVD using a tool such as ImgBurn and pop the disc in your drive.
  3. Format your USB flash drive ready like this:
    - Insert a USB flash drive into your computer
    - Start a Command Prompt as an administrator (right-click on the entry and select Run as administrator) and type diskpart and then press ENTER
    - Next, type the following BOLD lines a line at a time, pressing ENTER at the end of each line after the command has completed:
    DISKPART> list disk
    DISKPART> select disk X
    Note: X is the number for your USB flash drive you obtained from the list command from the previous step.
    DISKPART> clean
    DISKPART> create partition primary
    DISKPART> select partition 1
    DISKPART> active
    DISKPART> format FS=NTFS
    DISKPART> assign
    DISKPART> exit
  4. Next you need to make your USB flash drive bootable. Start another Command Prompt as an administrator and navigate to the boot folder of the Windows 8 ISO image then type the following:
    bootsect /nt60 X:
    Note: Where X is the drive letter for your USB flash drive
  5. From a Command Prompt type the following:
    XCOPY X:\*.* Y:\ /E /J /H
    Note: Where Y is the drive letter for your USB flash drive and X is the drive letter of your mounted Windows 8 .ISO file
  6. Boot your PC up from your USB flash drive. If your PC won’t boot from your USB flash drive then you’ll need to dig out your motherboard manual and twiddle with the boot device settings.

And you’re done!

Kick off your day with ZDNet's daily e-mail newsletter. It's the freshest tech news and opinion, served hot. Get it.

Topics

Adrian Kingsley-Hughes is an internationally published technology author who has devoted over a decade to helping users get the most from technology.

Disclosure

Adrian Kingsley-Hughes

All opinions expressed on Hardware 2.0 are those of Adrian Kingsley-Hughes. Every effort is made to ensure that the information posted is accurate. If you have any comments, queries or corrections, please contact Adrian via the email link here. Any possible conflicts of interest will be posted below. [Updated: February 23, 2010] - Adrian Kingsley-Hughes has no business relationships, affiliations, investments, or other actual/potential conflicts of interest relating to the content posted so far on this blog.

Biography

Adrian Kingsley-Hughes

Adrian Kingsley-Hughes is an internationally published technology author who has devoted over a decade to helping users get the most from technology -- whether that be by learning to program, building a PC from a pile of parts, or helping them get the most from their new MP3 player or digital camera.

Adrian has authored/co-authored technical books on a variety of topics, ranging from programming to building and maintaining PCs. His most recent books include "Build the Ultimate Custom PC", "Beginning Programming" and "The PC Doctor's Fix It Yourself Guide". He has also written training manuals that have been used by a number of Fortune 500 companies.

Adrian also runs a popular blog under the name The PC Doctor, where he covers a range of computer-related topics -- from security to repairing and upgrading.

21
Comments

Join the conversation!

Just In

RE: How-to: Create a bootable Windows 8 USB flash drive
superwj5 18th Jan
just format the usb, extract the iso to the usb, then use easybcd on it
0 Votes
+ -
I wonder if UNetbootin would also work. The program was able to make a bootable Ubuntu USB flash drive from an ISO. I am not sure, but I think that UNetbootin performs the steps that you have outlined.
adrian - ya got the drive letters reversed in step 5.
other than that - nice, useful post.
0 Votes
+ -
Same old NT6 trick....
cym104 29th Oct
Nothing to see here, move along~~
0 Votes
+ -
Is this legal? It seems to me the Windows EULA clearly states you are only allowed to make "one copy on one machine", and that Microsoft "reserves all rights not expressly granted". in other words, if they don't say you are allowed to copy the software onto additional boot media, then you are committing Intellectual Property Theft by doing so.
0 Votes
+ -
I think you have that wrong
Joe_Raby 29th Oct
@ldo17

The instructions are for copying installation media onto a different installation media type. What you are referring to is the actual installation. You aren't allowed to have multiple installs as a multi-boot option using the same license. The wording you are talking about is in the EULA, but these steps refer to OEM or System Builder licensing terms.
@Joe_Raby Doesn't matter how you phrase the actions described, the point is if they're not "expressly" permitted by Microsoft's licence (i.e. spelled out in so many words), then they are Intellectual Property Theft.
0 Votes
+ -
You don't get it
Joe_Raby 30th Oct
@Ido17

No, it isn't, because that wording is not even mentioned in the OEM or SB license agreement, and that is the only license agreement that coincides with the install bits, which is what these instructions are for. Microsoft has different licensing terms for the installation software than it does for the actual product bits.

If you want to read the SBLA, go to the regular OEM website.

A system builder or non-contract OEM can use any copy of Windows to install from. The rule is that the must include the original hologram media as a deliverable, AND there must be some way for the end-user to reinstall the product. A hard drive recovery partition is allowed by the system builder, but they are not allowed to deliver any removeable discs for reinstall aside from the original hologram media. I asked about systems without optical drives, and they said so long as the hologram DVD is included and there is a recovery partition, the conditions are met. There is another way to include reinstallation media though: on a desktop, you can take a USB thumbdrive, customize an install image and recover option to run from it, buy a USB female type-A to motherboard header adapter, and pop the thumbdrive in the case. That also meets the "non-removeable" requirement.

End-users are allowed to make backup copies of the installation media, just as system builders can (you'd have to otherwise you couldn't use software like the OPK, WDS, AIK, and MDT for deployment). However, you just can't transfer that customized removeable media to a third-party. THEN it would be breaching the license agreement.
@Joe_Raby If you look at that OEM licence, you'll find it says you're not allowed to do an installation for your own use, you have to pass it on to a third/unrelated party.

So all you're doing by switching licences is trading one form of Intellectual Property Theft for another.
0 Votes
+ -
It is perfectly legal
honeymonster 30th Oct
@ldo17
The Windows 8 developer preview is free to use in this way (but time limited).

The final Windows 8 will also allow Windows to Go as Microsoft has dubbed this. There is actually a little more to it than just placing it all on an USB stick - e.g. Windows 8 will allow accidental removal of the stick - as long as you plug it in again within 60 seconds.
0 Votes
+ -
Just FYI
Joe_Raby 29th Oct
I used the Windows 7 USB Tool that Microsoft provides, and it works fine.

Also, I never have had to use the BOOTSECT command because the DISKPART ACTIVE command is supposed to resolve the boot sector for you.

Also FYI to anybody asking: Windows 7 doesn't support boot from removeable disks like USB thumbdrives or SD cards. Windows Embedded Standard 7 does though, but I've tried it, and it's SLOOOOW. It isn't like booting a WinPE image....
One thing I noticed in the instructions; you listed the xcopy command with *.* As BitBanger said "adrian - ya got the drive letters reversed in step 5. other than that - nice, useful post." I have to agree. Thank you for posting this how-to.
So for all us non-legal/lawyer types, what is the answer from the author of this blog? Mr. Kingsley-Hughes, what is your response? Thank you.
I'm not a legal type, so what is the answer? Perhaps the author could render an opinion about whether this should be done or not.
It looks to me like all you are doing is to create a bootable version of the installation files on a USB drive. If that is all you are attempting here there is a much simpler way to do it. UltraISO, $29.95 from EZB Ststems will allow you to do all this from the iso file with one click.
0 Votes
+ -
The correct step 5 is:
From a Command Prompt type the following:
XCOPY X:\*.* Y:\ /E /F /H
Note: Where Y is the drive letter for your USB flash drive and X is the drive letter of your mounted Windows 8 .ISO file
will not be buying windows 8 or iphone 7 it is the same they taking windows 7 on the iphone and that is crap and now they are going make it windows 8 for the pc that is crap microsoft is losing it and they know it they can not make a safe windows like xp now all of vista and windows 7 and windows 8 are crap
I agree with Joe Raby, the MS Qidnows 7 USB DVD tools works just fine without having to jump thru any hoops short or just downloading the free tool from MS

John
0 Votes
+ -
Seriously? Burn a DVD?
air-run 2nd Nov
Why burn the ISO to disk just to put the contents on a flash drive?

You can use 7-Zip to extract the contents of the .iso without having to waste a DVD or the time to burn one
I use Windows 8 To Go. To install it, follow the instructions in the article for DiskPart and BootSect to prepare the disk. Pop in the Windows 8 DVD and choose the USB drive when it asks you where to install your new system.
0 Votes
+ -
Just an FYI...
pabent@... 29th Dec
If Microsoft thought for a second that this was wrong they would have had their legal people on ZDNet to remove this PRONTO!!! Obviously it is OK...ldo17
just format the usb, extract the iso to the usb, then use easybcd on it

Join the conversation!

Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]
ie8 fix
Click Here
ie8 fix

The best of ZDNet, delivered

ZDNet Newsletters

Get the best of ZDNet delivered straight to your inbox

Facebook Activity

White Papers, Webcasts, & Resources
ie8 fix
ie8 fix