We are going to show you how to create Windows 8 bootable USB using both the Command Prompt.
Method 1: Command Prompt method
Things you need:
# Windows 8 DVD or ISO file
# 4GB USB flash drive
# A computer running Vista or Windows 7
(If you are running Windows XP, we suggest you follow method 2)
Method 1: Command Prompt method
Step 1: Connect your USB flash drive to your Vista or Windows 7 machine and backup all data from the flash drive.
Step 2:
Open Command Prompt as administrator. To do this, go to Start menu, All
programs, Accessories, right-click on Command Prompt entry and click
Run as administrator option. Click Yes when you see the UAC prompt. If
you are asked to enter the admin password, please do so.
Step 3: In the Command Prompt, type DISKPART and press enter key.
Step 4: Next, type LIST DISK
and press enter key again. Note down the your USB flash drive number.
For instance, in the below picture, my USB flash drive’s disk number is
Disk 1. And if you can’t see your USB drive in the list, reconnect the
drive and try again.
Step 5: Type below mentioned commands one-by-one and press Enter key after entering each command.
Select Disk 1
(Enter the disk number that you have obtained in step 4)
Clean
Create Partition Primary
Select Partition 1
Active
Format FS=NTFS Quick
Assign
Exit
Please don’t close the Command Prompt. Simply minimize it for now.
Step 6:
Insert your Windows 8 DVD into to the optical drive and note down the
drive letter of the optical drive. As you can see, “G” is my DVD drive’s
drive number.
And if you have an ISO file of Windows 8,
you need to mount the ISO file. To do that we suggest you check out our
how to mount ISO file in Windows 7 guide. When you mount the ISO file
using the instructions mentioned in our guide, you get a drive letter
for your mounted optical drive. Simply note down that drive letter and
proceed to the next step. For instance, in the below picture, “J” is the
drive letter of my mounted ISO file.
Step 7: Maximize the Command Prompt and execute the following commands.
J: CD Boot
(replace “J” with your DVD or mounted ISO’s drive letter)
CD Boot
Step 8:
Next, we need to update the USB flash drive with BOOTMGR compatible
code. To do that type the below mentioned command and press Enter key.
Bootsect.exe /NT60 I:
(replace “I” with your USB flash drive’s drive letter)
Step 9:
Well, we are almost done! Open up the DVD drive or mounted ISO drive,
and copy all files to the USB flash drive. That’s it! You are ready to
install Windows 8 from USB flash drive now.
No comments:
Post a Comment