[ARM Stable Update] 2020-08-25 - LibreOffice, GCC, Pamac, KDE Applications and Kernels

You did not state what device you are using. If it is a RPi you can copy /boot/cmdline.txt.pacsave to cmdline.txt but it would be better instead to rename the ROOT partition to ROOT_MNJRO and will never have to deal with it again with future kernel upgrades.

The newer partitions have changed names from BOOT / ROOT to BOOT_MNJRO / ROOT_MNJRO in the later images. Re-name only the ROOT partion as it will be defined in /boot/cmdline.txt. The BOOT should be ok as it should be defined in /etc/fstab. Yours should say this right now:

[ray@pi4 ~]$ cat /etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
LABEL=BOOT  /boot   vfat    defaults        0       0

@Darksky thanks for you reply, yes I use Raspberry PI4, I cannot see the file /boot/cmdline.txt.pacsave and the content of cmdline.txt is

root=LABEL=ROOT_MNJRO rw rootwait console=ttyAMA0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyAMA0,115200 elevator=noop usbhid.mousepoll=8 snd-bcm2835.enable_compat_alsa=0

Either rename root=LABEL=ROOT_MNJRO to root=LABEL=ROOT or rename your ROOT partition to ROOT_MNJRO. The later would be best. All future kernels will replace the cmdline.txt after each upgrade to root=LABEL=ROOT_MNJRO so you will have to remember to modify it each time.

1 Like

I’m trying to rename the label with e2label but I get this error:

e2label: Filesystem has unsupported read-only feature(s) while trying to open /dev/mmcblk0p2
Could not find a valid superblock for the filesystem

@Darksky in the end the problem was the kernel that only allow me read sd from my sd reader I had to use an USB sd reader to rename the label, after that manjaro-arm works. Thanks a lot, you save me the live two times :heart_eyes:

Seems like blender-2.7-es2 broke again (courtesy of sloth56 for reporting).

blender-2.7: error while loading shared libraries: libopenvdb.so.7.0: cannot open shared object file: No such file or directory

Update:
Might need a few more flags for boots on unstable. Compiling now to see what the results will be

1 Like