You are not logged in.

#1 2025-10-14 01:55

Jag59
Member
Registered: 2025-10-14
Posts: 2

[Solved] Delayed boot,waiting for WiFi.

If WiFi is off, q4os boot waits for 1 min 39 sec to start "Job nmbd.service" .
How to avoid this delay and boot q4os without WiFi 'On'?
The exact text is

'[***] Job nmbd.service/start running (1 min 14 s / 1min 39s): nmbd: No localIpv4 non-loopback interface available, waiting for interface ...'

(I am unable to upload image)

Last edited by Jag59 (2025-10-15 00:52)

Offline

#2 2025-10-14 11:12

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,107
Website

Re: [Solved] Delayed boot,waiting for WiFi.

Welcome to the forum smile Your account has been promoted, so you can attach files now.

Nmbd is the service for Samba share, a kind of network file sharing. It waits for a possible network connection. If you are not using it, feel free to disable it or uninstall it:
$ sudo systemctl disable nmbd.service
or remove Samba completely:
$ sudo apt remove samba

Offline

#3 2025-10-14 11:21

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,107
Website

Re: [Solved] Delayed boot,waiting for WiFi.

You can also change the "TimeoutStartSec" value for a systemd service following this https://unix.stackexchange.com/question … eout-value

Offline

#4 2025-10-15 00:41

Jag59
Member
Registered: 2025-10-14
Posts: 2

Re: [Solved] Delayed boot,waiting for WiFi.

q4osteam wrote:

Welcome to the forum smile Your account has been promoted, so you can attach files now.

Nmbd is the service for Samba share, a kind of network file sharing. It waits for a possible network connection. If you are not using it, feel free to disable it or uninstall it:
$ sudo systemctl disable nmbd.service
or remove Samba completely:
$ sudo apt remove samba

"$ sudo apt remove samba" did the job and this much is sufficient for me. I am not a advanced user and can't hope much at the age of 68 though using Linux since @18 years and doing whatever little is possible for me in encouraging, helping others to use it. 

Thanks for the worm welcome and promoting the account.

Offline

Board footer

Powered by FluxBB