You are not logged in.
wounder why boot is so slow specifically
Startup finished in 34.352s (firmware) + 2.249s (loader) + 1min 26.893s (kernel) + 3.534s (userspace) = 2min 7.029s
graphical.target reached after 3.529s in userspace.
It's a
AMD 9950X
Rog x870 Hero motherbord
64GB 6400 hz ram 2 dimm
corsair 700pro M.2 Nvme boot
Intel Arc B580 graphic
Arch Linux 6.13.4
Last edited by sjostrand (2025-03-02 11:53:32)
Offline
Please take a look at this wiki page first https://wiki.archlinux.org/title/Improv … ot_process
There are more information that we need to be able to inspect this further,
* what boot loader did you use?
* did you use custom mkinitcpio?
* what is the output of `systemd-analyze blame`?
Offline
My bootloader is Grub -2:2.12
Dont use custom mkinitcpio
its pure vanilla instal of Arch
systemd-analyze blame
1.598s NetworkManager.service
1.242s user@1000.service
646ms udisks2.service
567ms systemd-journal-flush.service
504ms rtkit-daemon.service
118ms dev-nvme1n1p2.device
80ms ldconfig.service
57ms upower.service
57ms systemd-udev-trigger.service
49ms systemd-journald.service
39ms accounts-daemon.service
31ms systemd-tmpfiles-setup.service
29ms bolt.service
28ms systemd-tmpfiles-setup-dev-early.service
28ms systemd-tmpfiles-clean.service
25ms systemd-rfkill.service
24ms systemd-journal-catalog-update.service
23ms boot.mount
23ms systemd-vconsole-setup.service
22ms systemd-update-done.service
19ms dev-zram0.swap
19ms \x2esnapshots.mount
18ms systemd-modules-load.service
18ms home.mount
17ms polkit.service
17ms systemd-update-utmp.service
17ms modprobe@dm_mod.service
16ms var-cache-pacman-pkg.mount
16ms modprobe@loop.service
16ms systemd-remount-fs.service
16ms tmp.mount
16ms systemd-logind.service
15ms systemd-udevd.service
15ms wpa_supplicant.service
13ms systemd-hostnamed.service
12ms user-runtime-dir@1000.service
12ms sys-fs-fuse-connections.mount
12ms sys-kernel-config.mount
11ms systemd-timesyncd.service
10ms systemd-zram-setup@zram0.service
9ms systemd-tmpfiles-setup-dev.service
9ms systemd-sysusers.service
8ms systemd-userdbd.service
7ms dev-hugepages.mount
7ms dev-mqueue.mount
6ms sys-kernel-debug.mount
6ms dbus-broker.service
6ms sys-kernel-tracing.mount
5ms kmod-static-nodes.service
5ms systemd-random-seed.service
5ms modprobe@configfs.service
4ms modprobe@drm.service
3ms modprobe@fuse.service
3ms systemd-udev-load-credentials.service
3ms systemd-sysctl.service
2ms systemd-user-sessions.service
2ms var-log.mount
Last edited by sjostrand (2025-03-02 12:12:44)
Offline
after update to kernel 6.13.5 boot time is 3 Min now
.
Startup finished in 1min 26.801s (firmware) + 2.295s (loader) + 1min 27.812s (kernel) + 3.901s (userspace) = 3min 810ms
.
Offline
Unplug any cables or devices from you computer, except for mouse and keyboards.
Disable any boot animation or splash.
Reboot and inspect the logs with "journalctl -b". Pay attention on which line consume the most.
For reference, see this reply on the almost the same topic: https://bbs.archlinux.org/viewtopic.php … 2#p2221692
Offline
Could also be an internal drive (delay is split between firmware - ie. before any OS loads) and the kernel.
Make sure to also check https://wiki.archlinux.org/title/SMART
Offline
I did the check in UEFI and all is OK
I did try different boot manger like ufiboot stub and boot time is fast but I can't login when I type password and klick enter mouse cursor disappears and nothing happened.
I try with both KDE and Gnome the same issue.
Now don't even grub works with login
Offline
What do you mean "check" and "all ok"? The system requires 90s to get through the uefi and another 90s to load the kernel.
Post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st…
Offline
Well I can't log in
When I enter password nothing happened at login.
The system stays att the same login and nothing helps that inc keyboard or mouse
Just nothing ??
Offline
Try to boot the multi-user.target but quite frankly: boot something like https://grml.org and check the smart data of your drives because this increasingly sound as if your disk dies.
Offline