You are not logged in.
Hi all.
Having some issues here with kvm. I followed this guide as part of enabling kvm_intel, and it seems to work great. However, I do notice that systemd-modules-load wont start properly, and its currently complaining that it cant seem to find the kvm_intel module.
systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Thu 2014-04-03 09:59:39 CEST; 2min 43s ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Main PID: 157 (code=exited, status=1/FAILURE)
Apr 03 09:59:39 droidminator systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
Apr 03 09:59:39 droidminator systemd[1]: Failed to start Load Kernel Modules.
Apr 03 09:59:39 droidminator systemd[1]: Unit systemd-modules-load.service entered failed statesudo /usr/lib/systemd/systemd-modules-load
Failed to find module 'options kvm_intel nested=1'Any ideas?
Last edited by Zygote (2014-04-03 08:13:32)
Offline
Solved it.. I had placed my modprobe conf file in /etc/modules-load.d instead of /etc/modprobe.d/
*facedesk*
Offline