Re: F16 Boot time OK... unless when network not connected
I experience this when fstab tries to mount {not connetced} network drives. Once they time-out, boot proceeds normally. For me the delay is acceptable because it's fairly rare when I am not connected to my network. Not sure if your case is the same.
Re: F16 Boot time OK... unless when network not connected
Try running:
Quote:
systemd-analyze blame
to show the list of times per service, see which one is the long one in the listing at the top. Remember that the times don't necessarily occur in serial order, some of the times 'hide' other times:
Code:
------- service 1
------ service 2
--------service 3
----- service 4
and so on, so the boot time isn't as large as the total of all the listed times
Re: F16 Boot time OK... unless when network not connected
Yes this is most definitely a F16 problem. My laptop has this delay even in wifi range; the last boot step reports wlan not connected, but it doesn't even try. It picks up the connection just fine when it finally boots. When plugged into ethernet the problem goes away because the eth0 connection is noticed.