[other] VMware17.5.2启动虚拟机报错
Tofloor
poster avatar
杜梨树下
deepin
2024-05-24 08:36
Author

大家启动虚拟机有没有遇到以下报错,有解决方式吗?
图片.png
图片.png

图片.png

Reply Favorite View the author
All Replies
光明
deepin
2024-05-24 08:57
#1
It has been deleted!
光明
deepin
2024-05-24 09:02
#2

缺少vmmon vmnet
终端获取:
sudo apt install git
git clone https://github.com/mkubecek/vmware-host-modules
cd vmware-host-modules
git branch -a(查看版本号)
新开终端窗口:
git checkout workstation-17.0.2(安装的VM版本)
sudo make
sudo make install
sudo /etc/init.d/vmware start

Reply View the author
kinggochj
deepin
2024-05-24 09:10
#3

装个17.5.1吧

Reply View the author
光明
deepin
2024-05-24 09:15
#4

你这个问题好像和这个一样

https://blog.csdn.net/fangyan_1229/article/details/103903058?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-4-103903058-blog-108529271.235%5Ev43%5Epc_blog_bottom_relevance_base3&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-4-103903058-blog-108529271.235%5Ev43%5Epc_blog_bottom_relevance_base3&utm_relevant_index=7

Reply View the author
杜梨树下
deepin
2024-05-24 09:16
#5
光明

缺少vmmon vmnet
终端获取:
sudo apt install git
git clone https://github.com/mkubecek/vmware-host-modules
cd vmware-host-modules
git branch -a(查看版本号)
新开终端窗口:
git checkout workstation-17.0.2(安装的VM版本)
sudo make
sudo make install
sudo /etc/init.d/vmware start

好的,谢谢

Reply View the author
杜梨树下
deepin
2024-05-24 09:16
#6
光明

你这个问题好像和这个一样

https://blog.csdn.net/fangyan_1229/article/details/103903058?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-4-103903058-blog-108529271.235%5Ev43%5Epc_blog_bottom_relevance_base3&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-4-103903058-blog-108529271.235%5Ev43%5Epc_blog_bottom_relevance_base3&utm_relevant_index=7

是类似的

Reply View the author
杜梨树下
deepin
2024-05-24 10:13
#7

解决方式:

1、使用17.5.1版本

2、
sudo apt install git
git clone https://github.com/mkubecek/vmware-host-modules
cd vmware-host-modules
git branch -a(查看版本号)
新开终端窗口:
git checkout workstation-17.0.2(安装的VM版本)
sudo make
sudo make install
sudo /etc/init.d/vmware start

3、网络存在问题根据下面连接进行签名

https://blog.csdn.net/wanghuasn911/article/details/138297750

4、重启,正常使用

Reply View the author
babyfengfjx
Super Moderator
CQA
2024-05-24 16:07
#8

vmware还没有适配最内核吧,6.1版本内核应该是支持新版本的。

Reply View the author
owen_337
deepin testing team
2024-05-24 16:21
#9

楼主要使用vmware的话,请切换到6.1.32版本的内核哈,或者可以试试virtualbox

Reply View the author