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.

[ai-img]linux,network,terminal[/ai-img]

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!

[ai-img]linux,boot,fix[/ai-img]

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

Reinstall Windows 7 Without a CD or DVD
blog August 13, 2025
Wipe a Windows 7 PC Completely Before Selling or Reusing
blog August 12, 2025
Copy a DVD in Windows 7 Without Extra Software
blog August 11, 2025
Stop Programs From Launching at Startup on Windows 7
blog August 11, 2025
How to Check if Your Copy of Windows 7 Is Genuine
blog August 8, 2025
Can You Use Match.com for Free?
blog August 8, 2025
Send Private Messages on Pinterest Easily
blog August 8, 2025
Send Private Messages on Pinterest Easily
blog August 8, 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

Reinstall Windows 7 Without a CD or DVD

August 13, 2025
blog

Wipe a Windows 7 PC Completely Before Selling or Reusing

August 12, 2025
blog

Copy a DVD in Windows 7 Without Extra Software

August 11, 2025
blog

Stop Programs From Launching at Startup on Windows 7

August 11, 2025

© Copyright 2022 Techharvey.com. All Rights Reserved

  • About
  • Contact
  • Terms and Conditions
  • Privacy Policy
  • Write for us

Removed from reading list

Undo
Welcome Back!

Sign in to your account

Lost your password?