Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


pc_engines_apu2_arch_linux

This is an old revision of the document!


PC Engines APU2 - Arch Linux

Set-up

Bootable USB drive

Boot Arch Linux from USB

  • Boot the APU2 and press F10, select USB boot.
  • Switch console to 38400 baud. Press 'ctrl-l (lima)' to redraw the screen.
  • Select the Boot Arch Linux option and press TAB.
  • Add console=ttyS0,38400 to the kernel line and press enter
  • Log in with user root (no password).
  • If you connected the network cable after booting, request an IP-address
    # dhclient enp1s0
  • Install and run SSHd to complete the installation over SSH:
    select nearby mirror in: /etc/pacman.d/mirrorlist
    
    # pacman -Sy
    # pacman -S openssh
    # passwd root
    # systemctl start sshd

Install Arch Linux

pc_engines_apu2_arch_linux.1577730032.txt.gz · Last modified: 2019/12/30 18:20 by admin