You are not logged in.
systemd-analyze blame
https://s21.ax1x.com/2024/07/15/pk5LmzF.png
reflector.service spend 2 minutes !
systemctl disable reflector.service
Offline
Please don't post pictures of code. Rather post the code as text in code blocks.
Also, is there a question here?
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
I don't know the timeout from the top of my head - but 2 min flat looks like it - so reflector likely not finished and not updated the mirrorlist.
Maybe a config issue - as in archiso it seem to work differently: in the background not blocking the full startup.
Offline
I can already see NM and networkd, chances are there's more…
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
If that's not it we'll have to see the system journal to figure what's wrong w/ your network…
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Offline