Linux Lite Forums
lite 4.0 slow start up - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: lite 4.0 slow start up (/showthread.php?tid=5516)



lite 4.0 slow start up - juanfreinosa - 08-09-2018


Hello, downloaded Linux lite 4.0.  Installed all updates. Everything is great except for the start up time. It takes as much as 7 minutes to bring me to the desktop. Tks for your help  :Smile


Re: lite 4.0 slow start up - charvie - 08-09-2018

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

This will greatly reduce boot-up

Charvie


Re: lite 4.0 slow start up - maciver35 - 09-17-2018


1. Set Method in IPv6 Settings to ignore (assuming you don't use IPv6)
2. uninstall Samba if you don't need it

3.
sudo apt install haveged
sudo systemctl enable haveged
https://unix.stackexchange.com/questions/442698/when-i-log-in-it-hangs-until-crng-init-done

;D ;D ;D


Re: lite 4.0 slow start up - trinidad - 09-17-2018

First get rid of the vbox stuff and boot time should improve dramatically.
Second LL 4.0 oob is on the 4.15 kernel. Doubt that havege will make any difference. The bigger issue is the OEM configuration of how your cpu will use the ram on a 3g system with the 4.15 kernel at bootup. If you get your boot down to around 40 seconds you will be doing well. 

https://wiki.archlinux.org/index.php/Haveged

TC