Skip to content

Instantly share code, notes, and snippets.

@onokatio
Last active December 25, 2017 14:17
Show Gist options
  • Save onokatio/20e4e42bc6dacbaefc6d59efeb3385e3 to your computer and use it in GitHub Desktop.
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
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.
$ sudo pacman -S virtualbox-host-dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment