Cuando actualicé el kernel me salía al inicio de cada sesión el mensaje "VBClient: VirtualBox Kernel Service is not running. Exiting" Corro windows 7 en virtualbox y ha seguido funcionando bien, pero es molesto este mensaje al inicar y al reiniciar el sistema. En este video de youtube encontré la solución
Pero en mi caso, manjaro tiene solo un archivo a editar:
/usr/bin/VBoxClient-all
en la linea que dice
notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting."
hay que cambiar notify-send por echo
echo "VBoxClient: the VirtualBox kernel service is not running. Exiting."
y listo, ya no aparece mas el mensaje y virtualbox sigue corriendo bien.