Linux Lite Forums

Software - Support => Installing Linux Lite => Topic started by: Xorcist on June 21, 2018, 09:05:21 PM

Title: Failed to start vboxadd.service (on boot)
Post by: Xorcist on June 21, 2018, 09:05:21 PM
So I recently installed LL4.0 from the ISO onto an Acer Aspire-E500, and the boot takes way longer than it should.

Referencing the boot.log (see attachment) I see ton of:

  A start job is running for vboxadd.service (1min 39s / 5min 2s)

entries followed by:

  Failed to start vboxadd.service.
    See 'systemctl status vboxadd.service' for details.

Any ideas why this is happening (and or how to rectify it)?


Title: Re: Failed to start vboxadd.service (on boot)
Post by: firenice03 on June 21, 2018, 11:02:23 PM
@Xorcist  You can speed up boot time... From the release notes https://www.linuxliteos.com/forums/release-announcements/linux-lite-4-0-final-released/ (https://www.linuxliteos.com/forums/release-announcements/linux-lite-4-0-final-released/)



Performance Tips:


- For start up (boot time) - if you have no plans to run VirtualBox, and you want faster boots, you can remove it's supported additions:


Code: [Select]
sudo apt purge virtualbox*
sudo systemctl stop vboxadd.service
sudo systemctl stop vboxadd-service.service
sudo systemctl disable vboxadd.service
sudo systemctl disable vboxadd-service.service


Should speed you right back up  ;) ;)
Title: Re: Failed to start vboxadd.service (on boot)
Post by: Xorcist on June 21, 2018, 11:14:28 PM
Thanks! That definitely sped up the boot time alot, but any ideas why it would be failing in the first place? Are there common reasons this might occur? I've done quite a few LL 4.0 installs and this was the first to have this issue.
Title: Re: Failed to start vboxadd.service (on boot)
Post by: Xorcist on June 23, 2018, 05:11:57 PM
Oh wow, I just checked all my other LL 4.0 installs and found they all had the same failure, though the boot times were never that terrible. Removed the VirtualBox startup from all of them and am amazed at how quick these machines can boot up. I assume the reason all of them were failing is because this is something that is used when LL 4.0 is run as a VM in VirtualBox, and therefore unnecessary if run on real hardware (is that a fair assumption)?
Title: Re: Failed to start vboxadd.service (on boot)
Post by: kpanic on June 23, 2018, 08:01:03 PM
@Xorcist , if you don't need Virtualbox additions, you may as well remove them:

I'm not 100% sure (I forgot the package name, since I removed it already,
but maybe this will do it (in terminal window)

Code: [Select]
sudo apt-get purge virtualbox-guest-additions-iso
- kp