Syndaemon: no process found on Linux Mint
You get this error when you update Linux Mint.
Cause: Virtual Box is installed, but you are in a non-virtual machine.
Resolution:
- Hold down the CTRL-ALT-F2 keys at the same time to get a terminal.
- Enter your user name and password
- sudo apt-get remove virtualbox*
- sudo apt-get autoremove
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install cinnamon
- sudo service mdm restart
Advertisements
Reply