Vbox modules may be causing boot failure after installing Manjaro Linux Guest
Posted: 2. Jun 2017, 22:23
Howdy, I'm trying to install and run a Manjaro Linux guest on VirtualBox 5.1.22 (Win 7 SP1 host). However, on the first boot after the Manjaro install (which appeared to be successful), the boot process got stuck at a blinking cursor and did not finish.
Errors and messages:
Near the start of the boot process, there was an error message about the Kernel Module Load (systemd-modules-load) failing to start.
Near the end, there were many repeated messages about the LightDM service being started and stopped, until finally there was just an error saying that starting the Light DM service failed. Both error messages mentioned looking at output from, which I did. Here's the output:
Doesn't look like vbox had anything to do with this, right? Not quite. While I was investigating with someone from the Manjaro team, I happened to run and came across this:
So it seems these are somehow connected. Again, this all happened on the very first reboot after installing Manjaro Linux on the VM.
Also, I've attached a copy of the vminfo. Please let me know if you need more information. Thanks for any help you can give!
Errors and messages:
Near the start of the boot process, there was an error message about the Kernel Module Load (systemd-modules-load) failing to start.
Near the end, there were many repeated messages about the LightDM service being started and stopped, until finally there was just an error saying that starting the Light DM service failed. Both error messages mentioned looking at output from
Code: Select all
systemctl status <service name>Code: Select all
systemctl status systemd-modules-load:
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since <date and time of boot>
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 382 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 382 (code=exited, status=1/FAILURE)
systemd[1]: Starting Load Kernel Modules...
systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: Failed to start Load Kernel Modules.
systemd[1]: systemd-modules-load.service: Unit entered failed state.
systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Code: Select all
systemctl status lightdm.service:
lightdm.service - Light Display Manager
Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: disabled)
Active: inactive (dead)
Docs: man:lightdm(1)
Code: Select all
journalctl -xeCode: Select all
systemd[1]: Starting Load Kernel Modules...
kernel: vboxguest: disagrees about version of symbol module_layout (this message repeated 5 more times)
systemd-modules-load(382): Failed to insert 'vboxguest': Exec format error
systemd-modules-load(382): Failed to insert 'vboxsf': Exec format error
systemd-modules-load(382): Failed to insert 'vboxvideo': Exec format error
systemd-modules-load(382): Failed to insert 'vboxguest': Exec format error
systemd-modules-load(382): Failed to insert 'vboxsf': Exec format error
systemd-modules-load(382): Failed to insert 'vboxvideo': Exec format error
systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: Failed to start Load Kernel Modules.
systemd[1]: systemd-modules-load.service: Unit entered failed state.
systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Also, I've attached a copy of the vminfo. Please let me know if you need more information. Thanks for any help you can give!