I am running a PI3 B+ and like to install Rasbian bullseye.
Followed all steps - but the install_zk_sw.sh step hangs.
Traced it down to the step apt install zkifc. This step just hangs.
Killing the process and running a dpkg --configure -a comes back with the message:
Setting up zkifc (1.2-36) …
rm: cannot remove ‘/var/lib/zymbit/zkenv.conf.jetson’: No such file or directory
and then hangs.
Which version of bullseye are you trying to install? 32-bit or 64-bit? Lite, desktop, full? Did you start with a clean image? A quick check here of the install went fine.
I cannot figure out what the status is of this bug - but it seems, it is still there.
Also for my config, I did not set a user/passwd and the userconfig.service blocked everything.
The issue was solved setting:
systemctl disable userconfig
Hope, this helps someone else if hitting this problem.