Hi,
I was trying the latest version of VMWare Fusion 13.5 on my Mac Studio earlier today.
Unfortunately, it appears that the creation process of a Windows VM fails when trying to download the Windows 11 ESD file.
My system is configured to run in French.
As soon as I switched my system to English, the VM creation process worked.
I can confirm what @bSr_43 has seen. I guess VMware forgot to test the feature in languages other than English?
As a work-around if you don't want to switch the system back to English, use the command line version - it's documented in the in-product help as well as the online "Using VMware Fusion" documentation.
You will need to find and mount the windows.iso for arm64 in order to inject the video and network drivers. Running the vmw_esd2iso command without arguments will not only give you the command line syntax, but will point you to where the ISO is that you should mount. You don't need to move the drivers to a temp file, you can use them from the mounted VMware Tools ISO.
First download the ESD that you want:
/Applications/VMware\ Fusion.app/Contents/Library/vmw_esd2iso getesd --edition edition-name --lang language-tag
where
The command will download the ESD to the current directory, and then tell you what the name of the ESD file is. You'll use that in the next step.
Now generate the ISO from the ESD that you just downloaded plus the drivers from the windows.iso VMware Tools that you should already have mounted.
/Applications/VMware\ Fusion.app/Contents/Library/vmw_esd2iso generateiso --esd path-to-esdfile --drivers "/Volumes/VMware Tools/svga,/Volumes/VMware Tools/vmxnet3"
I have the same problem too. That is disappointing. I hope a patch can be made soon (it can't be that hard to fix)
@Sobex wrote:I have the same problem too. That is disappointing. I hope a patch can be made soon (it can't be that hard to fix)
One would hope think that this should be easy to fix. And that it should have been caught before release (they didn’t include the feature in the Tech Preview where we could have caught this - that’s disappointing too).
At least the issue is easy to work around and not an absolute showstopper.
