Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Slow boot time with Bullseye....

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
ramblin
Posts: 46
Joined: 2017-07-26 01:45

Slow boot time with Bullseye....

#1 Post by ramblin »

I recently did a fresh install of Bullseye and notice my boot time is much slower than Stretch. Looking further it seems my Network Manager is to blame ?? After researching NetworkManager I find many say disable it while others say it won`t speed up boot time a bit. Do I understand correctly that it does not hold up booting in any way but waits till everything is configured before connecting? Connection is and always has been hardwired thru a WDS Station. 30 sec. is not an issue for me and I happy to just leave things as is unless there is an underlying prob. with a driver not loading or wrong or ancient hardware, then i want to fix it. I installed the package: firmware-realtek (20210315-3). Any advice on how to proceed from here?


mainboard..GA-890FWA-UD5
cpu.. AMD Phenom II x4 955
Realtek RTL8111/8168/8411
PCI Express Gogabit Ethernet Controller

Code: Select all

 systemd-analyze blame

30.197s plymouth-quit-wait.service
10.594s NetworkManager-wait-online.service
 9.402s systemd-journal-flush.service
 7.446s udisks2.service
 6.607s dev-sda1.device
 4.553s fwupd.service
 4.461s accounts-daemon.service
 3.988s polkit.service
 3.509s user@1000.service
 3.445s avahi-daemon.service
 3.418s NetworkManager.service
 3.247s switcheroo-control.service
 3.228s wpa_supplicant.service
 3.221s systemd-logind.service
 3.032s systemd-udevd.service
 2.327s gdm.service
 2.259s ModemManager.service
 2.071s smartmontools.service
 2.021s cups.service
 1.512s e2scrub_reap.service
 1.492s apparmor.service
 1.432s rsyslog.service
 1.325s systemd-modules-load.service
 1.098s packagekit.service
lines 1-24

Aki
Global Moderator
Global Moderator
Posts: 2918
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 72 times
Been thanked: 400 times

Re: Slow boot time with Bullseye....

#2 Post by Aki »

Hello,
You probably will get hints reading a previous thread: see viewtopic.php?p=757565#p757565
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

L_V
Posts: 1477
Joined: 2007-03-19 09:04
Been thanked: 11 times

Re: Slow boot time with Bullseye....

#3 Post by L_V »

This is what I have:

Code: Select all

systemd-analyze blame

1.035s systemd-resolved.service
 706ms dev-sda3.device
 633ms apparmor.service
 458ms udisks2.service
 352ms user@1000.service
 348ms systemd-networkd.service
 348ms cups.service
 342ms nftables.service
 328ms accounts-daemon.service
 246ms dbus.service
In summary, disable what you don't need.
Easy one plymouth... Do you really need this ??

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Slow boot time with Bullseye....

#4 Post by Head_on_a_Stick »

ramblin wrote: 2022-08-18 23:27Do I understand correctly that it does not hold up booting in any way but waits till everything is configured before connecting?
Yes.

I find systemd-analyze to be pretty useless because it doesn't indicate the actual time taken to reach a graphical desktop at all. The plot option can give a better picture (unsurprisingly) but even that's not very good for much. Also try the critical-chain option, which is more appropriate than blame IMO. The man page explains the limitations of the options.
deadbang

Post Reply