Command line create WIN8 boot disk

Source: Internet
Author: User

Admin to run cmd, enter DiskPart

Diskpart>

Then enter the following sequence:

List disk

Select disk 1

Clean

Create partition primary

Active

Format Fs=fat32 Quick

Assign

Exit

Then copy all files in the installation image

If it does not start properly, use the repair command: I:bootbootsect.exe/nt60 I:

Gone are the days when we used to burn CDs and DVDs to install operating. Now all modern operating systems lets you install using PEN drive/usb Storage device/usb Stick. And this article describes step by step guide to format and create bootable Windows vista/windows 7/windows 8 USB Stic K.

Prerequisites:

Windows vista/windows 7/windows 8 ISO or installation files

A 4GB USB 2.0 Storage device (its recommended to use USB 2.0 or USB 3.0 device for optimal)

How to:

Plug your USB storage device. and run Command Prompt and execute the following commands one by one.

Diskpart

Run Disk Partition Utility

List disk

To get disk Index this is used to perform disk partitioning.

Select Disk n

Selects disk n to perform disk partitioning. N is the number for your USB flash drive your obtained from above command.

Clean

Flush your existing all USB drive ' s partitions.

Create Partition Primary

Creates a partition as primary partition.

Active

Set the partition as active to hold bootmgr.

Format Fs=ntfs QUICK

Perform a quick format on the USB Flash drive

Assign

Assign a drive letter to the partition

Exit

To quit Diskpart Utility

Now copy all the setup files to USB storage device ... and that's all.

Re-Boot your PC with it, you'll be able to boot and install Windows vista/windows 7/windows 8 using USB Stick.

Note:if you are trouble to boot with it or unable to boot and try this FIX.

I:bootbootsect.exe/nt60 I:

Where I:is The drive letter of USB Stick

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.