Last active
December 25, 2017 14:17
-
-
Save onokatio/20e4e42bc6dacbaefc6d59efeb3385e3 to your computer and use it in GitHub Desktop.
ArchlinuxのVirtualboxで「Failed to insert 'vboxdrv': Exec format error」となるとき ref: https://qiita.com/onokatio/items/a9aed2f47165c287bbba
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 12月 25 22:38:00 archlinux systemd-modules-load[3217]: Failed to find module 'acpi_call' | |
| 12月 25 22:38:00 archlinux systemd-modules-load[3217]: Failed to find module 'vboxdrv' | |
| 12月 25 22:38:00 archlinux systemd-modules-load[3217]: Failed to find module 'vboxpci' | |
| 12月 25 22:38:00 archlinux systemd-modules-load[3217]: Failed to find module 'vboxnetadp' | |
| 12月 25 22:38:00 archlinux systemd-modules-load[3217]: Failed to find module 'vboxnetflt' | |
| 12月 25 22:38:00 archlinux systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/F | |
| 12月 25 22:38:00 archlinux systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'. | |
| 12月 25 22:38:00 archlinux systemd[1]: Failed to start Load Kernel Modules. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo pacman -S virtualbox-host-dkms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment