Home Installing Alpine Linux
Post
Cancel

Installing Alpine Linux

Set-by-step guide to installing Alpine.

  1. Boot from the Alpine ISO
  2. When you are prompted in login, use “root” and a blank password.
  3. Right now you are running from memory. At the “#” prompt, run the “setup-alpine” script.
  4. Choose a keyboard layout
  5. Provide a FQDN for this machine
  6. Select a NIC
  7. Provide an IP address or “dhcp”
  8. Configure the NIC manually or not
  9. Provide a new root password
  10. Provide a time zone (US/Eastern)
  11. Provide a proxy address if you are using a proxy
  12. Select a mirror site or “f” to find the fastest mirror for you
  13. Set up a regular user (highly recommended)
  14. Provide an SSH key if desired
  15. Select an SSH server (openssh is the default)
  16. Select the disk top install the OS onto. Usually “sda”
  17. Select the disk layout (“sys” is good choice)
  18. Erase the disk
  19. Reboot the system (type “reboot”). REQUIRED to complete the installation.

Note: By default, sudo is not installed so to do much you will need to login as root.

This post is licensed under CC BY 4.0 by the author.