I’m trying to generate a configfile for the latest version of the ‘generic-amd64’ device with secureBoot enabled.
When I try to do so, it gives me the error Error: No 6.0.36 release for generic-amd64
The last release for which this works is 6.0.25+rev1, after which there are about 5 more releases: Releases · balena-os/balena-generic · GitHub
If I don’t use the --secureBoot
flag, then config generation works fine for 6.0.36.
I’ve noticed that the list of versions available also stops at 6.0.24+rev1 when using balena cli to download the os:
balena os download generic-amd64 -o /tmp/os.img --version menu
I tried to replicate the problem using open-balena, and I’m running into (kind of) the same issue there: I cannot generate config files when the --secureBoot flag is enabled (for any version). I found on the forums somewhere though that balena os download
commands don’t work for open-balena though, so that might be a different issue.