Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

blackwhite999

macrumors member
Original poster
Apr 2, 2011
37
1
hi everyone,
anyone have a tutorial how to install windows 8.1 with EFI on iMac 14.2 lated 2013 help me pls!
thanks you !
 
hi everyone,
anyone have a tutorial how to install windows 8.1 with EFI on iMac 14.2 lated 2013 help me pls!
thanks you !

If it's in the internal drive, just use Boot Camp Assistant. Haswell and later Macs will install Windows natively in UEFI via Boot Camp.

If it's on an external USB/TB drive, follow these steps:

Connect external drive to Windows VM. You must have a Windows VM in VMware/Parallels, or a Windows PC. Any existing Windows environment will do.

What you need:
install.wim file (obtain this from your Windows ISO)

Open elevated cmd.exe

Note: All commands aren't case sensitive, including pathway to files.

Type diskpart
Type list disk
Take note of the disk you want to select
Type select disk 1 (if your disk is Disk 1)
Type clean
Type convert gpt
Type create partition EFI size=100
Type format quick fs=fat32 label=EFI
Type assign letter=S
Type create partition primary
Type format fs=ntfs quick label=W2G (or any other name you wish for label)
Type assign letter=E
Type exit

Open up File Explorer. In your C drive, create a new folder named WIN2GO.
Put the install.wim file in this folder

Back in cmd.exe:
Type dism /apply-image /imagefile:C:\WIN2GO\install.wim /index:1 /applydir:E:\ (this process will take quite a while)
Type E:\Windows\System32\bcdboot E:\Windows /s S: /f UEFI

Restart your entire Mac. After the chime, hold down Option and when prompted to select your boot drive, select EFI Boot.

Proceed installation normally.

After installation, install Boot Camp drivers.
 
Last edited:
If it's in the internal drive, just use Boot Camp Assistant. Haswell and later Macs will install Windows natively in UEFI via Boot Camp.

i do that but i got problem: WE COULDN’T CREATE A NEW PARTITION OR LOCATE AN EXISTING ONE. FOR MORE INFORMATION, SEE THE SETUP LOG FILES

pls help
 

Attachments

  • Screen Shot 2015-01-12 at 10.22.13 AM.png
    Screen Shot 2015-01-12 at 10.22.13 AM.png
    138.8 KB · Views: 116
If it's in the internal drive, just use Boot Camp Assistant. Haswell and later Macs will install Windows natively in UEFI via Boot Camp.

If it's on an external USB/TB drive, follow these steps:

Connect external drive to Windows VM. You must have a Windows VM in VMware/Parallels.

What you need:
install.wim file (obtain this from your Windows ISO)

Open elevated cmd.exe

Note: All commands aren't case sensitive, including pathway to files.

Type diskpart
Type list disk
Take note of the disk you want to select
Type select disk 1 (if your disk is Disk 1)
Type clean
Type convert gpt
Type create partition EFI size=100
Type format quick fs=fat32 label=EFI
Type assign letter=S
Type create partition primary
Type format fs=ntfs quick label=W2G (or any other name you wish for label)
Type assign letter=E
Type exit

Open up File Explorer. In your C drive, create a new folder named WIN2GO.
Put the install.wim file in this folder

Back in cmd.exe:
Type dism /apply-image /imagefile:C:\WIN2GO\install.wim /index:1 /applydir:E:\ (this process will take quite a while)
Type E:\Windows\System32\bcdboot E:\Windows /s S: /f UEFI

Restart your entire Mac. After the chime, hold down Option and when prompted to select your boot drive, select EFI Boot.

Proceed installation normally.

After installation, install Boot Camp drivers.

I gota say your method is awesome!
 
I gota say your method is awesome!

Originally I was able to get it running in emulated BIOS in a much easier way, but since I wanted UEFI, it added quite some extra steps.

But it's totally worth it. Now I can just plug in my JetDrive USB SSD into any computer, be it Mac or PC, and boot into Windows in UEFI. It's basically a DIY Windows to Go boot drive.
 
Can you do it without a virtual machine? I have a windows laptop I could use.
Thanks!
 
Yes you can. Any existing Windows environment will do.

I was trying to use that guide but the ISO that you create from Microsoft site does not contain the install.wim file.
There is a boot.wim but not sure it's the same
 
I was trying to use that guide but the ISO that you create from Microsoft site does not contain the install.wim file.
There is a boot.wim but not sure it's the same

If you don't have an install.wim file, then there should be a install.esd file.

Here's how to convert the install.esd file to install.wim : http://www.intowindows.com/how-to-easily-convert-install-esd-to-install-wim/
 
But then, I was imaging it to an external USB 3 SSD :)

Me too, is a Samsung 850 EVO in a USB 3 enclosure. Anyways it works like a charm, just completed Win installation now I'm going to install bootcamp drivers :)
 
It's a while since I did this, but another easy way is simply to install Windows on your internal drive as normal and then use Winclone to move it to an external drive. If you don't want to go messing with extracting files and command prompts and diskpart and everything else.

You'd need to buy Winclone, but then again, if you do want to be able to back up your Windows installation from time to time, it's a useful utility to own.
 
You owe me a beer :)

Make it two, only problem is that you're down under!

----------

It's a while since I did this, but another easy way is simply to install Windows on your internal drive as normal and then use Winclone to move it to an external drive. If you don't want to go messing with extracting files and command prompts and diskpart and everything else.

You'd need to buy Winclone, but then again, if you do want to be able to back up your Windows installation from time to time, it's a useful utility to own.

That's exactly what I did not want to do, messing with my internal ssd, partitioning and removing partitions, buying software etc. This guide is really great and you don't really need special skills to type a few commands at the prompt.
 
Make it two, only problem is that you're down under!

----------



That's exactly what I did not want to do, messing with my internal ssd, partitioning and removing partitions, buying software etc. This guide is really great and you don't really need special skills to type a few commands at the prompt.

Fair enough!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.