Benn
Benn
> Yes, that is possible. However (a) the majority of the runtime is spent in qemu doing an `apt distupgrade` inside of the new image, i.e. the container creation and...
Thx. Will have another look at this when I'm free in about 2 weeks.
I've run into an issue in working through this. Pretty sure I didn't see this before, but now I am, and I'm stuck. dodocker ``` sudo docker run --privileged --network...
I narrowed down to this test because using sdm per your instructions was getting the error I noted. But you didn't specify using `--chroot`, how did sdm work for you?
What is the `wsdd2` service in released Trixie?
Unfortunately the `dd` command in busybox (used in initramfs) doesn't appear to support `status=progress`, so no easy solution. You didn't mention which OS you're using. This process works well on...
Well, there are changes in cryptsetup for Trixie, need to sort out the required new magic incantations. I'll post here when there's something for you to try.
It turns out that this is an old bug that has resurfaced. This issue first showed up 5 months ago (or so), and after a [debug session with the cryptsetup...
RaspberryPi issue: https://github.com/raspberrypi/trixie-feedback/issues/5
> Adding the `kernel=kernel8.img` line and keeping `auto_initramfs=1` and rebooting after, then starting sdm didn't work. I'll try your original edit of the comment in the morning. Huh. I'll retest...