You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running rpi-imager with --cli on Raspberry Pi OS Lite (with no desktop) fails because of missing OpenGL libraries.
$ sudo rpi-imager --cli --first-run-script ./firstrun.sh 2024-11-19-raspios-bookworm-arm64-lite.img.xz /dev/nvme0n1/tmp/.mount_rpi-imjBVGEC/AppRun.wrapped: error while loading shared libraries: libGLX.so.0: cannot open shared object file: No such file or directory
I would expect the cli mode to work without those libs.
Workaround
I've installed additional packages one by one until it works:
What happened?
Running rpi-imager with
--cli
on Raspberry Pi OS Lite (with no desktop) fails because of missing OpenGL libraries.I would expect the
cli
mode to work without those libs.Workaround
I've installed additional packages one by one until it works:
Maybe only the last is needed due to dependencies.
Version
1.9.1
What host operating system were you using?
Linux
Host OS Version
Raspberry Pi OS Lite (64 bits)
Selected OS
Raspberry Pi OS Lite (64 bits)
Which Raspberry Pi Device are you using?
Raspberry Pi 5
What kind of storage device are you using?
SSD NVMe
OS Customisation
Relevant log output
The text was updated successfully, but these errors were encountered: