Super happy so far, learnt a lot from the installation guide and this forum.
One thing I can’t seem to resolve… Endeavour boots really slowly for me.
I get stuck on “Starting Version 249.5-3-arch” for 60 seconds give or take a few seconds.
It’s almost like it’s searching for something, gives up after 1 minute, and then just boots as it should.
Once I’m in it’s all great, no problems.
Anyone have any ideas on how I could troubleshoot?
Thank you for your reply, your commands got me to the arch wiki.
After having run systemd-analyze I’ve found that I got 1 min 10 sec on Kernel for a total boot time of 1 min 30 sec.
Anyone else had this be the case?
If the solution is to install a custom kernel that plays nice then I think I’ll just live with it and hope that a future update magically solves my problem.
systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
graphical.target @651ms
└─lightdm.service @640ms +10ms
└─systemd-user-sessions.service @637ms +2ms
└─nss-user-lookup.target @651ms
Those outputs seem quite normal. Could you also post the output of inxi -Fxxxz
to give the forum a general idea of your system?
Also, are you using a HDD or SDD?
Frankly I cannot see anything off in the output you have posted so far motivating the rather long kernel load time. I am not sure if this would help but you can experiment and see if installing other kernels like LTS or ZEN will make some difference:
sudo pacman -Syu linux-lts linux-lts-headers
and/or
sudo pacman -Syu linux-zen linux-zen-headers
You could then choose the one or the other from the Grub boot menu and compare their
it also not only systemd that can slow down the boot process, there is a lot other stuff going to start and load on boot, if you would give a complete boot journal it could give a hint on issues:
You’ll need to provide a log a boot when the issue happens - according to the timestamps, it took one second from loading the kernel to reaching a graphical target.
Interesting… It did occur on that one, it always does…
Here’s another one (38.793s (kernel)) from systemd-analyze: https://clbin.com/ipEw4
I noticed something strange, the clock starts on 22:03:23 and then at the end goes to 21:03:56, local time currently being 21. Also my BIOS clock has been acting real strange lately, keeps going back 1h behind local time. Maybe not relevant but there you go.
In regards to encryption. I don’t actually know, sorry.
I used the Erase option in the Calamares installer, not sure if that means I got full encryption or not.
Thanks for the suggestion. Wasn’t so hard to install additional kernels it seems
I tried both LTS and ZEN and it’s same as stock kernel. 1min10sec ±1s.
systemd-analyze
Startup finished in 11.344s (firmware) + 4.257s (loader) + 1min 8.953s (kernel) + 1.852s (userspace) = 1min 26.407s
graphical.target reached after 686ms in userspace