Linux Lite Forums
Slow boot time - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6)
+--- Forum: Start up and Shutdown (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=27)
+--- Thread: Slow boot time (/showthread.php?tid=8587)



Slow boot time - Chris24 - 12-01-2022

Hi All
I just installed Lite a couple of days ago and am very pleased with the OS except for one thing; on my old Acer laptop (Pentium P6200, 3gb RAM, 500GB HD, on which I cleared everything before installation) the machine is taking around 3 minutes to boot. Any suggestions?

Many thanks for any help.

Chris


Re: Slow boot time - stevef - 12-01-2022

Topic moved to Startup and Shutdown section.

Using an SSD (if not already) reduces the time required for disk access.

Checking what these commands show might be a starting point to see how the boot up time is spent.

Code:
systemd-analyze
Code:
systemd-analyze blame
Code:
systemd-analyze critical-chain
Code:
journalctl -b -0
(run this just after a boot)

If unnecessary services are being started at boot, disabling them may help.
Setting static addressing if possible removes the DHCP time





Re: Slow boot time - Valtam - 12-01-2022

A CPU from 2010 won't give you blistering performance against the demands of modern software. Try [member=9039]stevef[/member] suggestions too.


Re: Slow boot time - GerardDeluna - 01-14-2023

Thanks for the suggestion. I will message here if I face any problem.