2013 New Mac Air directly installed windowns system cannot next keyboard mouse malfunction Unable to create new partition hint GPT partition solution

Source: Internet
Author: User

Today the classmate brought 2013 Macbookair, asked me to help install a Win7 system, keep the original Mac system, so started. According to the tutorial, prepare a 8g USB flash drive, first enter the air's own Mac system (commonly known as "Mavericks"), the original image of the Win7 flagship 64-bit system is copied to the desktop, and then insert a USB flash drive, in the system tools to find the Boot Camp Assistant software and open, follow the wizard to partition the hard disk, Make the Startup disk (the Startup disk will have to wait for a long time to download the Win7 driver for air). After the boot disk does not have to unplug, the direct restart air will be able to enter the WIN7 installation program (also can be restarted to the white screen interface, hold option, select Windows boot boot), all step by step.

Loaded Win7 after I filled with joy to the students, he used a moment to say that the system partition is too big, I want to draw a division out, but I have to do. Into the disk management, directly to the WIN7 partition compressed volume, press out 20G a new partition, the period out of a box said what new partition will make the original partition system can not start, no tube so much direct determination, the result tragic, restart Win7 blue screen, Restart by option outbound boot selection also didn't see Mac, only one windows was alone in that ...

Finding the problem, the next step is to implement the driver that loads the USB3.0 when entering the Win7 installation interface. Here's an installation package for the newest boot camp (link: http://pan.baidu.com/s/1c0xNhvi), why? Because the need to use the USB3.0 drive is inside!! First I in another computer's D packing directory to create a new folder and named ABC, folder under the establishment of two folders, a call USB3, a call mount, open Bootcamp compressed package, inside the $winpedriver$\intelxhcisetup\ There are two folders under the drivers path called XHCI and Hcswitch, respectively, into the X64 underneath them and copy all the files into the previously created USB3 folder, with a total of 12 files. Copy the Boot.wim and Install.wim from the Sources folder of the Win7 installation disk (previously made boot disk) to the newly created ABC folder (don't put it in USB3 or mount!!). )。

Next, run cmd in admin mode and call two commands:

D: Enter
CD ABC return

Then continue to enter the following command:

Dism/mount-wim/wimfile:boot.wim/index:2/mountdir:mount
Dism/image:mount/add-driver/driver:usb3\iusb3hub.inf
Dism/image:mount/add-driver/driver:usb3\iusb3xhc.inf
Dism/image:mount/add-driver/driver:usb3\iusb3hcs.inf
Dism/unmount-wim/mountdir:mount/commit


The above five commands are intended to add drivers to boot.wim. The first one means mount the image, then the three command to add the driver, and the last command is to unload the image.
Similarly, the inside of the Boot.wim are replaced with Install.wim can give Install.wim added drive. The Install.wim file is large, so it will take some time (it's been really long, almost one hours).

Mount Install.wim command, for the Mount of the Win7 version of the different, index: the number behind is different, I give the boss is the flagship version, the Ultimate version of the corresponding number is 4, that is mounted on the command to play
Index:4
After two files are added to the driver, copy back to the original sources folder so that the Win7 installation disk is added to the driver.

Finally use their own DIY after the Win7 installation disk Guide air into the installation program, to the language and regional selection where the touchpad and keyboard decisive can use, and then by the process of loading Win7 and common software, this is done.

However, the above step was successful, to the disk partition, and then there is a problem. Tip GPT partition could not create partition problem.

Press "SHIFT+F10" to bring up the DiskPart command prompt, then enter

DiskPart (Bring up Disk Management tool)

List disk (list all drive characters)

Select disk 0 (typically, disk 0 is the system hard disk)

Clean (clears all data from system hard disk and non-system disk)

Convert MBR (transform hard drive boot mode to MBR)

create partition primary size = XXX (repartition the hard disk, if not entered, can be partitioned in the system's disk Management after the system installation is complete)

Format Fs=ntfs Quick (convert hard drive to NTFS format, compressed as quick)

Exit (log out of disk partition settings)

Exit (Quit disk conversion settings)

After that, you can install it properly.

Here, the problem is solved.

2013 New Mac Air directly installed windowns system cannot next keyboard mouse malfunction Unable to create new partition hint GPT partition solution

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.