| Summary: | systemd-modules-load.service failed | ||
|---|---|---|---|
| Product: | Fedora | Reporter: | David Demelier <demelier.david> |
| Component: | VirtualBox-kmod | Assignee: | Sérgio Basto <sergio> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | ||
| Priority: | P1 | ||
| Version: | 25 | ||
| Hardware: | All | ||
| OS: | GNU/Linux | ||
| namespace: | |||
After installing the VirtualBox-guest-additions, the service systemd-modules-load fails to load at boot: $ systemctl status systemd-modules-load ● systemd-modules-load.service - Load Kernel Modules Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled) Active: failed (Result: exit-code) since Tue 2017-06-13 09:42:31 CEST; 30min ago Docs: man:systemd-modules-load.service(8) man:modules-load.d(5) Process: 471 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE) Main PID: 471 (code=exited, status=1/FAILURE) Jun 13 09:42:31 fedy systemd-modules-load[471]: Inserted module 'vboxguest' Jun 13 09:42:31 fedy systemd-modules-load[471]: Inserted module 'vboxsf' Jun 13 09:42:31 fedy systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE Jun 13 09:42:31 fedy systemd[1]: Failed to start Load Kernel Modules. Jun 13 09:42:31 fedy systemd[1]: systemd-modules-load.service: Unit entered failed state. Jun 13 09:42:31 fedy systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'. I think the error is that the kmod are not included in the initramfs. Perhaps the package should rebuild the initramfs like nvidia?