UPDATED (June 2021): 17-distro multi-boot image for Pinephone (incl. 3GiB variant) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127) +--- Thread: UPDATED (June 2021): 17-distro multi-boot image for Pinephone (incl. 3GiB variant) (/showthread.php?tid=11347) |
RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - megous - 11-13-2020 (11-09-2020, 03:42 PM)utopiah Wrote: Thanks for the great work. It's one of the most convenient way to showcase how much freedom we get from having a device we truly own.I can only conveniently add systems that have either rootfs tarball or SD card image available. Adding pmOS variants is already a pita, and I looked at NixOS, and it seems even more complicated than that. If someone can provide/point me to a tarball/image of NixOS, I'll hapilly add it. I don't see a way on that page to download the build output. (11-06-2020, 02:06 PM)Avisando Wrote: Hi megous. Thank you very much for making this valuable project available to us. I look forward to the next version of your work.Yep, one of the things I'd like to add is a "management" OS with a GUI/TUI for these kinds of tasks. (reverting to original snapshots, resizing to SD card's size, etc.) I excluded glodroid, because I expect it will not run with a non-android partitioning scheme. RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - bb010g - 11-13-2020 (11-13-2020, 10:44 AM)megous Wrote:Making NixOS share a kernel with its sibling distros would be possible, but also pretty inconvenient, and it'd be fighting most of NixOS's boot.kernel* options (they'd have to be locked down to whatever your non–Nixpkgs-built kernel binary was built with, and it'd generally be a huge pain & potentially result in users having to rebuild kernel-adjacent packages from source). As someone typing this message from a desktop NixOS install, I wouldn't recommend trying to mix NixOS into your multi-boot pack.(11-09-2020, 03:42 PM)utopiah Wrote: I discovered just earlier today via Pinephone first steps https://scattered-thoughts.net/writing/pinephone-first-steps/ that there is also Mobile NixOS dedicated for the pinephone https://mobile.nixos.org/devices/pine64-pinephone.html with builds couple of weeks old https://hydra.nixos.org/job/mobile-nixos/unstable/device.pine64-pinephone.x86_64-linuxI can only conveniently add systems that have either rootfs tarball or SD card image available. Adding pmOS variants is already a pita, and I looked at NixOS, and it seems even more complicated than that. If someone can provide/point me to a tarball/image of NixOS, I'll hapilly add it. I don't see a way on that page to download the build output. RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - Avisando - 11-13-2020 I get it. However, it will always be possible to install Anbox. Thanks for your answer. RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - axel - 11-19-2020 Hey guys, I'm trying to get multi-boot running too so I can easily play around with different distros. I got the image flashed to SD card and looks like I got the file system extended. However I got this message: Code: The partition table has been altered. And now I'm stuck trying to mount the partition to extend it as well Code: $ lsblk But according to instructions I need to mount the partition, not the while disk Code: $ sudo mount /dev/mmcblk1p2 /mnt Not sure if this is a good sign either: Code: $ sudo btrfs check /dev/mmcblk1p2 Thanks for putting this together! RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - megous - 11-22-2020 There's gonna be a new multi-boot release soon: https://megous.com/dl/tmp/p-boot.png RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - axel - 11-23-2020 @megous that's awesome, looking forward to it. I assume the process stays the same - any ideas what went wrong with my partition resizing (or should I not bother next time and see if it boots first) Also is it expected that I had to run `partprobe`? Maybe worth adding to the instructions if so RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - Avisando - 11-23-2020 (11-22-2020, 10:27 PM)megous Wrote: There's gonna be a new multi-boot release soon: https://megous.com/dl/tmp/p-boot.pngThanks in advance. RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - p1trson - 11-23-2020 (11-23-2020, 12:11 AM)axel Wrote: @megous that's awesome, looking forward to it. I did follow the instructions as per https://xnux.eu/log/#toc-resizing-the-partition-after-flashing-the-image and had no problems and didn't have to do anything else in addition. RE: UPDATED: 13-distro multi-boot image for Pinephone (incl. 3GiB variant) - megous - 11-23-2020 New version is now available. https://xnux.eu/p-boot-demo/ News: - more distros (Manjaro, Arch dreemurrs, Jumpdrive, pmOS / plasma desktop) - removed PureOS - all distros updated to the latest versions - p-boot has more features, auto-repeat for volume keys, scrolling menu, reboot to eMMC OS, air-gapped boot mode, battery indicator - newer kernel (5.10-rc5) with 60fps fix Build tool was also updated, and can generate the zstd compressed and deduplicated btrfs filesystem from the source rootfs tarballs in about 2 minutes by running decompression/deduplication in 16 parallel threads. Or in 8 minutes when maxing out zstd compression level in btrfs. RE: UPDATED: 17-distro multi-boot image for Pinephone (incl. 3GiB variant) - p1trson - 11-23-2020 cool stuff! will test and report, donation on its way pozdravujem zo Slovenska |