Still struggling with 30/8 updates

I had the same issue at the last big update 20.7.25

This weekend I did the latest updated and was stuck after the Bootloader screen again.
I could fix it by using the live-usb and chroot in to it:

grub-update
grub-update() {
    # sudo grub-install --recheck && sudo update-grub
    sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck --verbose
    sudo mkinitcpio -P
    sudo update-grub && sudo tree /boot/efi
}

And this time I did make a screenshot of the error output:
https://paste.c-net.org/EarthlyDearborn