01-21-2020, 10:28 PM
This is awesome and so far working great with LUKS! Thank you!
An unofficial Debian Installer for Pinebook Pro
|
01-21-2020, 10:28 PM
This is awesome and so far working great with LUKS! Thank you!
01-22-2020, 02:53 AM
(01-21-2020, 10:12 PM)sharp Wrote: I made a small script to install Bluetooth and brightness key tweaks over top a fresh Debian install. Hopefully I can add more as fixes for other things which are not suitable for the installer become available. Looks like the script is capturing some useful knowledge. However I should be clear that I don't view anything currently in your script as unsuitable for inclusion in the installer. Quite the opposite! I'd really like to encourage pull requests to introduce them. Actually since I'm actively encouraging contributions via pull requests I'd also mention that I have recently added a simple CREDITS.md, don't be shy about updating it if you make any contributions.
01-22-2020, 10:23 AM
(01-22-2020, 02:53 AM)danielt Wrote: Looks like the script is capturing some useful knowledge. However I should be clear that I don't view anything currently in your script as unsuitable for inclusion in the installer. Quite the opposite! I'd really like to encourage pull requests to introduce them. Oh awesome! I'll try to build those tweaks into your installer later today.
01-22-2020, 03:15 PM
So... when I try to run the installer I get:
Code: # ./install-debian So... apparently going to github and doing the "download zip" thing is the wrong way to get this. If this is as it should be, it would be a good idea to update the instructions to mention so.
01-23-2020, 12:00 AM
you need to checkout with git due to submodules in the installer
01-24-2020, 04:45 PM
I just ran an apt upgrade on my Debian with armhf userspace, and it wants to update initramfs after updating cryptsetup-bin and cryptsetup-initramfs.
This hangs, without completing. From /var/log/apt/history..log : Setting up initramfs-tools (0.136) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.136) ... update-initramfs: Generating /boot/initrd.img-5.4.2-2-pinebookpro-arm64 I have to kill this and clear the dpkg lockfiles, but a 'dpkg --configure -a' continues hanging at the same point. Yes, there's plenty of free space on /boot, and it's mounted rw. Could this be because it's mixing armhf binaries with a arm64 kernel? Seems unlikely - but your own original is all arm64-native, so I wonder... Are there suggested fixes, if I need a 64-bit cryptsetup-initramfs?
— Jeremiah Cornelius
"Be the first person not to do something, that no one has thought of not doing before’’ — Brian Eno, "Oblique Strategies"
01-24-2020, 04:48 PM
Installing firefox-esr as arhmf works, but when trying to watch Youtube videos it immediately crashes.
01-24-2020, 05:06 PM
(01-24-2020, 04:48 PM)jpakkane Wrote: Installing firefox-esr as arhmf works, but when trying to watch Youtube videos it immediately crashes. I have been told that installing firefox from unstable fixes many crashes, but I don't know about this one in particular.
— Jeremiah Cornelius
"Be the first person not to do something, that no one has thought of not doing before’’ — Brian Eno, "Oblique Strategies"
01-25-2020, 08:47 AM
Further testing revealed that is also crashes when listening to a podcast. Seems to be audio related.
01-25-2020, 09:55 AM
First, thanks for the installer script - works beautifully, even if more customization would be desired (but then I'm still a noob when it comes to ARM-based systems).
Second, I have a problem I haven't yet found solution to - with Debian Sid I keep getting crashes in rockchip_dri.so. I assume that's Mesa bug? Or maybe I'm missing some extra package, maybe some other firmware besides firmware-misc-nonfree? |