여전히 해결 못함. 현재 아래 2개의 링크를 보며 해결책 찾는중
====================================
1.
blog.dalso.org/linux/ubuntu/16742
2.
아래 명령어를 실행하니....
sudo apt-get install virtualbox
잘가다가....망할 에러를 마구 토해냄...
뭐양~~~~
depmod....
DKMS: install completed.
virtualbox (6.1.16-dfsg-6~ubuntu1.20.04.1) 설정하는 중입니다 ...
Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb.service → /lib/systemd/system/vboxweb.service.
Job for vboxweb.service failed because the service did not take the steps required by its unit configuration.
See "systemctl status vboxweb.service" and "journalctl -xe" for details.
Job for virtualbox.service failed because the control process exited with error code.
See "systemctl status virtualbox.service" and "journalctl -xe" for details.
invoke-rc.d: initscript virtualbox, action "restart" failed.
● virtualbox.service - LSB: VirtualBox Linux kernel module
Loaded: loaded (/etc/init.d/virtualbox; generated)
Active: failed (Result: exit-code) since Wed 2021-05-05 22:08:43 KST; 6ms ago
Docs: man:systemd-sysv-generator(8)
Process: 8683 ExecStart=/etc/init.d/virtualbox start (code=exited, status=1/FAILURE)
5월 05 22:08:43 mhchae3-900X3L systemd[1]: Starting LSB: VirtualBox Linux kernel module...
5월 05 22:08:43 mhchae3-900X3L virtualbox[8683]: * Loading VirtualBox kernel modules...
5월 05 22:08:43 mhchae3-900X3L virtualbox[8683]: * modprobe vboxdrv failed. Please use 'dmesg' to find out why 5월 05 22:08:43 mhchae3-900X3L virtualbox[8683]: ...fail!
5월 05 22:08:43 mhchae3-900X3L systemd[1]: virtualbox.service: Control process exited, code=exited, status=1/FAILURE
5월 05 22:08:43 mhchae3-900X3L systemd[1]: virtualbox.service: Failed with result 'exit-code'.
5월 05 22:08:43 mhchae3-900X3L systemd[1]: Failed to start LSB: VirtualBox Linux kernel module.
virtualbox-qt (6.1.16-dfsg-6~ubuntu1.20.04.1) 설정하는 중입니다 ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Processing triggers for systemd (245.4-4ubuntu3.6) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for shared-mime-info (1.15-1) ...
mhchae3@mhchae3-900X3L:~$
해결책 찾기 - 구글링으로 이것저것 일단 모아보자
답변 # 1 (www.python2.net/questions-787080.htm)
modprobe vboxdrv failed VirtualBox 용 특수 드라이버가로드되지 않음을 의미합니다. 이것은 여러 가지 이유로 발생할 수 있지만 일반적으로 보안 부팅 UEFI 보호와 관련이 있습니다.
펌웨어 업데이트가 보안 부팅을 다시 활성화 한 후의 경우임을 확인했습니다. 비활성화하면 모듈이 제대로로드 될 수있었습니다.
'Infra > Ubuntu-Linux' 카테고리의 다른 글
Cannot open /dev/vmmon: No such file or directory (0) | 2021.05.07 |
---|---|
우분투 설치후 초기 root 패스워드 (0) | 2021.05.05 |
우분투 개발 환경 꾸미기 (0) | 2021.05.04 |
우분투 화면 확장 작업공간 이동 Ctrl + Alt + 방향키 (0) | 2021.05.04 |
우분투에서 노트북 한/영 버튼 안될때.... (0) | 2021.05.04 |
댓글