How To Create Bootable Windows 8 Usb
4 Answers 4
Microsoft USB/DVD tool is very easy to use, you need 4GB flash drive and original untouched ISO image. You can obtain them for now from MSDN, Technet and some other places, just make sure to check the SHA of the ISO file.
answered Sep 19 '12 at 8:36
D.IankovD.Iankov
1,854 1 gold badge 15 silver badges 16 bronze badges
2
answered Sep 19 '12 at 11:01
If you do not want to the USB tools (or can't use them because your removable drive shows up as a local disk) it is possible to make a bootable USB drive with only the Windows 8 ISO and a working Windows machine.
- Mount or extract the files from your Windows 8 ISO
- Open windows console ( Start > type
cmdinto the search field or click run >cmd| Right-clickcmdand selectRun as Administrator-- Vista or 7 only) - With the console open enter
diskpartand thenlist disk; locate your USB drive here -
select disk ?(? Is the number of your drive found fromlist disk) -
clean -
create partition primary -
select partition 1 -
active -
format fs=ntfs quick -
exit - Type
cdfollowed by the directory of extracted ISO files OR just type in the letter of the drive where your ISO is mounted (i.ecd C:\Users\me\Downloads\Win8org:) -
cd boot -
bootsect /nt60 ?:Where ? is the letter of your USB drive. If you get an error about the wrong architecture you need to find the 32bit bootsect.exe (you can even use the 32bit Windows 7 file) program to run this command. - Copy all of the files from the ISO to your USB drive
- Reboot with the USB drive plugged into your computer and make sure the motherboard is set to boot from USB.
answered Oct 23 '12 at 17:06
에이바에이바
1,286 5 gold badges 18 silver badges 36 bronze badges
The Microsoft USB/DVD tool does not work on some systems. So I used the following tool to create a bootable Windows 8 USB drive. This tool can be used to create only bootable USB drives, not a DVD.
Download Win8USB - Windows 8 USB Installer Maker.
- Use a pendrive with at least 4 GB free space.
- Select the USB drive to use and the ISO file of the OS then proceed to create.
Here are some screenshots
answered Oct 24 '12 at 6:34
webcoderwebcoder
281 4 silver badges 11 bronze badges
Not the answer you're looking for? Browse other questions tagged usb-flash-drive windows-8 or ask your own question.
How To Create Bootable Windows 8 Usb
Source: https://superuser.com/questions/476927/how-do-i-make-a-bootable-usb-with-windows-8
Posted by: markhamkinatim.blogspot.com

Will this work with the retail Windows 8 Pro, i.e. an upgrade?
Oct 21 '12 at 23:35
Upgrade windows 8 differs only in license. Not code, so no reason it should not work.
Oct 22 '12 at 6:26