Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王华
Svn-to-Git
Commits
96bfb9ae
Commit
96bfb9ae
authored
Dec 05, 2018
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5f90fb05
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
README.md
README.md
+1
-0
解決Linux內核升級导致vmmon模块加载失败的问题.md
doc/解決Linux內核升級导致vmmon模块加载失败的问题.md
+16
-0
No files found.
README.md
View file @
96bfb9ae
...
...
@@ -34,6 +34,7 @@
-
[
CentOS7.4搭建L2TPIPSec VPN
](
doc/CentOS7.4搭建L2TPIPSec
VPN.md)
-
[
CentOS7.4配置网关路由服务器
](
doc/CentOS7.4配置网关路由服务器.md
)
-
[
解決Linux內核升級导致vmmon模块加载失败的问题
](
./doc/解決Linux內核升級导致vmmon模块加载失败的问题.md
)
-
...
[
Linux Shell 脚本
](
)
## 其他文档
...
...
doc/解決Linux內核升級导致vmmon模块加载失败的问题.md
0 → 100644
View file @
96bfb9ae
# 解决 Linux 内核升级后导致 VMWare 无法启动虚拟机问题
> 故障描述:
>
> Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon' is loaded
解决办法是,使用
`vmware-config.pl`
重新配置内核模块,而不用重新安装 VMWare 。
这个文件的默认存放目录是
`/usr/bin/vmware-config`
。
如果 VMWare 是6.5.x 或者更早的版本,就需要用 root 权限执行
`vmware-config.pl`
文件。
如果是 Workstation7 以上的版本,直接
`sudo vmware-modconfig --console --install-all`
。
命令执行完成后,就可以正常打开虚拟机了
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment