Better (than default Debian/MATE) Linux distro? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Better (than default Debian/MATE) Linux distro? (/showthread.php?tid=9287) |
RE: Better (than default Debian/MATE) Linux distro? - RotatingNut - 05-06-2020 (05-03-2020, 03:39 PM)mspohr Wrote:Seconded.(04-15-2020, 06:22 AM)Wizzard Wrote: @mspohr thank you very much for this system, I am using it as a daily driver. I'm using the default distro, too. It works mostly fine, but I think there are better options for the PBP out there. Having some sort of "definitive install guide" for e.g. Manjaro would be awesome, especially now since the PBP will be shipped with Manjaro by default (right?). I recognise that there are some install guides out there, but they do not cover the PBP pertaining differences, e.g. the CPU speed governor would be one such missing detail. RE: Better (than default Debian/MATE) Linux distro? - InsideJob - 05-21-2020 (04-19-2020, 02:46 AM)mlentink Wrote:(04-15-2020, 06:22 AM)Wizzard Wrote: @mspohr thank you very much for this system, I am using it as a daily driver. Everything is a file in Linux (or used to be before Poeterring) so just specify the drive instead of the partition, e.g. if=/dev/sdb not /dev/sdb2. To keep the image size small shrink root (with something like gparted) then get the last sector number of the last partition (gparted provides this info too) and pass that number +1 (for sector 0) to dd as the count= parameter. So if last sector of last partition is #99999 then count =100000. That's it, you just made a complete image. RE: Better (than default Debian/MATE) Linux distro? - mlentink - 05-21-2020 (05-21-2020, 01:17 AM)InsideJob Wrote:(04-19-2020, 02:46 AM)mlentink Wrote:(04-15-2020, 06:22 AM)Wizzard Wrote: @mspohr thank you very much for this system, I am using it as a daily driver. Thanks! We learn everyday! RE: Better (than default Debian/MATE) Linux distro? - digeratus1. - 05-24-2020 (02-25-2020, 02:11 PM)mspohr Wrote: I've been running the "stock" Debian/MATE Linux and it has been improving but it still randomly crashes and has odd problems with video, audio and printers. I haven't tried Ayufan's Ubuntu 20.04 build but my vote so far goes to postmarketOS - http://images.postmarketos.org/pinebookpro/ from @MartijnBraam and the rest of postmarketOS team. RE: Better (than default Debian/MATE) Linux distro? - s3rvant - 06-11-2020 I recently received my PBP and am interested in running Ubuntu as discussed here however I've hit a snag: I flashed my SD card as described by @mrjay by setting up a new partition table and partition, setting the bootable flag and then using dd to copy over the partition image and expanding it to fill the entire drive: (03-01-2020, 02:18 AM)mrjay Wrote: I'm flashing it with command: The system initially booted into Manjaro however restarting the machine did boot into Ubuntu and appeared to be working fine The PBP originally had 2 partitions where the 2nd partition appeared to have similar content to the Ubuntu partition so I dd's the Ubuntu partition image to that 2nd PBP partition and restarted. The PBP power light turned solid green however the screen remained black. I tried several reboots via CTRL+ALT+DEL as well as cold boots until it finally booted to SD again after reseating the SD card and cold booting. I figured the PBP probably needed the same partitions as the SD card to boot so made a new partition table on PBP with single partition set to boot and dd'd the image over again to PBP. Now it will not power on at all. PBP is plugged in and power cable has solid red light however power button doesn't appear to do anything at all. No others lights regardless of how long I hold the power button. Any way to recover the machine? Update: Was able to recover by using a USB eMMC adapter and 2nd PBP to dd their entire eMMC to mine |