关于启动日志的问题
Tofloor
poster avatar
honwhywang
deepin
2017-12-27 06:43
Author
本帖最后由 honwhywang 于 2017-12-29 22:10 编辑

首先我每次登录系统的时候,右上角总是会提示VBoxClient XXX错误,然后我看到/var/log/boot.log的日志,有这么一句话
  1. [  OK  ] Started LSB: VirtualBox Linux Additions.
Copy the Code


然后发现了另外的ERROR日志
  1. [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
Copy the Code

这句话重复了三次。

系统是启动成功的。
--update:
这个错误是啥,我终于知道了:
```
VBoxClient: the VirtualBox kernel service is not running. Exiting.
```
这个错误提示是在这个文件中写的,/etc/X11/Xsession.d/98vboxadd-xclient
```
if ! test -c /dev/vboxguest 2>/dev/null; then
        # Do not start if the kernel modules is not present
        notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting."

```
尝试用这个方法来解决:
sudo apt-get install virtualbox-guest-dkms virtualbox-guest-x11 linux-headers-$(uname -r)链接:https://unix.stackexchange.com/questions/286934/how-to-install-virtualbox-guest-additions-in-a-debian-virtual-machine
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-12-27 16:46
#1
Reply View the author
avatar
153******45
deepin
2017-12-27 17:50
#2
昨天从测试源找的14.2的内核更新后各种启动错误没了,不过还是慢
Reply View the author