Upgrade Armbian 20.02.01 to Devuan Chimaera on Banana Pi M1

Had terrible problems trying to get Devuan on my bpi with a kernel that has wireguard in it (v5.6+), so I took an Armbian install and frankensnorked it using some if the concepts here in dev1fanboy's stuff.

  • Write the Armbian image to SD and boot it
  • Change /etc/apt/sources.list to
deb http://mishka.snork.ca/devuan/merged chimaera          main
deb http://mishka.snork.ca/devuan/merged chimaera-updates  main
deb http://mishka.snork.ca/devuan/merged chimaera-security main
# apt-get update --allow-insecure-repositories
# apt-get install devuan-keyring --allow-unauthenticated
# apt-get update
# apt-get upgrade
# apt-get install eudev sysvinit-core
# apt-get -f install
# reboot
# apt-get dist-upgrade
# reboot
  • Add the following to /etc/network/interfaces
auto eth0
iface eth0 inet dhcp
# apt-get purge systemd libnss-systemd
# apt-get autoremove --purge
# apt-get purge armbian-bsp-cli-bananapi armbian-config armbian-firmware armbian-zsh html2text network-manager-openvpn network-manager screen toilet toilet-fonts zsh zsh-common
# apt-get autoclean
tips/armbian-to-chimaera-on-bpi.txt · Last modified: 2023-08-06 19:13 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki