Unfortunately my virtualbox 5.1 is crash and freeze the desktopYes and that was just happen to me recently and it makes me frustrate. Everytime i try to start the virtual machine in my virtualbox, it end up freeze the host and i cant do anything much at that time, i can only push the power button long enough to power off my laptop but that was not fixing the problem turns out it happen again and again. so if you having same problem with me, i recommend you to uninstall everything that have connection with virtualbox including the dkms.
so i uninstall of the all utility:
~# sudo apt-get purge virtualbox virtualbox-dkms dkms
and i try to install the version 5.2:
~# sudo nano /etc/apt/sources.list (update the sources.list file)
~# deb http://download.virtualbox.org/virtualbox/debian xenial contrib (add the following line at the end of line or at the first line)
~# wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - (to add the respository key)
~# sudo apt-get update (update the changes)
~# sudo apt-get install virtualbox-5.2
~# sudo apt-get install dkms
and its done ! fortunately the virtual machine is running smoothly
actually i don't know what is the cause of the bug, but it was start when i try to install vagrant in my host OS, i kinda skeptical that vagrant is the cause of the problem. so i will try to search for more clue and tell if i find the answer.
Comments
Post a Comment