12-02-2020, 11:38 AM
Thanks @megous
P.s. small donation sent your way as thanks for your continued efforts
P.s. small donation sent your way as thanks for your continued efforts
UPDATED (June 2021): 17-distro multi-boot image for Pinephone (incl. 3GiB variant)
|
12-02-2020, 11:38 AM
Thanks @megous
P.s. small donation sent your way as thanks for your continued efforts
12-02-2020, 03:00 PM
Thanks for the multi boot image, really awesome.
What is the option where I can make a bootable item from the menu green? Does that make it the current default boot? How do I turn that off when I no longer want it to be the default?
12-12-2020, 11:04 AM
Thank you very much for the update. Your work is greatly appreciated.
12-21-2020, 10:13 AM
Hello everyone. Thanks for the good work on this image. I'm having some issues installing it and I was hoping someone could point me in the right direction.
I'm using a 64GB microSD card plugged into a system running Pop!_OS. I have downloaded the image from the torrent here: https://xnux.eu/p-boot-demo/ and verified the checksum is correct. I have run zcat multi.img.gz | sudo dd of=/dev/sdc bs=1M and verified my card is at /dev/sdc. I have also run the verification step: dd if=/dev/sdc bs=1M count=10000 | sha256sum. I have then powered down my PinePhone, removed the battery, and placed the SD card into the slot. On powerup, the phone boots to Manjaro and has no indication of the multi-image existing. However, when I check in Manjaro, I can see the SD card is being recognized. I know I must be flashing the SD card wrong, but I don't know how. Any tips? Thank you!
12-22-2020, 08:33 AM
I don't see anything wrong there. It's pretty much the same as I did - 128GB SanDisk card in a Brave Heart. Perhaps try the verification step on the phone after it boots into Manjaro just in case it's seeing something different?
12-23-2020, 07:49 PM
(This post was last modified: 12-24-2020, 05:19 PM by Braveheart.)
Hello, I leave in this message all the commands that I have used to resize the partition after flashing the image (I think this could be very useful for newbies):
echo ", +" | sudo sfdisk -n -N 2 /dev/sdd echo ", +" | sudo sfdisk -N 2 /dev/sdd sudo mount /dev/sdd2 /mnt sudo btrfs filesystem resize max /mnt sudo df -h sudo umount /mnt
12-24-2020, 05:27 PM
(This post was last modified: 12-24-2020, 05:57 PM by Braveheart.)
Hello, Arch does not start and Sailfish shows a circle spinning forever.
It is normal? Another question! Will there be a multi-distro update next year? In what month approximately? It's just out of curiosity. Thanks a lot. @megous
12-24-2020, 07:22 PM
(12-22-2020, 08:33 AM)wibble Wrote: I don't see anything wrong there. It's pretty much the same as I did - 128GB SanDisk card in a Brave Heart. Perhaps try the verification step on the phone after it boots into Manjaro just in case it's seeing something different? Thanks wibble. So, that wasn't my issue, but it got me looking in the right place. What was actually happening was that I had inserted the SD card into the SIM slot by accident. What I thought was the Manjaro OS recognizing the SD card was really the eMMC which was labeled as "SD Card Reader" by the Disks app. My fault for assuming. Once I put the card into the right slot it worked perfectly. What a cool thing this is. It boots nearly instantly. Really enjoying these images, especially Mobian.
12-26-2020, 09:36 PM
Installed multi-boot image. Doing this post from Ubports OS. Excellent work by @megous (donation sent). Q: I have installed image to eMMC, stretched partition as per instructions, tried to update OS but only got rotating icon which failed to finish. Is there an issue with OS updates or changing update channels? I remember seeing some mention of kernel differences between vanilla Ubports and Megi multi-boot kernel.
Great work Megi & thanks.
01-03-2021, 09:50 AM
I'm getting this error on attempting to resize the btrfs from Ubuntu 16.04:
[307611.254572] BTRFS info (device mmcblk0p2): disk space caching is enabled [307611.254576] BTRFS: couldn't mount because of unsupported optional features (10). [307611.279604] BTRFS: open_ctree failed It works fine on a recent Gentoo. |