Skip to content

Instantly share code, notes, and snippets.

@fanxcv
fanxcv / howto.md
Created September 28, 2022 10:22 — forked from unixfox/howto.md
Install Alpine Linux on Oracle Cloud ARM VPS with Ubuntu pre-installed
  1. Download the "virtual" type aarch64 ISO file from https://www.alpinelinux.org/downloads/ with wget
  2. Execute sudo dd if=alpine.iso of=/dev/sda
  3. On the Oracle Cloud panel, setup a console connection and connect to the serial console.
  4. Execute sudo reboot
  5. When Alpine is launched and you are logged in as root, execute these commands in the serial console:
mkdir /media/setup
cp -a /media/sda/* /media/setup
mkdir /lib/setup
cp -a /.modloop/* /lib/setup