I could need some help with this.
The goal is to take an install on my external USB3 hard disk to my friends Macbook Pro 5,2 to make some performance tests before to decide if its worth to install windows on his machine and also i would like to have the ability to try it out on my machines so i think its rather neat to have an Windows 10 installation on an external disk where i can boot from.
Until now i made various attempts following different guides being the last one this.
I have already Windows 10 home (unactivated) as a VM in Parallels Desktop and i'm using it to prepare the external disk so that i can boot of and finally install windows.
I followed the steps from the mentioned guide and did a formatting of the disk within the Terminal of the VM.
I did use the DISM command for that as the imagex.exe mentioned in the guide was not available on my installation.
So i did:
to know what index number is for the Windows 10 home for the actual command to apply the image to the external disk.
I came up with that commands reading through the help for the DISM command so it's entirely possible i'm doing something wrong here. Please let me know.
However it started the deploying of the image and some time later it had transferred a windows install to the partition o: of the external disk.
I then used this command to prep the boot partition.
Everything went without error messages so i tried to boot from it but the disk is not be seeing from the boot selector screen (pressing ALT on booting)
The boot partition itself and the Windows partition seems to be fine.
Is it a specific problem of EFI compatibility issue within different MacbookPro models?
Do i have to prepare the boot partition differently ?
The goal is to take an install on my external USB3 hard disk to my friends Macbook Pro 5,2 to make some performance tests before to decide if its worth to install windows on his machine and also i would like to have the ability to try it out on my machines so i think its rather neat to have an Windows 10 installation on an external disk where i can boot from.
Until now i made various attempts following different guides being the last one this.
I have already Windows 10 home (unactivated) as a VM in Parallels Desktop and i'm using it to prepare the external disk so that i can boot of and finally install windows.
I followed the steps from the mentioned guide and did a formatting of the disk within the Terminal of the VM.
- diskpart
- list disk
- select disk # (external)
- clean
- convert mbr
- create partition primary size=350 (size in Mbytes)
- format fs=fat32 quick
- active
- assign letter=b
- create partition primary
- format fs=ntfs quick
- assign letter=o
I did use the DISM command for that as the imagex.exe mentioned in the guide was not available on my installation.
So i did:
C:\>DISM.exe /Get-ImageInfo /imagefile=C:\wim\install.wim
to know what index number is for the Windows 10 home for the actual command to apply the image to the external disk.
C:\>DISM.exe /Apply-Image /ImageFile:C:\wim\install.wim /index:1 /ApplyDir:o:
I came up with that commands reading through the help for the DISM command so it's entirely possible i'm doing something wrong here. Please let me know.
However it started the deploying of the image and some time later it had transferred a windows install to the partition o: of the external disk.
I then used this command to prep the boot partition.
o:\windows\system32\bcdboot o:\windows /f ALL /s b:
Everything went without error messages so i tried to boot from it but the disk is not be seeing from the boot selector screen (pressing ALT on booting)
The boot partition itself and the Windows partition seems to be fine.
Is it a specific problem of EFI compatibility issue within different MacbookPro models?
Do i have to prepare the boot partition differently ?