How to install Windows 8 from a USB drive?

Heng Sea Hong

Posts: 32   +1
Hi all!
I would like to need your help, Please help me how to set up windows 8 release previewer from USB drive?
tks
 
There are probably 3rd party utilities you can use that would be easier, but the approach I use...

1. Make USB drive bootable - format drive using diskpart. (Drive will be wiped)
From command console:
diskpart
list disk
select disk # (USB drive)
clean
create par pri
for fs=ntfs quick
active
assign letter=e
exit

2. Copy bootcode to the thumb drive.
Insert or mount Windows 8 or 7 disk/iso from command console: Change to Windows DVD boot directory. Assuming USB drive is mounted to e:
d:\boot>bootsect /nt60 e:

3. Copy Windows 8 files to the thumb drive. Insert working Windows 8 DVD or mount windows 8 ISO (Assume mounted to d:\. Assume USB drive is assigned to e:\)
From Command Console:

c:\>xcopy d:\*.* e: /e/s/f

That should be it.
 
Or you can run (push it down) it off your NAS too over the network. On Windows 7 can handle Windows 8 install with your Genuine Activated License on both ends. The Windows 8 Preview would allow it. I haven't tried it on the newer one Windows 8.1 it might work?
 
[FONT=Arial][FONT=inherit]1.[/FONT] Install and run Microsoft's [FONT=inherit]Windows 7 USB tool[/FONT]. In the subsequent window (pictured below), browse to the 32-bit or 64-bit Windows 8 disk image file you've already downloaded and hit next.[/FONT]
[FONT=Arial][CENTER]
win8usb-1.jpg
[/CENTER]
[/FONT]

[FONT=Arial][FONT=inherit]2. [/FONT]With your USB stick plugged in (remember, it'll need to be at least 4GB in size for a 64-bit install), choose USB device as your media type.[/FONT]
[FONT=Arial][CENTER]
win8usb-2.jpg
[/CENTER]
[/FONT]

[FONT=Arial][FONT=inherit]3.[/FONT] Select the correct removable device from the drop-down menu, then click begin copying.[/FONT]
[FONT=Arial][CENTER]
win8usb-3.jpg
[/CENTER]
[/FONT]

[FONT=Arial][FONT=inherit]4. [/FONT]Sit back, relax, and make a cuppa while the USB tool formats your pen drive, makes it bootable, and copies over all of the Windows 8 files.[/FONT]
[FONT=Arial][CENTER]
win8usb-4.jpg
[/CENTER]
[/FONT]

[FONT=Arial][FONT=inherit]5. [/FONT]Once the process is complete, the USB drive can be used to boot a PC and run the Windows 8 setup process.[/FONT]
[FONT=Arial][CENTER]
win8usb-5.jpg
[/CENTER]
[/FONT]
[FONT=Arial]
That's all there is to it. You'll save yourself a blank DVD, the Windows 8 setup process should be quicker from flash-based media, and it's of course a must on netbooks or laptops without an optical drive.
[/FONT]
 
Should work on any provided it is large enough. Not sure if 4GB is enough, you may need 8.
 
Or download windows 8 rtm or 8.1 rtm.

to download windows 8.1 iso using windows 8 key, use windows 8 setup installer, then when downloading starts (or about 1%), click cancel, then use windows 8.1 setup installer to download windows 8.1 iso.
after download is completed, the downloader will then ask you to install windows 8/8.1 now or create bootable usb media or create iso.
if you choose to decline any option, you can close it and when you're ready, just click the shortcut created on the desktop to launch the options again.

windows 8 setup installer: http://go.microsoft.com/fwlink/p/?LinkID=317630
windows 8.1 setup installer: http://go.microsoft.com/fwlink/p/?LinkId=271128

available from: http://windows.microsoft.com/en-us/windows-8/upgrade-product-key-only
 
Back