Hey @Rochambeaux,
You have posted about this issue across multiple threads. Log analysis takes time - volunteers have day jobs and families. Creating separate posts for the same underlying problem fragments the investigation and wastes everyone’s effort.
I have analyzed both logs you submitted (bI1vXuh.html for Pi 5, sxwVeNz.html for x86).
The Common Pattern
Both systems show systematic DNS resolution failures during boot. Your x86 log shows Spotify failing 12 consecutive times with “device or resource busy” on DNS lookups. OAuth token refresh fails the same way. NTP cannot resolve pool servers.
Volumio works fine on thousands of installations. When we see identical DNS failures across multiple hardware platforms - Pi 4, Pi 5, Pi 400, and x86 - the problem is not Volumio. The problem is your local network.
Check your router’s DNS configuration. Some routers have DNS caching issues, rate limiting, or simply unreliable DNS forwarding. Try configuring your router to use 8.8.8.8 or 1.1.1.1 as upstream DNS.
Tidal Connect Works - Why?
Your x86 log confirms Tidal played successfully. Tidal Connect works because the Tidal app on your phone pushes to the device - Volumio does not need to initiate outbound connections. Qobuz, Spotify, and Roon all require Volumio to reach out and authenticate, which fails when DNS is broken.
Additional Issues
Your x86 boot partition has filesystem corruption from improper shutdown. Fresh flash required - and always use Settings > Shutdown, never pull power.
Your Pi 5 has a corrupted MPD database. After fixing the network issue:
sudo rm /var/lib/mpd/tag_cache
sudo systemctl restart mpd
If using NAS shares, set vers=2.1 in Advanced Options under Settings > My Music > Sources.
Next Steps
- Fix your local network DNS
- Fresh flash on the x86
- Test one device at a time
- Submit one log, in one thread
A link to 4.084 is https://updates2.volumio.org/pi/volumio/4.084/Volumio-4.084-2025-12-25-pi.zip but rolling back will not help until your local network DNS is sorted.
Kind Regards,