Vmware无法打开虚拟机,提示找不到/dev/vmmon,重新制作vmmon内核模块加载

Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon’ is loaded.

cd /tmp
tar -xzvf /usr/lib/vmware/modules/source/vmmon.tar
cd vmmon-only/
# source kinggoo.com
make
cp vmmon.ko /lib/modules/`uname -r`/misc/vmmon.ko
mkdir -p /lib64/modules/`uname -r`/misc/
cp vmmon.ko /lib64/modules/`uname -r`/misc/vmmon.ko
modprobe vmmon
/etc/init.d/vmware restart
[root@kinggoo.com vmmon-only]# /etc/init.d/vmware restart
Stopping VMware services:
   VMware Authentication Daemon                            [  OK  ]
   VM communication interface socket family                [  OK  ]
   Virtual machine communication interface                 [  OK  ]
   Virtual machine monitor                                 [  OK  ]
   Blocking file system                                    [  OK  ]
Starting VMware services:
   Virtual machine monitor                                 [  OK  ]
   Virtual machine communication interface                 [  OK  ]
   VM communication interface socket family                [  OK  ]
   Blocking file system                                    [  OK  ]
   Virtual ethernet                                        [  OK  ]
   VMware Authentication Daemon                            [  OK  ]
   Shared Memory Available                                 [  OK  ]

可以正常启动vmware虚拟机系统了。

- THE END -
版权声明:
转载原创文章请注明,文章出处://kinggoo.com
原文地址:https://kinggoo.com/vmware-error-vmmon.htm
发表评论?

1 条评论。

  1. 开机进入bios,security boot选项更改为disabled

回复给 asdf ¬
取消回复


此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据