Booting takes too much - 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: Booting takes too much (/showthread.php?tid=6546) |
Booting takes too much - MuxBH28 - 10-24-2019 Linux lite is amazing to run pn old pc, even on single core processor but booting takes too much. When I start pcI can only see poading screen for few minutes (~5min) then desktop and all is normally working. Minimum requirements is 128MB of RAM, I have 2GB. I have HDD of 7200RPM. I don't see problem with any hardware... Re: Booting takes too much - firenice03 - 10-24-2019 (10-24-2019, 04:09 PM)MuxBH28 link Wrote: Linux lite is amazing to run pn old pc, even on single core processor but booting takes too much. When I start pcI can only see poading screen for few minutes (~5min) then desktop and all is normally working. Minimum requirements is 128MB of RAM, I have 2GB. I have HDD of 7200RPM. I don't see problem with any hardware... [member=9884]MuxBH28[/member] The following should help: 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: sudo apt purge virtualbox* Menu, Settings, Session and Startup, Application Autostart. Untick vboxclient. VirtualBox support is included and has always been because this is how many people review an OS before they install it. Having the right support - clipboard, drag & drop, network, graphics etc gives a significantly better impression of an OS's function. - Setting a static IP address (see the Help Manual) will improve boot times, it's something I've always used myself. Instead of waiting for your router to assign you an IP, the OS already has it set. One less thing for the start up procedure to spend time probing for. Taken from: https://www.freecinema2022.gq/forums/release-announcements/linux-lite-4-0-final-released/ Re: Booting takes too much - MuxBH28 - 10-24-2019 Now it takes 3 minutes aprox. Re: Booting takes too much - Valtam - 10-24-2019 Open a Terminal, paste the output of: Code: systemd-analyze blame Code: systemd-analyze critical-chain |