After updating one of the images (OpenPli 9) installed in Multiboot (USB slot), I get an error after rebooting
Code:
< 753.193665> 05:12:16.4815 Traceback (most recent call last):
< 753.193917> 05:12:16.4817 File "/usr/lib/enigma2/python/StartEnigma.py", line 439, in <module>
< 753.194870> 05:12:16.4827 from Components.SystemInfo import SystemInfo # noqa: E402 don't move this import
< 753.195400> 05:12:16.4832 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
< 753.195543> 05:12:16.4833 File "/usr/lib/enigma2/python/Components/SystemInfo.py", line 176, in <module>
< 753.195885> 05:12:16.4837 File "/usr/lib/enigma2/python/Tools/Multiboot.py", line 97, in getMultibootslots
< 753.196328> 05:12:16.4841 bootArgs = open("/sys/firmware/devicetree/base/chosen/bootargs", "r").read()
< 753.196885> 05:12:16.4847 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
< 753.197089> 05:12:16.4849 FileNotFoundError: [Errno 2] No such file or directory: '/sys/firmware/devicetree/base/chosen/bootargs'
When updating OpenPli9, there was a kernel update... The file specified in the traceback is missing, that's why the error. I looked at the source code of Multiboot.py and it does not provide a "try/except" construct if the file is missing...
Is there any way to get out of this situation without reinstalling the image?