01-18-2023, 07:41 PM
(01-17-2023, 05:24 AM)wdt Wrote: Since mid 2021 I would assume previous wifi and manjaro?The boot partition had the dirty bit set, the root partition was ok.
Do a fsck on the 2 emmc partitions, do it more than once (and maybe with -f,,,force)
examine extlinux.conf (on boot partition) and fstab (on /) to see if they seem about right
blkid for uuid's
There was no blkid in the extlinux.conf or fstab, only labels. The LABEL=ROOT_MNJRO_MNJRO
was wrong, I changed it to LABEL=ROOT_MNJRO, after that the old Manjaro came up.
LABEL Manjaro ARM
KERNEL /Image
FDT /dtbs/rockchip/rk3399-pinebook-pro.dtb
APPEND initrd=/initramfs-linux.img console=tty1 console=ttyS2,1500000 root=LABEL=ROOT_MNJRO_MNJRO rw rootwait video=eDP-1:1920x1080@60 video=HDMI-A-1:1920x1080@60 bootsplash.bootfile=bootsplash-themes/manjaro/bootsplash
I will replace the Manjaro with something newer. Thanks for the hints.