07-20-2023, 11:19 AM
Today's update of Manjaro Plasma will not boot. Here is a script I will use in order to continue updating without a reinstall. I run it on a Mobian installation on the optional microSD chip. I run the script from root on Mobian with Manjaro mounted on /home/d2. Afterwards I am in the Manjaro environment, but safely on the Mobian kernel.
Rescuelil
Rescuelil
Code:
#! /bin/bash
cd /home/d2/root
mount /dev/mmcblk2p1 /home/d2/boot
mount --bind /proc /home/d2/proc
mount --bind /sys /home/d2/sys
mount --bind /dev /home/d2/dev
mount --bind /run /home/d2/run
chroot /home/d2