To create a bootable Windows 8.1 USB drive you will need the following.
- 4 GB or larger USB drive;
- Windows 8.1 DVD, ISO file or product key;
- A device that is running Windows.
If you have a Windows 8 product key, you can download the Windows 8.1 ISO file directly from Microsoft's servers, and create a bootable USB drive as well. My colleague Wayne Williams has already written a guide which details all the steps that you have to go through. Please note that you need a Windows PC for this task.
Obviously, you cannot install Windows 8.1 using just the product key. But, you can use it to download the ISO file directly from Microsoft's servers. Please note that the default Windows partition (usually "C") has to have at least 5 GB of free storage. You will have to follow these steps next:
- Download and open the Install Windows 8.1 setup file from Microsoft;
- Type in your Windows 8.1 product key and initiate the download;
- After the download completes, select Install by creating media;
- Select USB flash drive (it should be the default choice) and insert the USB drive;
- Accept any prompts to erase the contents of the USB drive in order to kick off the process.
- Open the Command Prompt. This can be done by triggering the Run -- Windows Key + R -- feature, and opening "cmd".
- Type "diskpart" to open the disk partitioning software. Accept the UAC security prompt, if asked.
- Insert the USB drive.
- Type "list disk". The program will then show you a list of all the physical drives (HDD, SSD, USB, etc.) that are attached.
- Identify the disk number of the USB drive (it can be recognized by looking at the size column; it's usually the last listed disk) and type "select disk X", where "X" is the disk number of your USB drive.
- Type "clean". This will erase the contents of the USB drive, so make sure you have the contents backed-up beforehand.
- Type "create partition primary". This command will create a primary partition on the USB drive.
- Type "select partition 1". This command will select the created partition.
- Type "active". This command will make the selected partition active.
- Type "format fs=ntfs quick". This command will format the created partition as NTFS.
- Type "assign". This command will assign a letter to the USB drive, which will make it show under Windows Explorer.
- Copy the contents of the Windows 8.1 DVD or ISO from the created folder on the USB drive.
You have now created a bootable Windows 8.1 USB drive. To install the operating system from it you will have to set the device to boot from USB, right after powering it on. Afterwards, carry on with the process as you would normally.
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.