TechHarveyTechHarvey
  • Business
  • Computers
  • Cryptocurrency
  • Education
  • Gaming
  • News
  • Sports
  • Technology
Reading: How to Fix systemd-networkd-wait-online Service Timing Out During Boot
Share
Aa
TechHarveyTechHarvey
Aa
  • Business
  • Computers
  • Cryptocurrency
  • Education
  • Gaming
  • News
  • Sports
  • Technology
Search
  • Business
  • Computers
  • Cryptocurrency
  • Education
  • Gaming
  • News
  • Sports
  • Technology
© 2022 Foxiz News Network. Ruby Design Company. All Rights Reserved.
TechHarvey > blog > How to Fix systemd-networkd-wait-online Service Timing Out During Boot
blog

How to Fix systemd-networkd-wait-online Service Timing Out During Boot

Lucas Anderson
Last updated: 2025/02/28 at 3:38 PM
Lucas Anderson
Share
3 Min Read
SHARE

Your Linux machine is taking forever to boot? Getting stuck on systemd-networkd-wait-online? No worries! Let’s fix it.

Contents
Why Is This Happening?Fix 1: Disable the ServiceFix 2: Reduce the TimeoutFix 3: Check Your Network ConfigurationFix 4: Remove Unnecessary Network InterfacesFix 5: Use NetworkManager InsteadFinal Thoughts

This happens when your system waits for the network to be ready before finishing booting. But if something goes wrong, it just hangs there, making you wait. Let’s make it stop doing that.

Why Is This Happening?

The systemd-networkd-wait-online service ensures the network is up before other services start. This is important for servers but unnecessary for personal machines.

Possible causes:

  • A network interface takes too long to connect.
  • A misconfiguration in your network settings.
  • You don’t even need the service!

Fix 1: Disable the Service

If you don’t need this service, just disable it.

sudo systemctl disable --now systemd-networkd-wait-online.service

This stops the service and prevents it from running at boot. Try rebooting and see if it helps.

Fix 2: Reduce the Timeout

If you need the service but don’t want to wait so long, reduce the timeout.

sudo systemctl edit systemd-networkd-wait-online.service

Add these lines:

[Service]
ExecStart=
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --timeout=10

Save and exit, then reload systemd:

sudo systemctl daemon-reload

Now it will wait only 10 seconds before giving up.

Fix 3: Check Your Network Configuration

Sometimes, a misconfigured network can cause delays.

Check your active connections:

networkctl

Look at the setup column. If it says configuring for too long, check your network configs.

Fix 4: Remove Unnecessary Network Interfaces

Do you see an interface that you’re not using? It could be slowing things down.

Check configuration files in:

/etc/systemd/network/

Look for any unwanted interfaces and remove their configuration files.

Restart the network service:

sudo systemctl restart systemd-networkd

Fix 5: Use NetworkManager Instead

If you’re on a desktop, consider using NetworkManager instead of systemd-networkd.

Install NetworkManager (if not already installed):

sudo apt install network-manager   # Ubuntu/Debian
sudo dnf install NetworkManager   # Fedora
sudo pacman -S networkmanager     # Arch

Enable and start it:

sudo systemctl enable --now NetworkManager

Then disable systemd-networkd:

sudo systemctl disable --now systemd-networkd

Reboot and see if things improve.

Final Thoughts

Slow boots are annoying. But with a little tweaking, you can speed things up. Try the solutions above and see what works for you!

How to Fix HubSpot Tracking URL Issues 

Lucas Anderson February 28, 2025
Share this Article
Facebook Twitter Whatsapp Whatsapp Telegram Copy Link Print
Leave a comment Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Latest Posts

How to avoid translation errors?
blog May 27, 2025
What is the best ATS proof resume?
blog May 24, 2025
Best Translation Software with Google Drive Integration [2025]
blog May 22, 2025
Amazon Marketing Strategy byHyperzon
blog May 20, 2025
How to convert FLAC to ALAC with tags and cover art images
blog May 20, 2025
Avoiding common ChatGPT writing styles and structures
blog May 20, 2025
What is the maximum available splitter configuration?
blog May 17, 2025
Does Roku work with HDMI splitter?
blog May 16, 2025

URL: http://techharvey.com/how-to-fix-systemd-networkd-wait-online-service-timing-out-during-boot/
Added: 2024-05-08 07:45:14 => 1715154314 => 2024-05-08

You Might also Like

blog

How to avoid translation errors?

May 27, 2025
blog

What is the best ATS proof resume?

May 24, 2025
blog

Best Translation Software with Google Drive Integration [2025]

May 22, 2025
blog

Amazon Marketing Strategy byHyperzon

May 20, 2025

© Copyright 2022 Techharvey.com. All Rights Reserved

  • About
  • Contact
  • Terms and Conditions
  • Privacy Policy
  • Write for us
Like every other site, this one uses cookies too. Read the fine print to learn more. By continuing to browse, you agree to our use of cookies.X

Removed from reading list

Undo
Welcome Back!

Sign in to your account

Lost your password?