I'm currently running Fedora 15 and recently I've noticed that if I am in an area which does not have a wireless network or a secured wireless network which I cannot automatically connect to, Fedora 15 boots up very slowly, sometimes hanging on the screen with the Fedora logo. Is there a way to fix this?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
This probably happens due to DNS, and the machine (or individual services) are waiting onbeing able to resolve hostnmaes during the boot process. The most likely culprit is actually your own machine's hostname. To avoid this problem, make sure you have your machine's hostname listed in
|
|||
|
|
systemctl --fullwhen booting without network access. If you can't, addsystemd.log_target=kmsgto your kernel command line and removerhgb quietand post the last few lines of output where it hangs. – Patches Jun 27 '11 at 22:35