The performance difference is massive.
On my ASMT 2105-based UASP USB 3.0 enclosure, Windows 8.1 takes only 12 seconds with a Crucial BX100 SSD inside it to get into a fully useable state. On the other hand, with a Hitachi HGST 7200rpm HDD inside, it took over a minute to get into a fully useable state.
Amazing. I didn't even know about that! I really want Windows to install some games, but I have huge trouble installing it alongside Yosemite. I'll whip out my external USB 3 drive and see if I can make it work.
A quick question after install Win 10 using wintousb at my macbook pro.
I use AS SSD benchmark to test the SSD speed and get around 250MB for read and 200MB for write. Is it normal or i need another enclosure to optimize the performance (BX100 state it got around 500MB read and 400MB write).
Thanks.
Hi guys.. I have doe all this wintousb but when I press option key on boot there is only one drive listed and it's internal one. Seems like MacBook Pro cannot see windows drive.
Is this trick working with rMacBook Pro 13" early 2015?
Or should I do semething else?
I have updated the 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.
Note: If you’re using a 32-bit ISO, your Windows environment used to do these commands have to be 32-bit. And if it’s a 64-bit ISO, the environment has to be 64-bit.
What you need:
install.wim file (obtain this from your Windows ISO)
Open elevated cmd.exe (run as admin)
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 (do this and then stop at this point if you're using a drive with a Thunderbolt port. If installing in BIOS-CSM, type convert mbr and then stop at this point if you’re using a drive with a Thunderbolt port)
Type create partition EFI size=100 (skip if installing in BIOS-CSM)
Type format quick fs=fat32 label=EFI (skip if installing in BIOS-CSM)
Type assign letter=S (skip if installing in BIOS-CSM)
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 (use this one for UEFI installation)
Type E:\Windows\System32\bcdboot E:\Windows /s E: /f ALL (use this one for BIOS-CSM installation)
Restart your entire Mac. After the chime, hold down Option and when prompted to select your boot drive, select EFI Boot (or whatever else that comes up for a BIOS-CSM installation).
Proceed installation normally.
After installation, install Boot Camp drivers. Feel free to trash the VM once you're done too.
For best results, use USB 3/Thunderbolt. If you don't have USB 3, use Thunderbolt. If you have neither, stick back to the internal drive
Don’t use a USB stick.
Note: This method involves reformatting the entire external drive.
For Thunderbolt drives, just boot from the Windows USB installer and install directly onto the TB drive. Windows sees TB drives as an internal PCIe connection. However, you must format the TB drive as GPT first.
CAUTION: Windows can only be installed in UEFI flawlessly on Haswell Macs and later. Ivy Bridge and earlier Macs can only run Windows in BIOS-CSM flawlessly. Attempts to boot a UEFI installation of Windows on an Ivy Bridge or earlier Mac will result in driver issues.
These steps do not work with Windows 7, as it lacks the dism.exe utility.
UEFI-compatible Macs:
MacBook Air (mid-2013 and later)
iMac (late-2013 and later)
Retina MacBook Pro (late-2013 and later)
Mac Pro (trashcan shape)
Mac Mini (late-2014 and later)
Long story short, only Macs with PCIe SSDs support UEFI. Non-retina MBPs, along with other Macs not listed above (basically all Ivy Bridge and older Macs), are not UEFI compatible.
WinToUSB basically does the same thing, but doesn’t always work because WinToUSB doesn’t really take into account between BIOS-CSM and UEFI Macs; it only uses one method for all (which may result in boot failures and other problems).
I run Windows off a single Transcend 960GB JetDrive and constantly use it between Macs without problems.
With an MBR partition table, and separate efi/w2g partitions, both an "efiboot" and a "windows" option showed up in the boot menu, and selecting "windows" booted win8 successfully. I haven't gone any further than that yet.
yes it doesDoes bootcamp support thunderbolt external drives for storage? I'm not trying to boot from an external SSD, just use an external thunderbolt drive for storage for an internal bootcamp partition that will be running Windows 10 on a nMacPro.
Thanks in advance.
I have updated the 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.
Note: If you’re using a 32-bit ISO, your Windows environment used to do these commands have to be 32-bit. And if it’s a 64-bit ISO, the environment has to be 64-bit.
What you need:
install.wim file (obtain this from your Windows ISO)
Open elevated cmd.exe (run as admin)
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 (do this and then stop at this point if you're using a drive with a Thunderbolt port. If installing in BIOS-CSM, type convert mbr and then stop at this point if you’re using a drive with a Thunderbolt port)
Type create partition EFI size=100 (skip if installing in BIOS-CSM)
Type format quick fs=fat32 label=EFI (skip if installing in BIOS-CSM)
Type assign letter=S (skip if installing in BIOS-CSM)
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 (use this one for UEFI installation)
Type E:\Windows\System32\bcdboot E:\Windows /s E: /f ALL (use this one for BIOS-CSM installation)
Restart your entire Mac. After the chime, hold down Option and when prompted to select your boot drive, select EFI Boot (or whatever else that comes up for a BIOS-CSM installation).
Proceed installation normally.
After installation, install Boot Camp drivers. Feel free to trash the VM once you're done too.
For best results, use USB 3/Thunderbolt. If you don't have USB 3, use Thunderbolt. If you have neither, stick back to the internal drive
Don’t use a USB stick.
Note: This method involves reformatting the entire external drive.
For Thunderbolt drives, just boot from the Windows USB installer and install directly onto the TB drive. Windows sees TB drives as an internal PCIe connection. However, you must format the TB drive as GPT first.
CAUTION: Windows can only be installed in UEFI flawlessly on Haswell Macs and later. Ivy Bridge and earlier Macs can only run Windows in BIOS-CSM flawlessly. Attempts to boot a UEFI installation of Windows on an Ivy Bridge or earlier Mac will result in driver issues.
These steps do not work with Windows 7, as it lacks the dism.exe utility.
UEFI-compatible Macs:
MacBook Air (mid-2013 and later)
iMac (late-2013 and later)
Retina MacBook Pro (late-2013 and later)
Mac Pro (trashcan shape)
Mac Mini (late-2014 and later)
Long story short, only Macs with PCIe SSDs support UEFI. Non-retina MBPs, along with other Macs not listed above (basically all Ivy Bridge and older Macs), are not UEFI compatible.
WinToUSB basically does the same thing, but doesn’t always work because WinToUSB doesn’t really take into account between BIOS-CSM and UEFI Macs; it only uses one method for all (which may result in boot failures and other problems).
I run Windows off a single Transcend 960GB JetDrive and constantly use it between Macs without problems.
Windows 10 has been refusing to update and keeps getting error to Win 10 updates (security and other stuff updates fine), it seems to detect that I'm running on an external USB drive. Has anyone got this problem also?