Skip to content

Some notes about installing Debian on PC Engines Alix and Apu Boards

Notifications You must be signed in to change notification settings

LoremoCH/debian-alix-apu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

How to Install Debian on Alix and Apu2

Apu2

PC Engines APU2 Board

  • Baudrate 115200
  • Tested with Debian Strech
  1. Connect to the Apu2 over a serial cable. You can use any serial console client, for example PuTTY. Apu2 PuTTY

  2. Insert the USB Stick with the current Debian amd64 installer, like this.

  3. Boot the Apu board and press F10 to Enter die Boot Menu.

  4. Choose your Installer stick, in my case is was number 2. Apu2 Boot Menu

  5. Choose install and press TAB to change the boot parameter. Remove the --- quiet and add console=ttyS0,115200 video=off --- Apu2 Debian Installer Boot Params

  6. When you get the undefined video mode number message, just wait 1 to 2 minutes. Apu2 Debian Installer Wait

  7. Proceed with the Debian installer as on a normal computer with vga until you geh the "Installation complete" message. Apu2 Debian Installer Wait

  8. Choose Go Back -> Execute a shell (at the bottom of the menu) -> Enter

  9. Mount special file systems (sys, proc and dev) into target. Like this: mount -o bind /sys /target/sys

  10. Chroot into your new system chroot /target

  11. Open /etc/default/grub with your favorite editor.

  12. Set GRUB_CMDLINE_LINUX_DEFAULT to 'console=ttyS0,115200'

  13. Execute update-grub2

  14. Exit the chroot, the console, choose finish the installation in the installer and reboot the device.

Alix

  • Baudrate 38400

Follows...

Sources

(https://lists.debian.org/debian-boot/2012/08/msg00815.html)

(https://www.coreboot.org/Serial_console)

About

Some notes about installing Debian on PC Engines Alix and Apu Boards

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published