I’ve developed a Python application that performs various host-related tasks, such as upgrading packages via apt, downloading and installing apt packages, creating files on the filesystem, and more.
My environment is Ubuntu 22.04/20.04, and I’m using PyInstaller to bundle the application into an executable.
However, I’ve encountered a strange issue: after running the executable and it completes successfully, if I reboot the machine, it fails to boot, and I receive the following errors:
Post Pyinstaller boot errorDoes anyone know what might be causing this?
I tried to reboot the machine and expect it to boot successfully