A Btrfs Image for Arch SXMO on the Pinephone Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177) +--- Forum: PinePhone Pro Software (https://forum.pine64.org/forumdisplay.php?fid=179) +--- Thread: A Btrfs Image for Arch SXMO on the Pinephone Pro (/showthread.php?tid=18785) |
A Btrfs Image for Arch SXMO on the Pinephone Pro - mburns - 10-08-2023 In order to recover from the unmaintained Manjaro Plasma distribution for the Pinephone Pro, I attempted to convert the Manjaro distribution to use the DanctNIX Arch repositories. But, although I found a cookbook list of steps to convert from Manjaro, the cookbook did not specify correctly how to renew the Arch keys. And I am not sure if the DanctNIX repository is included. So I did not persist, and then gave Rhino Linux a tryout. The keyboard symbols became a priority for me, so I tried to fix the issue on the Mobian Phosh partition. I could only manage to fix the missing symbols on the Linux console screens. Next, I installed a btrfs image of DanctNIX SXMO for the Pinephone Pro. The main partition needed extension using gparted on a USB connection, and the btrfs format had to be explicitly extended. The complete re-installation of the Arch keys was needed. The required Zathura package was not preinstalled, and Megapixels and Surf do not work. The btrfs snapshots are not preconfigured. A bluetooth mouse will not install, but it is kind of an alien idea to SXMO. But the keyboard symbols work! RE: A Btrfs Image for Arch SXMO on the Pinephone Pro - mikehenson - 11-15-2023 (10-08-2023, 12:40 PM)mburns Wrote: In order to recover from the unmaintained Manjaro Plasma distribution for the Pinephone Pro, I attempted to convert the Manjaro distribution to use the DanctNIX Arch repositories. But, although I found a cookbook list of steps to convert from Manjaro, the cookbook did not specify correctly how to renew the Arch keys. And I am not sure if the DanctNIX repository is included. Arch keys are generated by Code: sudo pacman-key --init Then you should sync the packages and update the keyring Code: sudo pacman -Sy Then do a whole system update Code: sudo pacman -Syu If you need to add the DanctNIX repository. Add it to the /etc/pacman.conf Source: https://github.com/dreemurrs-embedded/Pine64-Arch/blob/master/misc/pacman.conf.aarch64 Code: $sudo nano /etc/pacman/conf Then you should sync the packages again RE: A Btrfs Image for Arch SXMO on the Pinephone Pro - mburns - 11-23-2023 The mouse problem was apparently my fault. I did not setup the mouse correctly for pairing. |