![]() |
How boot Alpine Linux - 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: How boot Alpine Linux (/showthread.php?tid=19416) |
How boot Alpine Linux - realroot - 09-10-2024 I have tow-boot installed and Alpine with linux-lts package that has pinephone files: Code: /boot/dtbs-lts/allwinner/sun50i-a64-pinephone-1.0.dtb When booting I have aqua led and no vibration and it is stuck there. I think that pmOS uses grub + tow-boot for the PPP. Can I use do that too in order to boot? Alpine (default) script installed grub. Can I use p-boot? I have GPT partition table. RE: How boot Alpine Linux - Pavlos1 - 09-12-2024 1. If you're going to be doing this kind of experimentation you should be monitoring the boot logs via the serial console. (Serial is outputted to the headphone jack. You can either purchase the official serial adapter from the pine store or make your own from any 3.3V UART adapter and a pair of old/broken wired headphones based on this pinout.) 2. You need the right kernel. On pmOS the package was linux-megi and later linux-postmarketos, i.e. kernels built specifically for the PinePhone. I don't think you can just grab the ARM version of linux-lts and have it work. RE: How boot Alpine Linux - Kevin Kofler - 09-14-2024 Why would you want to use Alpine directly instead of postmarketOS, which is Alpine ported to the device? (If your issue is systemd: the postmarketOS sxmo edition does not use systemd, and you can also roll your own edition through pmbootstrap and opt out of systemd that way.) RE: How boot Alpine Linux - realroot - 09-20-2024 1. I see can I maybe write the log in a file so that I can check it later? 2. I thought about using pmOS kernel as in Artix I use Danctnix (Arch) kernel. Then I will need to use also some config. pmOS uses different initram and they are going systemd. Also they cannot use btrfs + FDE, right? Admittedly Alpine initram does have an option to customize boot yet, e.g. adding unl0kr for FDE. By switching to system they betrayed Alpine users https://www.alpinelinux.org/: Quote:Small. Simple. Secure. RE: How boot Alpine Linux - linmob - 11-02-2024 (09-20-2024, 05:26 AM)realroot Wrote: pmOS uses different initram and they are going systemd. Maybe read the announcement[url=https://postmarketos.org/blog/2024/03/05/adding-systemd/][/url] again, it's already in the title: They are adding systemd, not switching to it. And: Quote:Don't worry, as long as OpenRC is in Alpine Linux (on which postmarketOS is based), you will still be able to select it in pmbootstrap when building your own images. Now, granted, that's from March. But nothing changed since, and, even at this point in time, you really need to jump through some hoops if want to use systemd with Alpine. All standard images are still "systemd free" if you will. In regard to Quote:Also they cannot use btrfs + FDE, right? I know that pmbootstrap install has a --filesystem option. I've never tried it, but I don't see why combining --fde and --filesystem btrfs should be impossible; so maybe just try Code: pmbootstrap install --fde --filesystem btrfs Hope this helps! |