PINE64
July 1 upgrade of Mobian Bookworm boot loops. - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177)
+--- Forum: PinePhone Pro Software (https://forum.pine64.org/forumdisplay.php?fid=179)
+--- Thread: July 1 upgrade of Mobian Bookworm boot loops. (/showthread.php?tid=19326)



July 1 upgrade of Mobian Bookworm boot loops. - mburns - 07-02-2024

It must be the kernel update then. I can continue to boot from the Trixie installation on the main chip. And then use my rescuemobian script to continue trying the upgrades on the Bookworm installation. Edit this to your installation, and then continue to try upgrades from this temporary environment.

Code:
#! /bin/bash
cd /home/d1/root
mount /dev/mmcblk1p1 /home/d1/boot
mount --bind /proc /home/d1/proc
mount --bind /sys /home/d1/sys
mount --bind /dev /home/d1/dev
mount --bind /run /home/d1/run
chroot /home/d1



RE: July 1 upgrade of Mobian Bookworm boot loops. - mburns - 07-14-2024

(07-02-2024, 10:41 AM)mburns Wrote: It must be the kernel update then. I can continue to boot from the Trixie installation on the main chip. And then use my rescuemobian script to continue trying the upgrades on the Bookworm installation. Edit this to your installation, and then continue to try upgrades from this temporary environment.

Code:
#! /bin/bash
cd /home/d1/root
mount /dev/mmcblk1p1 /home/d1/boot
mount --bind /proc /home/d1/proc
mount --bind /sys /home/d1/sys
mount --bind /dev /home/d1/dev
mount --bind /run /home/d1/run
chroot /home/d1

Never mind then. I will treat this as a failing microSD card, and just remove it. Updates are slow. This is the second chip to be removed for this.


RE: July 1 upgrade of Mobian Bookworm boot loops. - mburns - 08-13-2024

So. Updating another installation of Mobian on another microSD card causes a failure to boot again, Bookworm or Trixie. Has support in Mobian for booting from the removable chip lapsed?