Mobile hard disk installation windows8 system detailed graphic tutorial

  

If you want to install windows8 in the u disk or mobile hard disk, you need a u disk or mobile hard disk with more than 5G memory. If you use a USB flash drive, you only need to download the Windows 7 USB/DVD download tool software and make the Windows 8 dp iso a bootable boot disk. But if you use a mobile disk, you need to follow the tutorial below.

1. Computer – Right – Manage – Disk, ensure that there is a large enough space in the hard disk, or separate a 5-10GB space. Then in Windows System Management, set this partition to active state in Disk Management:

2. Then read the ISO with a virtual CD-ROM drive and copy all the files inside it to this partition (including hidden files). Or we can also prepare a DVD9 disk, burn (not recommended, domestic is not good to buy, and buy is not necessarily easy to use) or we can also through the network, local disk sharing, etc., through a boot disk boot and then access Running Winload.exe I haven't tested it, not necessarily a good one.

3. Start the installation: First check if your computer motherboard supports USB device booting. If it is, you can choose to boot through USB when booting, you can successfully enter the Windows 8 DP installation interface.

(Note: If you can't enter normally, for example, he reports HAL errors, etc., then you can only congratulate, your hardware is too avant-garde, it does not support.)

You enter smoothly When selecting a partition, you need to press Shift + F10 to bring up the command line. OK, we need to create a VHD (Virtual Hard Disk) and mount the VHD.

Use the command line DIR to find a large enough partition on the existing partition, personally recommend to find a partition with more than 50GB of free space, remember his drive letter, such as D drive, enter DISKPART tool, command line input DISKPART.

Use the command create vdisk file=”d:win8.vhd” type=expandable maximum=50000 to create a VGB file with a maximum space of 50GB in D: (of course, you can also use a fixed size type) =fixed).

You must be reminded that you should not think that he is dynamically adding space, I can create it in a partition with less than 50GB left. If so, although the general virtual machine can read and boot this VHD. System or file, but booting directly through the physical machine or not, because the boot starts when she wants to create a logical partition according to the VHD settings, so if you are less than 50GB, and he still takes 50GB of space , it will report an error with insufficient space. So be sure to remember to choose a partition with enough space and then set a reasonable maximum.

Then select this VHD file and mount it:

In the interface for selecting the installation partition, click refresh to find the partition you just mounted, confirm the size, select it, and Start the official installation in one step.

The above steps to create a VHD can also be done in your existing Win7 disk management, menus, actions, create VHD:

Then, restart and install successfully.

After Windows8 is installed, he will generate his own Boot Manager, which supports direct booting of Win8 on VHD, so you should see the following interface:


See the above interface and select the system you want to enter.

If you are familiar with BCDEdit, you can also modify the Boot Manager content yourself or use the Windows 7 Boot Manager. The EasyBCD tool is recommended here. It has a simple visual interface and is much more intuitive than the bcdedit command line. (It is recommended that the familiar classmates operate, otherwise it is very easy to get into the system)

It took about 20 minutes and it was finally completed. The steps are probably just a few steps. Finally, share the screenshot after I finished.

Copyright © Windows knowledge All Rights Reserved