Installing Manjaro from SD to eMMC in Pinebook

This one was the solution:

appelgriebsch

  1. boot from microSD
  2. open up a terminal
  3. go to the folder holding your downloaded image file
  4. get root via sudo su -
  5. run xzcat Manjaro-ARM-sway-pbpro-20.08.img.xz | dd of=/dev/mmcblk2 bs=1M status=progress conv=fsync to flash it to eMMC
  6. after it’s done reboot the pbpro and follow the initial setup wizard steps
2 Likes