You are not logged in.
Hello, yesterday i have update the lts-kernel , and when I start the system with this kernel occurs:
"Failed to start Load Kernel Modules"
i think ther're a issue with virtualbox:
$ Journalctl -b 0
10:37:04 archkde systemd [1]: Failed to start Load Kernel Modules.
......................................................................................................................................
......................................................................................................................................
10:37:04 archkde systemd-modules-load [145]: Failed to insert 'vboxdrv': Invalid
10 10:37:04 archkde systemd-modules-load [145]: Failed to insert 'vboxnetadp': Invalid
10 10:36:56 archkde systemd-modules-load [145]: Failed to insert 'vboxnetflt': Invalid
10 10:36:56 archkde systemd-modules-load [145]: Failed to insert 'vboxpci': Invalidid
.........................................................................................................................................$ pacman -Ss linux-ltscore/linux-lts 3.14.28-1 [installed]
$ pacman -Ss linux-lts-headerscore/linux-lts-headers 3.14.28-1 [installed]
Header files and scripts for building modules for Linux-lts kernel
$ pacman -Ss host-modulescommunity/virtualbox-host-modules 4.3.20-3 [installed: 4.3.20-4]
Host kernel modules for VirtualBoxcommunity/virtualbox-host-modules-lts 4.3.20-2 [installed]
Host kernel modules for VirtualBox
Three or four months ago I was the same, I think it was a issue wtih:
virtualbox-host-modules-lts
Regards.
Last edited by colegui (2015-01-10 16:55:40)
Offline
the quickest workaround is rebuilding virtualbox-host-modules-lts from source.
— love is the law, love under wheel, — said aleister crowley and typed in his terminal:
usermod -a -G wheel love
Offline
Finally I found a workaround (maybe not the best solution):
$ sudo pacman -S virtualbox-host-dkms
$ sudo dkms install vboxhost/4.3.20
# systemctl enable dkms.serviceRegards.
Offline
Known issue: https://bugs.archlinux.org/task/43393
Offline