Install
Install
You have an internal hard drive of more than 2TB and you can't run bootcamp at
all (like late 2012 iMacs with a 3TB drive)
You have limited space or you don't want to dedicate disk space on your internal
hard disk drive to a Windows installation
It will make you erase all your data from your external
USB3/Thunderbolt hard drive
It will make you install Windows on your external USB3/Thunderbolt
hard drive
It will make you install bootcamp drivers
It will not make you modify anything on your internal Mac hard drive
It will not make you use or install the bootcamp assistant
It will not activate the Preference Pane for the default boot drive. You have to
boot by pressing the ALT key to manually select your boot drive each time you
want to boot Windows.
IMPORTANT: If your Mac has a 64 bits processor, your Windows Virtual Machine on
OSX, your Windows installation on your PC and your Windows DVD/ISO must also be in
64 bits!
IMPORTANT: If instead of a "install.wim" file, you have "install.esd", you should first
convert it to a WIM file before continuing this step by step guide. Google that to find the
right tool.
1. On your Windows installation or virtual machine, plug in your external hard drive
(can be plugged using USB2, USB3 or Thunderbolt at this stage)
2. Open the command prompt in administrator mode (cmd.exe). To run it in
administrator mode, right click on cmd.exe > Run as admin.
3. Type the following and hit enter to open the disk partitioner utility:
diskpart
list disk
This will display a list of disks mounted on your computer or virtual machine.
Make sure your drive is listed here before you continue.
5. Identify the disk ID of your external hard drive. Replace # by your real external
disk ID in the command below:
select disk #
6. Clean all partitions by typing the following (warning: this will erase all data from
your external drive!):
clean
convert mbr
8. Create the boot partition by typing the following followed by the enter key:
active
11. Assign a letter to mount this partition. We will use letter B in our example. If B is
already used on your PC, replace B by any other available letter:
assign letter=b
Windows will detect a new drive and probably display a pop-up. Ignore that.
12. Create the Windows installation partition using all the remaining space available
on the external drive by typing the following:
14. Assign a letter to mount this partition. We will use letter O in our example. If O is
already used on your PC, replace O by any other available letter:
assign letter=o
Windows will detect a new drive and probably display a pop-up. Ignore that.
exit
3. Now identify the INDEX number of the installation that you wish to deploy. You
will use it in the next step.
4. Type the following and hit enter. Replace 1 with the INDEX you identified in the
previous step. Also remember to replace o: with the letter you have chosen in the
previous step:
5. Once done, type the following to create the boot section (remember to replace o:
and b: with the letters you've chosen in the previous step):
o If you get an error message saying that you can't run this program on
your PC, then most probably you are running on a 32 bits installation of
windows and you're trying to deploy a 64 bits install. This means you did
not read the important notes in the beginning of this guide ;)
o If you get an error message on the options that can be used with the
BCDBOOT command, then it's because you're installing Windows 7, and
the /f option is not supported. If that is the case, remove /f ALL from the
command and retry.
1. Once the Windows installation is complete, plug in the USB stick where you
stored the bootcamp drivers (see "what you'll need" section), open it and right
click on "setup.exe" and select "Run as admin". Follow the on-screen instructions.
o If you have an error saying that you can't run this program on this PC,
obviously you have installed a 32 bits version of Windows and the
bootcamp drivers for your Mac are made for a 64 bits version. You have to
restart the whole guide and make sure to get a 64 bits version of Windows
this time!
2. Once the bootcamp drivers are all installed, reboot and press ALT (option) after
the bootup sound to boot on Windows again. And Voilà, you have Windows
installed on your USB3/Thunderbolt drive running on your Mac.
3. Now each time you want to boot on Windows, press and hold the ALT (option)
key after the startup sound and select "Windows", then press Enter. You can now
play your favortie PC games :)