pcengines_apu_alpine_linux
PC Engines APU2 - Alpine Linux 3.9
Install Alpine in sys mode on local SSD.
- Download Alpine Linux x86_64: https://alpinelinux.org/downloads/
- dd image to USB drive
- Update APU2 BIOS if needed, connect via serial console.
- Boot APU2 from USB, F10, select USB drive
- At
boot:
press TABBooting from Hard Disk... ISOLINUX 6.04 6.04-pre1 EHDD Copyright (C) 1994-2015 H. Peter Anvin et al boot: vanilla boot:
- Type the name, append console settings and press ENTER:
vanilla console=ttyS0,115200
<SNIP> * Creating user login records ... [ ok ] * Wiping /tmp directory ... [ ok ] * Setting hostname ... [ ok ] * Starting busybox syslog ... [ ok ] * Starting firstboot ... [ ok ] Welcome to Alpine Linux 3.9 Kernel 4.19.18-0-vanilla on an x86_64 (/dev/ttyS0) localhost login:
- Log in with root and no password.
- Run the
setup-alpine
script. - Reboot with the same console 'trick' as above.
- Add a new user with
adduser
. - Edit
/etc/motd
. - Enable serial console access, edit
/etc/update-extlinux.conf
, then runupdate-extlinux
- reboot
- If u encounter a long delay at boot, it might be an entropy (randomness) problem, install haveged:
apk add haveged rc-service haveged start rc-update add haveged default
pcengines_apu_alpine_linux.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1