Yesterday, 07:25 AM
d4s how is initramfs unpacked&packed?
Your instructions is for everyone that has not booted. Trixie users do not reboot!
First back up /etc/crypttab
Second change osk-sdl-keyscript in /etc/crypttab to unl0kr-keyscript
Third sudo apt install --reinstall unl0kr
chroot steps if already rebooted and broke.
First download 2023 mobian img from mobian.org
Second write mobian img to spare SD card
Third put SD card in pinephone and boot while holding down volume button
Fourth when fresh mobian loaded use password 1234 and connect to internet
Fifth open terminal console and sudo su
Sixth apt install cryptsetup-bin
Seventh lsblk to find boot and encrypted fs of onboard mmc
Eight cryptsetup luksOpen /dev/mmblkXpY root X and Y are numbers from lsblk
Ninth mount /dev/mapper/root /mnt
Tenth mount /dev/dev/mmblkApB /mnt/boot A and B are numbers from lsblk
Eleventh for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
Twelfth sudo chroot /mnt
Thirteenth back up /etc/crypttab and change osk-sdl-keyscript in /etc/crypttab to unl0kr-keyscript
Fourteenth sudo apt install --reinstall unl0kr
exit and reboot
unl0kr crashes w/USB keyboard. Bug. Use onscreen keyboard to unlock and boot.
Camera now broken too, can't load firmware. Bug.
Your instructions is for everyone that has not booted. Trixie users do not reboot!
First back up /etc/crypttab
Second change osk-sdl-keyscript in /etc/crypttab to unl0kr-keyscript
Third sudo apt install --reinstall unl0kr
chroot steps if already rebooted and broke.
First download 2023 mobian img from mobian.org
Second write mobian img to spare SD card
Third put SD card in pinephone and boot while holding down volume button
Fourth when fresh mobian loaded use password 1234 and connect to internet
Fifth open terminal console and sudo su
Sixth apt install cryptsetup-bin
Seventh lsblk to find boot and encrypted fs of onboard mmc
Eight cryptsetup luksOpen /dev/mmblkXpY root X and Y are numbers from lsblk
Ninth mount /dev/mapper/root /mnt
Tenth mount /dev/dev/mmblkApB /mnt/boot A and B are numbers from lsblk
Eleventh for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done
Twelfth sudo chroot /mnt
Thirteenth back up /etc/crypttab and change osk-sdl-keyscript in /etc/crypttab to unl0kr-keyscript
Fourteenth sudo apt install --reinstall unl0kr
exit and reboot
unl0kr crashes w/USB keyboard. Bug. Use onscreen keyboard to unlock and boot.
Camera now broken too, can't load firmware. Bug.