최근 우분투 16.04 업데이트 후 virtualbox 실행시 호스트가 죽는 문제
2018년 1월 20쯤부터 Ubuntu에서 virtualbox 실행시 host pc가 freezing되는 문제가 발생합니다.
이유는 모르겠지만 아마 커널에 변화가 생겨서 발생한 문제같습니다.
곧 해결되겠지만 그 사이에 대책은 있어야죠.
물론 제가 만든 대책이 아니라 검색으로 찾아냈습니다.
아래 내용을 따라하시면 됩니다.
https://askubuntu.com/questions/994621/virtualbox-5-0-40-crashes-the-whole-host-since-update-to-kernel-4-13-0-26-generi
이유는 모르겠지만 아마 커널에 변화가 생겨서 발생한 문제같습니다.
곧 해결되겠지만 그 사이에 대책은 있어야죠.
물론 제가 만든 대책이 아니라 검색으로 찾아냈습니다.
아래 내용을 따라하시면 됩니다.
https://askubuntu.com/questions/994621/virtualbox-5-0-40-crashes-the-whole-host-since-update-to-kernel-4-13-0-26-generi
Upgrading to VirtualBox 5.2 using oracle repository worked for me.
Here are the steps (legacy doc here):
1) Add oracle repository :
sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian xenial contrib"
Modify this command to suit your ubuntu version if you are not using Ubuntu 16.04 (xenial).
2) Add GPG keys for repository :
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
3) Check GPG keys :
sudo apt-key finger Oracle
should give show the following fingerprints :
B9F8 D658 297A F3EF C18D 5CDF A2F6 83C5 2980 AECF
Oracle Corporation (VirtualBox archive signing key)
7B0F AB3A 13B9 0743 5925 D9C9 5442 2A4B 98AB 5139
Oracle Corporation (VirtualBox archive signing key)
4) Install VirtualBox 5.2
sudo apt update && sudo apt install virtualbox-5.2
In my case I had errors and I had to remove virtualbox-dkms package and run /sbin/vboxconfig :
sudo apt remove --purge virtualbox-dkms
sudo /sbin/vboxconfig
댓글
댓글 쓰기