Fusion

 View Only
Expand all | Collapse all

Version 33 of the unofficial Fusion Companion Guide is now available.

  • 1.  Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Nov 02, 2025 05:35 PM

    Given all the changes in macOS, Fusion, and guest operating system versions, it's time to update the Companion Guide to version 33.

    Version 33 contains

    • Updates for the release of Fusion 25H2 and macOS 26 Tahoe.
    • Updates for the guest operating system releases of Ubuntu 25.10 (Questing Quokka),  Fedora 43. OpenSuSE Leap 16, and Windows 11 ARM 25H2.
    • A topic discussing the loss of networking in Linux VMs after an upgrade to Fusion 25H2.
    • A discussion of blank screens in Windows VMs after upgrade to Fusion 25H2.
    • A discussion of mouse pointer issues with Fusion 25H2 and Retina displays.
    • A return of the Archived Topics appendix to hold topics that will be removed in future versions of the Companion Guide..
    • Information about Windows VMs crashing when running Norton or Avast anti-virus utilities.
    and more!
    The latest version of the Companion Guide can be found here



    ------------------------------
    - Paul (technogeezer)
    vExpert 2025
    ------------------------------


  • 2.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Nov 03, 2025 11:46 AM

    Thanks Paul, appreciate your work, it is essential




  • 3.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Nov 03, 2025 06:42 PM

    Thank you so much!

    -------------------------------------------



  • 4.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Nov 21, 2025 10:09 PM

    @Technogeezer (Paul),

    Thank you very much for preparing this guide.  I'm preparing to transition from a 2019 MBP to a new MBP for multiple reasons and have been dreading this shift (I'm a consumer, not a professional in IT/IS).  This guide will be tremendously helpful when I install Windows 11 ARM on the new MBP.



    ------------------------------
    Hollistonma
    ------------------------------



  • 5.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Dec 16, 2025 09:55 AM
    Edited by Technogeezer Dec 16, 2025 11:34 AM

    About installing Arch Linux on VMware Fusion, on Apple Silicon… it is much easier with Archboot:

    https://archboot.com

    https://release.archboot.com/aarch64/latest/iso


    … which has a guided command line setup, upon which you can then install a desktop environment; for example, KDE Plasma 6:

    https://wiki.archlinux.org/title/KDE


    Or, for an easier install and setup experience, there is also Manjaro for ARM, based on Arch, which can be installed in this way (it should work also on Fusion):


    https://dev.to/yuizumi/installing-manjaro-on-parallels-with-apple-silicon-e6k

    … where anyway it is best to use a nightly developer build (they are probably the only ones that get updated, more or less):

    https://github.com/manjaro-arm/generic-efi-images

    For the more adventurous, of course… ;-) :-)

    -------------------------------------------



  • 6.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Dec 17, 2025 10:27 AM

    @SvenGus - Thanks for the tip. I was able to use the Archboot arm64 ISO you posted to create an Arch Linux KDE VM on Apple Silicon. I'll document and credit you in the next edition of the Companion Guide.

    Some things to watch out for:

    The VM is configured with an e1000e virtual network adapter by default. That isn't loaded automatically by the Archboot ISO kernel. You have to drop into a shell immediatly after booting the ISO running "modprobe e1000e" to get the driver loaded before starting setup.

    The kernel used by Archboot does not contain a driver for the VMware vmxnet3 virtual NIC. That's somewhat curious because the driver source is part of the Linux kernel source distribution -- it just looks like the kernel configuration they're using doesn't enable it. 

    Note that there are no open-vm-tools packages for Arch Linux ARM out of their repositories. That means no drag/drop/cut/paste, autofit of screen resolution when resizing the VM's screen, and folder sharing between host and guest (you'll have to resort to network file sharing such as NFS or CIFS). 



    ------------------------------
    - Paul (technogeezer)
    vExpert 2025
    ------------------------------



  • 7.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Dec 17, 2025 04:35 PM
    Edited by a_p_ Dec 18, 2025 11:35 AM

    Thanks…

    Maybe it could be possible to compile the Open VM Tools for ARM from the AUR (Arch User Repository)…? This would require to install also the helper tool named yay (*):

    (https://github.com/Jguer/yay)

    sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

    … and then use it to build the Tools (only for Wayland):

    yay -S open-vm-tools-git

    (https://aur.archlinux.org/packages/open-vm-tools-git)

    Not so beginner-friendly, perhaps, but better than nothing (if it works)…

    (*) BTW, in Manjaro (much more beginner-friendly), it should not be necessary to build yay from source, as it is pre-packaged:

    sudo pacman -S --needed git base-devel yay

    (or simply install everything from the GUI software center (aka Pamac), with AUR enabled: the Tools package is indeed available, there).

    (BTW, in the previous web link for instructions to install Manjaro ARM on Parallels Desktop, one thing must be changed for VMware Fusion: instead of /dev/sda, it should be dev/nvme0n1, in the long terminal command to be copied inside the live session.)

    -------------------------------------------



  • 8.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Dec 18, 2025 07:55 PM

    I've been able to build the open-vm-tools-git per your instructions on my Arch Linux ARM VM. The basics seem to be there, but that package doesn't seem to include or build the desktop environment components that are needed to support autofit and copy/paste. Still investigating that but so far things are moving in a positive direction with Arch ARM on a Fusion VM. 



    ------------------------------
    - Paul (technogeezer)
    vExpert 2025
    ------------------------------



  • 9.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Dec 19, 2025 08:56 AM

    BTW, there is also no open-vm-tools-desktop package to build. Anyway, it's fun to be able to run Arch on Fusion, on Apple Silicon: even if of course it's not an "easy" distro (personally, I prefer those with ISO GUI installers, but on ARM they are still not so many)…

    -------------------------------------------



  • 10.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Dec 23, 2025 12:23 PM
      |   view attached

    A screenshot of Elementary OS 8.1 ARM, running in VMware Fusion 25.0.0, on Apple Silicon…

    -------------------------------------------



  • 11.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Dec 23, 2025 12:24 PM

    Good news… Elementary OS (based on Ubuntu) is now available also for ARM:

    https://blog.elementary.io/os-8-1-available-now


    For the first time we now also offer ARM64 builds for devices that boot with UEFI. This means you'll be able to run OS 8.1 on M-series Apple Silicon and devices where you can load UEFI-supporting firmware like Raspberry Pi. This version of Linux also supports certain Qualcomm and Rockchip processors, for example.

    Works perfectly also in VMware Fusion…

    -------------------------------------------



  • 12.  RE: Version 33 of the unofficial Fusion Companion Guide is now available.

    Posted Dec 23, 2025 03:57 PM

    Thanks for the heads up on Elementary OS. Between Elementary and Arch, I think I've got some nice updates for the next edition of the Companion Guide in the pipeline. 

    I'll download Elementary OS and add it to the Companion Guide once I finish testing. I look for things like open-vm-tools capabilities and any other anomalies in installation for the Guide. Given that Elementary looks to be based on Ubuntu 24.04 LTS I'm not expecting too many issues. 



    ------------------------------
    - Paul (technogeezer)
    vExpert 2025
    ------------------------------