월루를 꿈꾸는 대학생

Linux workstation pro 16 error 해결 본문

Server&Network/Capston

Linux workstation pro 16 error 해결

하즈시 2020. 9. 22. 20:04
728x90

 

해당 error 가 뜰 경우가 있다

 

해결방법

 

sudo vmware-modconfig --console --install-all

 

openssl req -new -x509 -newkey rsa:2048 -keyout VMWARE16.priv -outform DER -out VMWARE15der -nodes -days 36500 -subj "/CN=VMWARE/"

 

sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE15.priv ./VMWARE15.der $(modinfo -n vmmon)

sudo /usr/src/linux-headers-$(uname -r)/scripts/sign-file sha256 ./VMWARE15.priv ./VMWARE15.der $(modinfo -n vmnet)

 

tail $(modinfo -n vmmon) | grep "Module signature appended"

 

 

sudo mokutil --import VMWARE15.der

비번 ->

 

reboot

 

 

 

input your password on blue screen

 

success

 

 

mokutil --test-key VMWARE1.der

 

 

 

 

출처

askubuntu.com/questions/1096052/vmware-15-error-on-ubuntu-18-4-could-not-open-dev-vmmon-no-such-file-or-dire

 

VMWare 15 Error on Ubuntu 18.4 - Could not open /dev/vmmon: No such file or directory

After exhausting research online and youtube videos and facing failure to all those suggested solutions, I need your professional help with this please. Installed VMWare workstation 15 on Ubuntu 1...

askubuntu.com

 

 

728x90

'Server&Network > Capston' 카테고리의 다른 글

Linux wireshark 설치  (0) 2020.09.22
Linux vmware 가상머신 gns3와 연동하기  (0) 2020.09.22
Linux VM workstation pro 16 설치방법  (0) 2020.09.22
Centos8 rsync remote 백업  (0) 2020.09.21
Centos8 Cacti  (0) 2020.09.20