Apps not auto starting again since updating to v1.4.3

I have the same issue as the previous v1.4.2 beta in that some container apps do not automatically start. I have to manually start them each time I boot the OS.

I previously posted about the same thing here: More issues with the beta 2 update - #4 by CogZog

So, would you please tell us what apps are not loading? Screenshots are helpful.




We will investigate your list. And please tell us this:

Will these greyed apps survive in next reboot/restart if you manually start it? Or they won’t start even though you start before the reboot/restart? We need exact list of the survived and not survived apps after your manual start of them. Thanks for your reply.

Hi.

All of the greyed out apps can be started manually but all will revert to greyed out on restart.

To better help you, I have pmed you.

Problem

After updating ZimaOS from version 1.4.2 to 1.4.3, all Docker-based apps stopped working. The Docker service failed to start because it was trying to load an incompatible NVIDIA GPU runtime (nvidia-container-runtime).

Solution

The problem was solved by renaming the Docker service override file that forced the system to use the NVIDIA runtime.

Command:

Bash
mv /etc/systemd/system/docker.service.d/override.conf /etc/systemd/system/docker.service.d/override.conf.disabled

After renaming the file and rebooting, the Docker daemon was able to start normally without attempting to load the GPU runtime. As a result, Docker functionality was restored, but without NVIDIA GPU support.

3 Likes

cant move

─── Welcome to Zima OS, root ───
Date: Monday, November 17, 2025 | Uptime: up 27 minutes

root@192:/root ➜ # cat /etc/systemd/system/docker.service.d/override.conf.disabled
cat: /etc/systemd/system/docker.service.d/override.conf.disabled: No such file or directory
root@192:/root ➜ # cat /etc/systemd/system/docker.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd --host=fd:// --add-runtime=nvidia=/usr/bin/nvidia-container-runtime
MountFlags=sharedroot@192:/root ➜ # mv /etc/systemd/system/docker.service.d/override.conf /etc/systemd/system/docker.service.d/override.conf.disabled
mv: cannot overwrite β€˜/etc/systemd/system/docker.service.d/override.conf.disabled’: No space left on device
root@192:/root ➜ #