06-11-2018, 12:53 PM
It appears that slow booting has been a problem with Linux Lite for some years. I downloaded and installed LL 4.0 last night and was about to discard it when a search turned up these steps:
sudo leafpad /etc/default/grub
replace GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” with GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash profile”
sudo update-grub2
sudo leafpad /etc/init.d/rc
find this line : CONCURRENCY=none or CONCURRENCY=makefile
replace with : CONCURRENCY=shell
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
untick the vbox client in the menu, settings, session and startup, application auto-start setting.
I do not think that software so recently released should require a user to do such things, specially as LL is said to have been designed for first time Linux users.
sudo leafpad /etc/default/grub
replace GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” with GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash profile”
sudo update-grub2
sudo leafpad /etc/init.d/rc
find this line : CONCURRENCY=none or CONCURRENCY=makefile
replace with : CONCURRENCY=shell
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
untick the vbox client in the menu, settings, session and startup, application auto-start setting.
I do not think that software so recently released should require a user to do such things, specially as LL is said to have been designed for first time Linux users.