VMware Workstation

 View Only
  • 1.  Workstation 17.6.4 on Debian 13 Kernel 6.12.X

    Posted 13 hours ago
      |   view attached

    Modules compile OK. However VMNET module can't be loaded. See Attachment.

    In Order to load the VMMON Module i had to disable the Secure Boot feature in Bios.

    The Notebook only has Wifi connection.

    TY



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

    Attachment(s)

    txt
    dmesg.txt   10 KB 1 version


  • 2.  RE: Workstation 17.6.4 on Debian 13 Kernel 6.12.X

    Posted 13 hours ago

    Seems to be related to missing Indirect Branch Tracking (IBT) Support of the VMNET module. This is enabled in Debian by default as of kernel 6.2 and will prevent Workstation 17.6.4 to run with network support.

    Adding ibt=off to kernel parameters fixes this.

    Please add IBT Support to the VMNET module!

    Thank you!

    Kind Regards.

    See also:

    https://forums.virtualbox.org/viewtopic.php?t=108948

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