"Error: VBoxClient (seamless) failed to start" VirualBox Guest Additions 5.2.7 in Kubuntu 17.10.1
Posted: 20. Jan 2018, 03:21
Hi all,
I have VirtualBox 5.2.6 but am using the Guest Additions 5.2.7 (fixed) which corrects a version 5.2.6 black screen problem after installation (affecting Kubuntu 17.10.1and Linux Mint 18.3, at least).
Another topic here says that turning off 3D acceleration solved that problem but it did not work for me. Luckily, the problem was quickly fixed with Guest Additions 5.2.7
The Guest is Kubuntu 17.10.1 and the Host is Windows 10 Pro x64.
Trying to install the Guest Additions on a clean install of Kubuntu results in an error message that gcc, make, and perl are not installed. This is remedied by
However, after what seems like a successful installation, after a reboot this error message is displayed:
Here is the result of
o vboxadd.service
Loaded: loaded (/opt/VBoxGuestAdditions-5.2.7/init/vboxadd; enabled; vendor preset: enabled)
Active: active (exited) since Fri 2018-01-19 18:06:22 CST; 33min ago
Process: 531 ExecStart=/opt/VBoxGuestAdditions-5.2.7/init/vboxadd start (code=exited, status=0/SUCCESS)
Main PID: 531 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/vboxadd.service
Jan 19 18:06:18 kubuntu systemd[1]: Starting vboxadd.service...
Jan 19 18:06:20 kubuntu vboxadd[531]: VirualBox Guest Additions: Starting.
Jan 19 18:06:20 kubuntu vboxadd[531]: /opt/VBoxGuestAdditions-5.2.7/init/vboxadd: 256: /opt/VBoxGuestAdditions-5.2.7/init/vboxadd: c
Jan 19 18:06:18 kubuntu systemd[1]: Started vboxadd.service.
o vboxadd-service.service
Loaded: loaded (/opt/VBoxGuestAdditions-5.2.7/init/vboxadd; enabled; vendor preset: enabled)
Active: failed (Result: exit code) since Fri 2018-01-19 18:06:22 CST; 33min ago
Process: 663 ExecStart=/opt/VBoxGuestAdditions-5.2.7/init/vboxadd-service start (code=exited, status=1/FAILURE)
Jan 19 18:06:22 kubuntu systemd[1]: Starting vboxadd-service.service...
Jan 19 18:06:22 kubuntu vboxadd-service[663]: vboxadd-service.sh: Starting VirtualBox Guest Addition service.
Jan 19 18:06:22 kubuntu vboxadd-service.sh[672]: Starting VirtualBox Guest Addition service.
Jan 19 18:06:22 kubuntu vboxadd-service.sh[687]: VirtualBox Guest Addition services started.
Jan 19 18:06:22 kubuntu systemd[1]: vboxadd-service.service: Control process exited, code=exited status=1
Jan 19 18:06:22 kubuntu systemd[1]: Failed to start vboxadd-service.service.
Jan 19 18:06:22 kubuntu systemd[1]: vboxadd-service.service: Unit entered failed state.
Jan 19 18:06:22 kubuntu systemd[1]: vboxadd-service.service: Failed with result 'exit-code'.
Jan 19 18:06:22 kubuntu systemd[1]: Started vboxadd.service
(END)
I know I'm forgetting some info that I need to provide but I can't think what it may be so please ask for it.
Thank you in advance.
Cetus
.
I have VirtualBox 5.2.6 but am using the Guest Additions 5.2.7 (fixed) which corrects a version 5.2.6 black screen problem after installation (affecting Kubuntu 17.10.1and Linux Mint 18.3, at least).
Another topic here says that turning off 3D acceleration solved that problem but it did not work for me. Luckily, the problem was quickly fixed with Guest Additions 5.2.7
The Guest is Kubuntu 17.10.1 and the Host is Windows 10 Pro x64.
Trying to install the Guest Additions on a clean install of Kubuntu results in an error message that gcc, make, and perl are not installed. This is remedied by
Code: Select all
sudo apt-get install build-essentialCode: Select all
VBoxClient: VBoxClient (seamless): failed to start. Stage: Setting guest IRQ filter mask Error: VERR_INTERNAL_ERRORCode: Select all
systemctl status vboxadd*Loaded: loaded (/opt/VBoxGuestAdditions-5.2.7/init/vboxadd; enabled; vendor preset: enabled)
Active: active (exited) since Fri 2018-01-19 18:06:22 CST; 33min ago
Process: 531 ExecStart=/opt/VBoxGuestAdditions-5.2.7/init/vboxadd start (code=exited, status=0/SUCCESS)
Main PID: 531 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/vboxadd.service
Jan 19 18:06:18 kubuntu systemd[1]: Starting vboxadd.service...
Jan 19 18:06:20 kubuntu vboxadd[531]: VirualBox Guest Additions: Starting.
Jan 19 18:06:20 kubuntu vboxadd[531]: /opt/VBoxGuestAdditions-5.2.7/init/vboxadd: 256: /opt/VBoxGuestAdditions-5.2.7/init/vboxadd: c
Jan 19 18:06:18 kubuntu systemd[1]: Started vboxadd.service.
o vboxadd-service.service
Loaded: loaded (/opt/VBoxGuestAdditions-5.2.7/init/vboxadd; enabled; vendor preset: enabled)
Active: failed (Result: exit code) since Fri 2018-01-19 18:06:22 CST; 33min ago
Process: 663 ExecStart=/opt/VBoxGuestAdditions-5.2.7/init/vboxadd-service start (code=exited, status=1/FAILURE)
Jan 19 18:06:22 kubuntu systemd[1]: Starting vboxadd-service.service...
Jan 19 18:06:22 kubuntu vboxadd-service[663]: vboxadd-service.sh: Starting VirtualBox Guest Addition service.
Jan 19 18:06:22 kubuntu vboxadd-service.sh[672]: Starting VirtualBox Guest Addition service.
Jan 19 18:06:22 kubuntu vboxadd-service.sh[687]: VirtualBox Guest Addition services started.
Jan 19 18:06:22 kubuntu systemd[1]: vboxadd-service.service: Control process exited, code=exited status=1
Jan 19 18:06:22 kubuntu systemd[1]: Failed to start vboxadd-service.service.
Jan 19 18:06:22 kubuntu systemd[1]: vboxadd-service.service: Unit entered failed state.
Jan 19 18:06:22 kubuntu systemd[1]: vboxadd-service.service: Failed with result 'exit-code'.
Jan 19 18:06:22 kubuntu systemd[1]: Started vboxadd.service
(END)
I know I'm forgetting some info that I need to provide but I can't think what it may be so please ask for it.
Thank you in advance.
Cetus
.