06-12-2021, 10:56 PM
I hit the same problem on the unstable channel - seems to also be reported here (https://forum.manjaro.org/t/manjaro-arm-...ne/69318/7), but seems to be fixed now if you can upgrade.
I repaired my system differently to the two solutions given above, so thought I would share.
You need to have qemu setup to automatically run aarch64 executables (see here https://ownyourbits.com/2018/06/13/trans...nfmt_misc/). Then do the following:
1. Boot the phone into jumpdrive by flashing jumpdrive to an sd card and booting that.
2. Connect the phone to a linux laptop using the USB cable.
3. Install arch-chroot (sudo apt install arch-install-scripts on Ubuntu 20.10)
4. Mount the phone root drive (I just clicked the folder MNJRO_ROOT in nautilus / nemo)
5. cp /etc/resolve.conf /media/<username>/MNJRO_ROOT/etc/resolve.conf
6. sudo arch-chroot /media/<username>/MNJRO_ROOT
7. sudo pacman -Syyu
I repaired my system differently to the two solutions given above, so thought I would share.
You need to have qemu setup to automatically run aarch64 executables (see here https://ownyourbits.com/2018/06/13/trans...nfmt_misc/). Then do the following:
1. Boot the phone into jumpdrive by flashing jumpdrive to an sd card and booting that.
2. Connect the phone to a linux laptop using the USB cable.
3. Install arch-chroot (sudo apt install arch-install-scripts on Ubuntu 20.10)
4. Mount the phone root drive (I just clicked the folder MNJRO_ROOT in nautilus / nemo)
5. cp /etc/resolve.conf /media/<username>/MNJRO_ROOT/etc/resolve.conf
6. sudo arch-chroot /media/<username>/MNJRO_ROOT
7. sudo pacman -Syyu