Maui Forums
Plasma 5.10.2 boot - Printable Version

+- Maui Forums (https://forums.mauilinux.org)
+-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74)
+--- Forum: Plasma Desktop (https://forums.mauilinux.org/forumdisplay.php?fid=84)
+--- Thread: Plasma 5.10.2 boot (/showthread.php?tid=24524)



Plasma 5.10.2 boot - smoreau - 10th July 2017

Last update using backport repos run perfectly.
But boot time increase of 1 min. A lag time exists between the maui screen and the plasma desktop with a black screen.
My boot time raise from 20s to 1 min 20 s.

Is there a way to check the problem.

SM


RE: Plasma 5.10.2 boot - leszek - 10th July 2017

This is an issue introduced on real hardware by having the virtualbox-guest-x11 package installed. On real hardware you don't need those packages. So remove them with
Code:
sudo apt-get purge virtualbox-guest-*
or using synaptic.

This should fix the issue.


RE: Plasma 5.10.2 boot - smoreau - 10th July 2017

(10th July 2017, 18:56)leszek Wrote: This is an issue introduced on real hardware by having the virtualbox-guest-x11 package installed. On real hardware you don't need those packages. So remove them with

Code:
sudo apt-get purge virtualbox-guest-*
or using synaptic.

This should fix the issue.

Thanks Leszek, it works perfectly boot time 15s. Smile


RE: Plasma 5.10.2 boot - kdemeoz - 13th July 2017

...unfortunately this does not solve my Tower's 17.06's 1 minute of black screen after the Maui login screen until my desktop appears. I checked, but
Code:
virtualbox-guest-x11
is not installed.

My 17.06 btw was an upgrade from 17.03 via Update Manager... it was not a fresh installation.


RE: Plasma 5.10.2 boot - leszek - 13th July 2017

Have you checked that all virtualbox-guest-* packages are not installed?


RE: Plasma 5.10.2 boot - kdemeoz - 13th July 2017

(13th July 2017, 10:15)leszek Wrote: Have you checked that all virtualbox-guest-* packages are not installed?

   


RE: Plasma 5.10.2 boot - kdemeoz - 21st July 2017

The ongoing ~1 minute lag [black screen] from Plasma login screen to visible desktop, is really now quite annoying.


RE: Plasma 5.10.2 boot - kdemeoz - 21st July 2017

(21st July 2017, 3:57)kdemeoz Wrote: The ongoing ~1 minute lag [black screen] from Plasma login screen to visible desktop, is really now quite annoying.

Hmmm, this was unexpected:
Code:
~$ systemd-analyze blame
         9.026s vboxdrv.service
         8.425s NetworkManager-wait-online.service
         5.003s rc-local.service
         1.081s apache2.service
          383ms apparmor.service
          358ms dev-sda2.device
          255ms php7.0-fpm.service
          213ms upower.service
          206ms ModemManager.service
          181ms grub-common.service
          180ms systemd-fsck@dev-disk-by\x2duuid-23927deb\x2d03f4\x2d4b7b\x2d9599\x2d9e44c9f86919.service
          169ms systemd-cryptsetup@cryptswap1.service
          144ms Seagate.mount
          133ms udisks2.service
          132ms networking.service
          131ms accounts-daemon.service
          121ms systemd-modules-load.service
          119ms gpu-manager.service
          110ms systemd-logind.service
          100ms irqbalance.service
           97ms ufw.service
           88ms virtualbox-guest-utils.service
           85ms NetworkManager.service
           80ms user@118.service
           79ms ondemand.service



RE: Plasma 5.10.2 boot - leszek - 21st July 2017

Vboxdrv is the driver for the virtualbox client. So it is necessary on the host to run virtualbox instances.