Had this very error and tried numerous approaches to resolve including upgrading and downgrading the kernel installing devel kernels etc. etc. but the below worked for me straight away -
sudo vi /etc/X11/Xsession.d/98vboxadd-xclientThen you need to find the line with notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting."
For me I changed notify-send to echo so it looks like this
echo "VBoxClient: the VirtualBox kernel service is not running. Exiting."
Restarted and no error message - Thank God! this was so annoying
Comments
Post a Comment