Could not open /dev/vmmon: No such file or directory || VMware Error Solution || Permanent Solution

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 38

  • @threadgeek
    @threadgeek  2 года назад +4

    Run this:
    sudo vmware-modconfig --console --install-all
    You'll see that there are issues with monitor and net, thas ok.
    Generate a key:
    openssl req -new -x509 -newkey rsa:2048 -keyout VMWARE16.priv -outform DER -out VMWARE16.der -nodes -days 36500 -subj "/CN=VMWARE/"
    Use this key we just generated to sign the two kernel modules:
    sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE16.priv ./VMWARE16.der $(modinfo -n vmmon)
    sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE16.priv ./VMWARE16.der $(modinfo -n vmnet)
    This does not give any feedback
    Check that signatures are applied correctly:
    tail $(modinfo -n vmmon) | grep "Module signature appended"
    You should get Binary file (standard input) matches
    Now we make this key trusted by importing it to the machine owner key (MOK) management system with the command below.
    sudo mokutil --import VMWARE16.der
    This will ask you for a password, enter a new password. Reenter the same password.
    Reboot, When your computer start press ESC or F12 key
    When rebooting you should be presented with a menu with a blue screen background, you have to make your way to enroll the key and enter the password you just created, this happens only once, then continue to boot.
    To test the driver/module installed correctly enter the command:
    mokutil --test-key VMWARE16.der
    After updating your Linux Operating system you need to do this process each time!!

  • @jayrony69
    @jayrony69 5 месяцев назад +1

    [AppLoader] GLib does not have GSettings support.
    (process:60059): GLib-CRITICAL **: 09:05:02.622: g_file_test: assertion 'filename != NULL' failed
    Failed to setup build environment.

  • @sussudio4384
    @sussudio4384 2 года назад +3

    Thanks for your help from France 😁

  • @felipevergara36
    @felipevergara36 8 месяцев назад +1

    Thank you SO much, I've been trying for like 3 hours to solve this problem!!

    • @threadgeek
      @threadgeek  8 месяцев назад

      Subscribe !!

    • @AshwinSKumar
      @AshwinSKumar 8 месяцев назад

      Is it working how?

    • @threadgeek
      @threadgeek  7 месяцев назад

      ​@@AshwinSKumarlet me know if you are facing problem.

    • @AshwinSKumar
      @AshwinSKumar 7 месяцев назад

      @@threadgeek sure

  • @mdoveaz7660
    @mdoveaz7660 5 месяцев назад

    Thank you very much man , I was trying since 2 hours

  • @dsouzasa8048
    @dsouzasa8048 10 месяцев назад

    Followed the same procedure for Vmware 17 and it works. Thanks!

  • @gdesiato
    @gdesiato 4 месяца назад

    Thank you so much! it worked!

  • @ManuelRodriguez-if7yc
    @ManuelRodriguez-if7yc 16 дней назад

    Funciono OK. con la descripcion del video, GRACIAS.

    • @threadgeek
      @threadgeek  16 дней назад

      @@ManuelRodriguez-if7yc De nada, es un placer.

  • @Eagle-q8m
    @Eagle-q8m 10 месяцев назад

    Thank you so much maaan u are the best, this helped me so much.

    • @threadgeek
      @threadgeek  10 месяцев назад

      Let's connect and subscribe to the channel!

  • @rafhaelsilva9132
    @rafhaelsilva9132 Год назад +1

    Just used this fix, also works on VMware 17.

  • @abdoulnasser4342
    @abdoulnasser4342 5 месяцев назад

    SSl error nos such file or directory .how Can i fixe that PLS?

    • @threadgeek
      @threadgeek  5 месяцев назад +1

      docs.vmware.com/en/VMware-Workstation-Pro/15.0/com.vmware.ws.using.doc/GUID-F93E6851-951C-4FF6-BFE0-2A05E89B3E7A.html

    • @abdoulnasser4342
      @abdoulnasser4342 5 месяцев назад

      @@threadgeek thanks

  • @giotrang5601
    @giotrang5601 4 месяца назад

    Thanks you so much!

  • @carloscordoba8375
    @carloscordoba8375 Год назад

    EFI variables are not supported on this system

    • @threadgeek
      @threadgeek  7 месяцев назад

      You will get this error if you booted using legacy, not the UEFI method. It would be best if you made sure to either select the UEFI boot item in the BIOS menu or select UEFI as the default boot method.

  • @rizqyalvindra3694
    @rizqyalvindra3694 Год назад +1

    love u mate

  • @princeamenyah3007
    @princeamenyah3007 5 месяцев назад

    Thank you

  • @carloscordoba8375
    @carloscordoba8375 Год назад

    say: sudo vmware-modconfig --console --install-all

  • @wznzgq1354
    @wznzgq1354 7 месяцев назад

    doesn't work anymore

    • @threadgeek
      @threadgeek  7 месяцев назад

      It is still working properly. let me know your error.

    • @wznzgq1354
      @wznzgq1354 7 месяцев назад

      @@threadgeek i am not presented with any key choosing windows upon a reboot

    • @threadgeek
      @threadgeek  7 месяцев назад +2

      @@wznzgq1354 It is perfectly working, there might be configuration compatibility with your computer.
      While your laptop is restarting press the 'ESC or F12' (This might be different on different laptops) to get the blue screen.

    • @stormshadow8245
      @stormshadow8245 7 месяцев назад

      @@threadgeek i am also not getting that screen my laptop is acer predator neo 16 dual booted to kali

    • @threadgeek
      @threadgeek  7 месяцев назад

      @@stormshadow8245 As soon as the first logo screen appears, immediately press F2. (If this does not work then search on the internet for the bios button key for your laptop)

  • @farjaadali7809
    @farjaadali7809 2 месяца назад

    it's not working,
    sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE17.priv ./VMWARE17.der $(modinfo -n vmmon)
    modinfo: ERROR: Module vmmon not found.
    i got this.

  • @wiltonnishiya2947
    @wiltonnishiya2947 2 месяца назад

    Thank you very much!