PSA: check your /etc/fstab (if you're updating instead of re-flashing)
#1
In older reference releases of Manjaro (e.g. the factory preloaded image on the Manjaro CE), the fstab entry for the boot partition used "LABEL=BOOT_MNJRO" as the identifier. Somewhere down the line, this changed to "UUID=fat-uuid". If you try to upgrade with the old "LABEL" line, the whole line becomes corrupted ("less" warns you it may be a binary file, the line is displayed as "^@" symbols), which causes random but frequent kernel panics and oopses, making the phone unusable.

What you need to do is run "blkid" (possibly as root), take note of the filesystem UUID (not PARTUUID) for the partition with LABEL=BOOT_MNJRO, and replace the corrupted line in /etc/fstab with the following:
Code:
UUID=your-uuid        /boot        vfat        defaults        0 0
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Crash when Updating Manjaro-Plasma. Hanging on "checking available disk space" UN_Owen 0 1,107 06-27-2021, 01:38 PM
Last Post: UN_Owen

Forum Jump:


Users browsing this thread: 1 Guest(s)