Closed mpmc closed 1 year ago
The error (exitcode 1) is caused by cdebootstrap-static
bailing out.
This also happened on early releases of buster
I'm afraid this is something that needs to be fixed upstream.
EDIT: This may also be caused by the fact that the installer is still on buster
. So, you're using buster's version of cdebootstrap-static
. I'm guessing the installer should be on bullseye
too. 🤔
EDIT2:
I've tried building the installer using bullseye
.
There are four packages that can't be found if you just change this line:
https://github.com/FooDeas/raspberrypi-ua-netinst/blob/90b1846a7340316c5efb233229aacdc86b9015b9/update.sh#L19
to read release=bullseye
:
libf2fs5
for which I could not find a replacement 😕 .libgcc1
which seems odd. I replaced it by libgcc-s1
which IS available, but not sure if that is a correct replacement.libhogweed4
can be replaced by libhogweed6
libnettle6
can be replaced by libnettle8
Building the installer then runs to completion without further issues. As I am not near any of my Pies, I have not yet been able to test if this installer will actually result in a working system.
@FooDeas : could you comment on this? Am I on the right track? Where do you stand on upgrading (at least) the installer itself to bullseye
provided these endeavours where to be succesfull?
EDIT3 : tested my work (see above) on one of my Pies today (15OCT2021). Additional work is needed.
(to be continued)
I'm interested in this aswell
I'm stuck with this. The workaround that works for me is using the installer with buster
and then upgrade using #225 (don't forget to look at my last comment though!).
When are we having an official release for bullseye?
This is such a great project that has been useful to me for so many years, I really hope to see bullseye support soon. Cheers :+1:
Will be fixed in the upcoming release!
I decided to do a bit of testing and while an in place upgrade from buster to bullseye does work[1]. a fresh install does not and bails with
W: parser_rfc822: Iek! Don't find end of value!
Full log from telnet...
Would be awesome if we could get this fixed. Thanks
[1]: On an existing fresh install of buster - I just edited apt sources to point to bullseye from the raspberrypi.org mirror, and did the usual update/upgrade/dist-upgrade etc dance. Rebooted OK & came up no issues.