# Failed to start load kernel modules

**URL:** https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787
**Category:** Netrunner 14.x
**Created:** [November 23, 2014, 11:33am UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787 "2014-11-23T11:33:13Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![steelmann](https://support.blue-systems.com/letter_avatar/steelmann/32/5_5575768a8748004e209b776fc1b2916d.png) [@steelmann](https://support.blue-systems.com/u/steelmann)
#### Post date: [November 23, 2014, 11:33am UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787/1 "2014-11-23T11:33:13Z")

</div>

After a fresh install of Netrunner Rolling 64 bit I installed the latest update pack. I have an HP G61 laptop with AMD CPU and it has ATI Mobility Radeon HD 4200 graphics. When I restarted the system I found it: “failed to start load kernel modules” but it seems it works well. I checked systemctl status the result is:

[/quote]  
[steelmann@steelmannHPG61 ~]$ systemctl status systemd-modules-load  
● systemd-modules-load.service - Load Kernel Modules  
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)  
Active: failed (Result: exit-code) since Sun 2014-11-23 06:07:29 EST; 7min ago  
Docs: man:systemd-modules-load.service(8)  
man:modules-load.d(5)  
Process: 114 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)  
Main PID: 114 (code=exited, status=1/FAILURE)  
[steelmann@steelmannHPG61 ~]$

I’m not sure what I have to do. Did somebody meet similar problem?  
Thank’s

---

<div class="post-metadata">

### Author: ![AJSlye](https://support.blue-systems.com/user_avatar/support.blue-systems.com/ajslye/32/263_2.png) [@AJSlye](https://support.blue-systems.com/u/AJSlye)
#### Post date: [November 23, 2014, 3:12pm UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787/2 "2014-11-23T15:12:49Z")

</div>

Could you list the files in the /etc/modules-load.d/ directory?

Are you running the open-source (free) or the proprietary (non-free) drivers?

---

<div class="post-metadata">

### Author: ![steelmann](https://support.blue-systems.com/letter_avatar/steelmann/32/5_5575768a8748004e209b776fc1b2916d.png) [@steelmann](https://support.blue-systems.com/u/steelmann)
#### Post date: [November 23, 2014, 5:16pm UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787/3 "2014-11-23T17:16:04Z")

</div>

> [@AJSlye](#):
>
> Could you list the files in the /etc/modules-load.d/ directory?
> 
> Are you running the open-source (free) or the proprietary (non-free) drivers?

Hi AJSlye, you are always ready to help. Thank you. I afraid I put this topic on a wrong place between Frontier’s stuff.

There are three config files:

linux314-virtualbox-host-modules.conf  
mhwd-gpu.conf  
modules.conf

It seems to me except the first one they are empty.  
I checked I’m running the open-source driver. As I know my video card doesn’t have support by ATI proprietary drivers.

---

<div class="post-metadata">

### Author: ![AJSlye](https://support.blue-systems.com/user_avatar/support.blue-systems.com/ajslye/32/263_2.png) [@AJSlye](https://support.blue-systems.com/u/AJSlye)
#### Post date: [November 23, 2014, 6:42pm UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787/4 "2014-11-23T18:42:43Z")

</div>

Did you try to install virtualbox?

If so you will need to install these packages:  
virtualbox  
linux314-virtualbox-host-modules  
virtualbox-ext-vnc

---

<div class="post-metadata">

### Author: ![steelmann](https://support.blue-systems.com/letter_avatar/steelmann/32/5_5575768a8748004e209b776fc1b2916d.png) [@steelmann](https://support.blue-systems.com/u/steelmann)
#### Post date: [November 23, 2014, 7:55pm UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787/5 "2014-11-23T19:55:11Z")

</div>

> [@AJSlye](#):
>
> Did you try to install virtualbox?
> 
> If so you will need to install these packages:  
> virtualbox  
> linux314-virtualbox-host-modules  
> virtualbox-ext-vnc

Yes, I installed virtualbox and it works well. The virtualbox-ext-vnc wasn’t installed, now I did it but nothing is changed.  
I used “sudo pacman -S virtualbox” to install virtualbox. Of course I chose the correct host module which depends of my kernel. Did I something wrong? Can you tell me how to install virtualbox correctly?

---

<div class="post-metadata">

### Author: ![AJSlye](https://support.blue-systems.com/user_avatar/support.blue-systems.com/ajslye/32/263_2.png) [@AJSlye](https://support.blue-systems.com/u/AJSlye)
#### Post date: [November 23, 2014, 8:01pm UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787/6 "2014-11-23T20:01:28Z")

</div>

Without CPU visualization enable the host module won’t load and is not needed.  
Did you enable visualization for your CPU in the BIOS?  
If CPU visualization is already enabled, could you then post the contents of /etc/modules-load.d/linux314-virtualbox-host-modules.conf file?

Here is the Manjaro wiki to follow:  
[https://wiki.manjaro.org/index.php?title=Virtualbox](https://wiki.manjaro.org/index.php?title=Virtualbox)

---

<div class="post-metadata">

### Author: ![steelmann](https://support.blue-systems.com/letter_avatar/steelmann/32/5_5575768a8748004e209b776fc1b2916d.png) [@steelmann](https://support.blue-systems.com/u/steelmann)
#### Post date: [November 23, 2014, 8:26pm UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787/7 "2014-11-23T20:26:52Z")

</div>

> [@AJSlye](#):
>
> Without CPU visualization enable the host module won’t load and is not needed.  
> Did you enable visualization for your CPU in the BIOS?  
> If CPU visualization is already enabled, could you then post the contents of /etc/modules-load.d/linux314-virtualbox-host-modules.conf file?
> 
> Here is the Manjaro wiki to follow:  
> [VirtualBox - Manjaro](https://wiki.manjaro.org/index.php?title=Virtualbox)

Yes, visualization is enabled.  
This is the contents of /etc/modules-load.d/linux314-virtualbox-host-modules.conf file:

vboxdrv  
vboxnetadp  
vboxnetflt  
vboxpci

That’s all in the file.  
[hr]

> [@AJSlye](#):
>
> journalctl - b \_PID=114

…do I have to put it into the config file?  
[hr]  
journalctl -b is invalid argument,

[steelmann@steelmannHPG61 ~]$ journalctl  
– Logs begin at Sat 2014-11-22 16:25:46 EST, end at Sun 2014-11-23 15:25:34 EST. –  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Starting Paths.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Reached target Paths.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Starting Timers.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Reached target Timers.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Starting Sockets.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Reached target Sockets.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Starting Basic System.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Reached target Basic System.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Starting Default.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Reached target Default.  
Nov 22 16:25:45 steelmannHPG61 systemd[669]: Startup finished in 153ms.  
Nov 22 16:26:08 steelmannHPG61 pulseaudio[857]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: or  
Nov 22 16:26:10 steelmannHPG61 org.kde.kuiserver[688]: QDBusConnection: session D-Bus connection created b  
Nov 22 16:26:10 steelmannHPG61 org.kde.kuiserver[688]: QDBusConnection: session D-Bus connection created b  
Nov 22 16:26:14 steelmannHPG61 pulseaudio[905]: Daemon already running.  
lines 1-16

---

<div class="post-metadata">

### Author: ![AJSlye](https://support.blue-systems.com/user_avatar/support.blue-systems.com/ajslye/32/263_2.png) [@AJSlye](https://support.blue-systems.com/u/AJSlye)
#### Post date: [November 23, 2014, 9:02pm UTC](https://support.blue-systems.com/t/failed-to-start-load-kernel-modules/2787/8 "2014-11-23T21:02:24Z")

</div>

try this:

```auto
sudo update-grub
sudo mkinitcpio -p linux314
```

reboot
