Installation: Difference between revisions

From Alpine Linux
(360 intermediate revisions by 27 users not shown)
Line 1: Line 1:
[[Image:hdd_mount.png|left|link=]]
[[Image:hdd_mount.png|left|link=]]
<br />
<br />


This page exists to provide a basic overview to get started. Before actually installing, it can help to skim through the [[Alpine_Linux:FAQ| Frequently Asked Questions (FAQ)]], as well as to refer to the official installation guide at [https://docs.alpinelinux.org/ docs.alpinelinux.org].


{{Tip|This is a wiki!
If something isn't correct, or is incomplete, you will have to figure it out, or ask for the correct solution in the [https://alpinelinux.org/community/ community].


And then carefully edit the wiki page.


This page explains the basics to get started. But before actually installing, it can also help to skim through the [[Alpine_Linux:FAQ| Frequenty Asked Questions (FAQ)]].
Just as those before who did it for you.}}
 


== Minimal Hardware Requirements ==
== Minimal Hardware Requirements ==
{{Main|Requirements}}
* At least 128 MB of RAM. [A graphical desktop system may require up to 512 minimum.]. Note that an installation itself (from ISO) generally requires at least 320 MB during installation.
* At least 0-700 MB space on a writable storage device. [Only required in "sys" or "data" mode installations (explained below). It is optional in "diskless" mode, where it may be used to save newer data and configurations states of a running system.]


* At least 100 MB of RAM. [A graphical desktop system may require up to 1 GB minimum.]
{{Note|
* At least 0-700 MB space on a writable storage device. [Only required in "sys" or "data" mode installations (explained below). It is optional in "diskless" mode, to save newer data states and configurations of a running system.]
For [[Architecture|architectures]] other than X86, refer to their respective pages:
**[[Alpine_on_ARM|Alpine on ARM]]
**[[Ppc64le|64 bit PowerPC]]
**[[S390x|IBM S390x]]
**[[riscv64 |64 bit RISC V]]
**[[loongarch64 |64 bit LoongArch]]
}}


== Installation Overview ==
== Installation Overview ==


=== The general course of actions ===
{{Note|Refer [[#Custom Installation Instructions|custom installation instructions]] for headless system, virtualization etc}}
[Note: For single-board-computer (SBC) architectures which can not boot .iso images, see e.g. [[Alpine_on_ARM|Alpine on ARM]] for peculiarities.]
 
The installation procedure for Alpine Linux '''requires''' basic understanding the '''three modes of running Alpine Linux''' i.e [[#Diskless_Mode|Diskless Mode]], [[#Data_Disk_Mode|Data Disk Mode]] and [[#System_Disk_Mode|System Disk Mode]] . The [[#General_course_of_action|general course]] outlined below is common for all the three modes.
 
=== General course of action ===
# [[#Downloading_installation_image|Download]] the installation image.
# [[#Verifying_downloaded_image|Verify]] the downloaded image.
# [[#Preparing_installation_media|Prepare]] the Installation media (e.g.: CD, DVD, USB drive, SD Card, etc).
# [[#Verifying_Installation_media|Verify]] the Installation media before using it.
# [[#Booting_Installation_Media| Boot]] the target computer using the Installation media.
# Follow the [[Installation#Installation_Step_Details|Installation steps]] to complete the [[#Base_configuration|Base configuration]] i.e complete the pre-setup of [[#Diskless_Mode|"diskless"]] Alpine Linux system.
 
{{Note|It is really helpful for many cases to first complete the [[#Base_configuration|base configuration]], then proceed with installation of the target system with any one of the various [[#Alternate courses of action|alternate]] courses of action.}}
 
=== Alternate courses of action ===
 
Examples of preparation options:
* Download and install some specific driver or software tool.
* Preparing a [[#Custom_partitioning_of_the_harddisk|Custom partitioning]] of the harddisk or filesystem scheme that avoids overwrite of an entire disk.
* Installing something that may be missing in the live system to configure the hardware, e.g. by using the alpine package manager <code>[[Alpine_Package_Keeper|apk]]</code>.
* Use more specific [[Alpine_setup_scripts|setup-scripts]] afterwards in order to proceed with the final installation in a custom way.




As usual, the regular installation procedure starts with three basic steps (additional details for all the steps follow [[Installation#additional details|below]]):<br>
Examples of proceeding options:


* <code>[[Alpine_setup_scripts#setup-lbu|setup-lbu]]</code> to configure a "local backup" location for the [[#Diskless Mode|diskless]] system, and <code>[[Alpine_local_backup|lbu commit]]</code> to then save the local configuration state.
* <code>[[Alpine_setup_scripts#setup-apkcache|setup-apkcache]]</code> to configure a local package cache storage location.
* <code>[[Alpine_setup_scripts#setup-disk|setup-disk]]</code> to add a [[#Data Disk Mode|"data"]] mode partition,
* Use <code>[[Alpine_setup_scripts#setup-disk|setup-disk]]</code> to complete a classic or traditional hard-disk installation using [[#System_Disk_Mode|"sys"]] disk mode onto a partition or to an entire disk.
* Use <code>[[Alpine_setup_scripts#setup-disk|setup-disk]]</code> to [[Dualbooting|Dualboot]] Alpine Linux along side another operating system.


'''1.)''' Downloading and verifying the proper [http://alpinelinux.org/downloads stable-release ISO installation image-file] for the computer's architecture, and the corresponding <code>sha256</code> (checksum) and <code>GPG</code> (signature) files.  
There are many more [[Alpine_setup_scripts|setup-scripts]] available. All these tools may also be run later to adjust specific configurations. For example, to set up a graphical environment as covered under [[Installation#Post-Installation|Post-Installation]] below.


'''2.)''' Either burning the ISO image-file onto a blank CD/DVD/Blu-ray disk with a disk burning software, or flashing the installation image onto a bootable storage device (USB-device, CF-/MMC-/SD-card, floppy, ...).
=== Alpine Linux modes ===


'''3.)''' Booting the computer from the prepared disk or storage device.
Alpine Linux can be installed and run in following three modes.  


===='''Diskless Mode'''====
This means the entire operating system with all applications are first loaded into RAM and then only run from there. This is the method already used to boot the .iso installation images, however <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> can also configure the installed system to continue to boot like this if "disk=none" is specified. The mode is extremely fast and can save on unnecessary disk spin-ups, power, and wear. It is similar to what other linux distributions may call a "frugal" install or boot into with a "toram" option.


The boot process then copies the entire operating system into the RAM, and then runs it completely from RAM. This means that the running command line environment does not depend on reading from the (possibly slow) initial boot media anymore.
Custom configurations and package installations may optionally still be preserved or "persist" across reboots by using the Alpine local backup tool <code>[[Alpine_local_backup|lbu]]</code>. It enables committing and reverting system states by using .apkovl files that are saved to writable storage and loaded when booting. If additional or updated packages have been added to the system, these may also be made available for automatic (re)installation during the boot phase without any (re)downloading, by enabling a [[Alpine_Package_Keeper#Local_Cache|local package cache]] on the writable storage.


Log-in is possible as the user <code>root</code> with its initially empty password.
[[https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10473 FIXME-1]: Storing local configs and the package cache on '''internal disks still require''' [[Alpine_local_backup#Saving_and_loading_ISO_image_customizations|some manual steps]] to have the partition listed, i.e. making a /etc/fstab entry, mountpoint, and mount, *before* running setup-alpine. The linked workaround also still requires to commit these configurations to disk manually before rebooting.]


Then an interactive script called <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> can be called from the command line, to configure and install the initial Alpine Linux system. Alternatively, it's also possible to use more specific [[Alpine_setup_scripts|setup-scripts]], the [[Alpine_Linux_package_management|apk package manager]], and all the general command line tools to set things up. For example, to install a special package requirement to prepare the system before running the interactive <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> script. Or, to fine-tune a newly installed system's configuration right after the install before it starts up for the first time.
If a writable partition is available, <code>setup-alpine</code> can be told to store the configs and the package cache on that writable partition. (Later, another directory on that same partition or another available partition may also be mounted as /home, or for example, for selected important applications to keep their run-time and user data on it.)


Note that <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> can configure the system to boot into one of three '''Alpinelinux disk modes''', "diskless", "data", and "sys":
The boot device of the newly configured local "diskless" system may remain the initial (and possibly read-only) installation media. But it is also possible to copy the boot system to a partition (e.g. /dev/sdXY) with <code>[[Alpine_setup_scripts#setup-bootable|setup-bootable]]</code>.


==='''Diskless Mode'''===  
===='''Data Disk Mode'''====
This is the default boot mode of the .iso images, and <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> configures this if selecting to install to "disk=none". It means that the whole operating system and all applications are loaded into the RAM, and run extremely fast (saving unnecessary disk spin-ups, power, and wear). Customized configurations and package selections may stil be preserved on permanent storage media by saving a local backup with <code>[[Alpine_local_backup|lbu commit]]</code> and enabling a [[Alpine_Linux_package_management#Local_Cache|local package cache]].
This mode also runs from system RAM, thus it enjoys the same accelerated operation speed as "diskless" mode. However, swap storage and the entire {{Path|/var}} directory tree get mounted from a persistent storage device (two newly created partitions). The directory {{Path|/var}} holds e.g. all log files, mailspools, databases, etc., as well as <code>[[Alpine_local_backup|lbu]]</code> backup commits and the package cache. This mode is useful for having RAM accelerated servers with variable amounts of user-data that exceed the available RAM size. It enables the entire current system state (not just the boot state) to survive a system crash in accordance with the particular filesystem guarantees.  


[FIXME-1: This still needs [[Alpine_local_backup#Saving_and_loading_ISO_image_customizations| some manual steps]] to prepare a partition before running <code>setup-alpine</code>.]
[[https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10474 FIXME-2]]: Setup-alpine will create the data partition and mount it as /var, but '''setup-alpine's "data" disk mode can not yet configure lbu config storage settings automatically'''. The '''current workaround''', is to select "none" at the 'where to store configs' prompt (as the new data partition is not listed anyway) and configure lbu manually after <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> exits, and before rebooting:


In setup-alpine, select to store configs and the package cache on a partition. (The same partition may later also be used by configuring some important applications to keep their data run-time data on it.)
# Identify the created data partition, e.g. <code>/dev/sd''XY''</code>, and its filesystemtype, e.g. using <code>''lsblk''</code>
# Manually edit the lbu backups location in <code>/etc/lbu/lbu.conf</code> and configure <code>LBU_MEDIA=sd''XY''</code> (according to the previous findings).
# Save the configuration on that partition for the next boot with <code>lbu commit</code>.
# If (a new) partition fails to get mounted, execute: <code>mkdir /media/''sdXY'' ; echo "/dev/sd''XY'' /media/sd''XY'' ''fstype'' noauto,rw 0 0" >> /etc/fstab</code>, and try <code>lbu commit</code> again.


The system's boot device may remain the initial installation image, and could even be or be set immutable (read-only).
In data disk mode, the boot device may also remain the initial (and possibly read-only) installation media, or be copied to a partition (e.g. /dev/sdXY) with <code>[[Alpine_setup_scripts#setup-bootable|setup-bootable]]</code>.


==='''Data Disk Mode'''===  
===='''System Disk Mode'''====
This mode is still accelerated by running the system from RAM, however swap storage and the whole {{Path|/var}} directory tree gets mounted from a persistent storage device (two newly created partitions). This location holds e.g. all log files, mailspools, databases, etc., as well as <code>[[Alpine_local_backup|lbu]]</code> backup commits and the package cache. The mode is useful for having RAM accelerated servers with amounts of variable user-data that exceed the available RAM size, and to let the entire current system state (not just the boot state) survive a system crash according to the particular filesystem's guarantees.


[FIXME-2: Storing lbu configs to the "data disk" can not be auto-configured after configuring the data partition. One must still first select to save configs to "none" (the new data partition is not listed), and has to manually edit /etc/lbu/lbu.conf to set e.g. LBU_MEDIA=sda2, execute a corresponding <code>echo "/dev/sda2 /media/sda2 vfat rw 0 0" >> /etc/fstab</code> afterwards, and save the config with <code>lbu commit</code> to have the partition (here sda2) mounted when booting.]
This is a traditional hard-disk install. If this mode is selected, the <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> script deletes the existing partitions and creates three partitions on the selected storage device, {{Path|/boot}}, {{Path|swap}} and {{Path|/}} (the filesystem root). This mode may, for example, be used for generic [[:Category:Desktop|desktop]] and development machines.


In this mode, the boot device may also remain the initial installation image and read-only.
Refer [[#Custom partitioning of the harddisk]], if you do not want to use entire disk for Alpine Linux.


==='''System Disk Mode'''===
== Preparing for the installation ==
This is a traditional hard-disk install. If this mode is selected, the <code>[[setup-alpine]]</code> script defaults to create three partitions on the selected storage device, {{Path|/boot}}, {{Path|swap}} and {{Path|/}} (the filesystem root). This mode may be used for generic [[Desktops|desktop]] and development machines, for example.


== Additional Details ==
{{Note|This "Additional Details" section needs to be consolidated with the work at '''[https://docs.alpinelinux.org https://docs.alpinelinux.org] (not finished)'''
(Restructuring things there, moving and linking from here or there?).}}


{{Expand|  }}


This "Additional Details" section needs to be consolidated with the work at '''[https://docs.alpinelinux.org https://docs.alpinelinux.org] (not finished)'''
=== Downloading installation image ===
(Restructuring things there, moving and linking from here or there?).


Download the proper [https://alpinelinux.org/downloads/ stable-release ISO installation image-file] for the target computer's architecture with their corresponding <code>sha256</code> (checksum) and <code>GPG</code> (signature) files.


=== Verifying the downloaded image-file ===
=== Verifying downloaded image ===


{|  class="wikitable" style="width:95%; align=center"
{|  class="wikitable" style="width:95%; align=center"
Line 80: Line 118:
| - ? -  || <code>shasum -a 256 alpine-*.iso</code> || - ? -
| - ? -  || <code>shasum -a 256 alpine-*.iso</code> || - ? -
|-
|-
! BSD  
! OpenBSD 
| <code>sha256 -C alpine-*.sha256 alpine-*.iso</code> ||        || <code>doas pkg_add gnupg;
ftp -o - https://alpinelinux.org/keys/ncopa.asc &#124; gpg --import ;
gpg --verify alpine-<version>.iso.asc alpine-<version>.iso</code>
|-
! FreeBSD 
| - ? - || <code>/usr/local/bin/shasum -a 256 alpine-*.iso</code> || - ? -
|-
! NetBSD  
| - ? - || <code>/usr/local/bin/shasum -a 256 alpine-*.iso</code> || - ? -
| - ? - || <code>/usr/local/bin/shasum -a 256 alpine-*.iso</code> || - ? -
|-
|-
! Windows (PowerShell installed)
! Windows
|                - ? -            || <code>Get-FileHash .\alpine-<image-version>.iso -Algorithm SHA256</code> || - ? -
|                - ? -            || <code>certutil -hashfile alpine-*.iso SHA256</code> || - ? -
|}
|}


=== Flashing (direct data writing) the installation image-file onto a device or media  ===
=== Preparing installation media  ===
{{Seealso|Burning ISOs}}


{{Note|These instructions are exclusively for x86_64 and x86. For ARM boards, see [[Alpine on ARM#Preparing installation media|Alpine on ARM]].}}


Under Unix (and thus Linux), "everything is a file" and the data in the image-file can be written onto a device or media with the <code>dd</code> command. Afterwards, <code>eject</code> can remove the target device from the system, to ensure the completion of all writes and clearing of the cache.
==== Unix/Linux ====


dd if=<iso-file-to-read-in> of=<target-device-node-to-write-out-to> bs=4M oflag=sync status=progress; eject <target-device-node-to-write-out-to>
Under Unix (and thus Linux), "everything is a file" and the data in the image-file can be written to a device or media with the <code>dd</code> command. Afterward, executing the <code>eject</code> command removes the target device from the system and ensures the write cache is completely flushed.


Be careful to correctly identify the target device to overwrite, because all previous data on it will be lost! All connected "bulk storage devices" can be listed with <code><nowiki>lsblk</nowiki></code>.
{{Cmd|dd if{{=}}<iso-file-to-read-in> of{{=}}<target-device-node-to-write-out-to> bs{{=}}4M; eject <target-device-node-to-write-to>}}


  $ lsblk
Be careful to correctly identify the target device as any data on it '''will''' be lost! All connected "bulk storage devices" can be listed with <code><nowiki>lsblk</nowiki></code> and <code><nowiki>blkid</nowiki></code>.
 
  # lsblk
  NAME            MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT
  NAME            MAJ:MIN RM  SIZE RO TYPE  MOUNTPOINT
  sdX              0:0    0  64,0G  0 disk   
  sdX              0:0    0  64,0G  0 disk   
  ├─sdX1            0:1    0    2G  0 part   
  ├─sdX1            0:1    0    2G  0 part   
  └─sdX2            0:2    0    30G  0 part  /mnt/sdX2
  └─sdX2            0:2    0    30G  0 part  /mnt/sdX2
# blkid
/dev/sdX1: LABEL="some" UUID="..." TYPE="vfat"
/dev/sdX2: LABEL="other" UUID="..." TYPE="ext4"
For example, if /dev/sdX is the desired target device, first make sure you un-mount all mounted partitions of the target device. For example sdX1 and sdX2:


{{Cmd|umount /dev/sdX1 /dev/sdX2}}


For example, if /dev/sdX is the desired target device to write the image to here, then first make sure to un-mount all mounted partitions of the target device individually. For example sdX1 and sdX2.
For <code>dd</code>'s output-file (<code>of=</code>), do '''not''' specify a partition number. For example, write to sdX, '''not''' sdX1:


umount  /dev/sdX1  /dev/sdX2
{{Warning| '''This will overwrite the target device /dev/sdX''', so before executing, make sure you have a backup of the data if you can't afford to lose it.}}


{{Cmd|# dd if{{=}}~/Downloads/alpine-standard-3.00.0-x86_64.iso of{{=}}/dev/sdX bs{{=}}4M; eject /dev/sdX}}


For <code>dd</code>'s out-file (<code>of=</code>), however, do '''not''' specify a partition number. For example, write to sdX and not sdX1:
==== Windows ====


Warning: '''This will completely erase the target device /dev/sdX''', so before executing, make sure to really have a backup of the data if still need.
For example, there is the [https://rufus.ie/ Rufus] program. Rufus will enable you to create bootable USB flash drives under Windows.  


dd if=~/Downloads/alpine-standard-3.00.0-x86_64.iso of=/dev/sdX bs=4M oflag=sync status=progress; eject /dev/sdX
Rufus has been tested and works for Alpine Linux 3.12.x with the following settings:
* '''Partition scheme''': <code>MBR</code>  '''Target system''': <code>BIOS or UEFI</code>
* '''File system''': <code>FAT32</code>      '''Cluster size''': <code>4096 bytes (default)</code>


===  Verifying the written installation media ===
===  Verifying Installation media ===


After detaching and re-attaching the device, a bit-wise comparison can verify what has been written to the device (instead of just data buffered in RAM). If the comparison terminates with an end-of-file error on the .iso file side, all the contents from the image has been written (and read again) successfully:
After detaching and re-attaching the device, a bit-wise comparison can verify the data written to the device (instead of just data buffered in RAM). If the comparison terminates with an end-of-file error on the .iso file side, all the contents from the image have been written (and re-read) successfully:


  # cmp ~/Downloads/alpine-standard-3.00.0-x86_64.iso /dev/sdX
  # cmp ~/Downloads/alpine-standard-3.00.0-x86_64.iso /dev/sdX
  cmp: EOF on alpine-standard-3.00.0-x86_64.iso
  cmp: EOF on alpine-standard-3.00.0-x86_64.iso


=== Booting from external devices ===
=== Booting Installation Media ===
 
Insert the [[#Preparing_installation_media|Installation media]] to a proper drive or port of the computer and turn the machine on, or restart it, if already running.
{{Note| To successfully boot and install Alpine Linux, disable [[Alpine_and_UEFI#How_to_boot_unsigned_code?|secure boot]] in the BIOS. Once Alpine Linux is installed, this can be [[UEFI_Secure_Boot|enabled]].}}
If the computer does not automatically boot from the desired device, one needs to bring up the boot menu and choose the media to boot from. Depending on the computer, the menu may be accessed by repeatedly pressing a key quickly when booting starts. Some computers require that you press the button ''before'' starting the computer and hold it down while the computer boots. Typical keys are:  {{key|F9}}-{{key|F12}}, sometimes {{key|F7}} or {{key|F8}}. If these don't bring up the boot menu, it may be necessary to enter the BIOS configuration and adjust the boot settings, for which typical keys are: {{key|Del}} {{key|F1}} {{key|F2}} {{key|F6}} or {{key|Esc}}.
 
== Installation Step Details ==
 
=== Boot Process ===
 
The boot process of the alpine installation image first copies the entire operating system into the RAM memory, and then already starts a complete Alpine Linux system from there. It will initially only provide a basic command line environment that does not depend on reading from any (possibly slow) initial boot media, anymore.
 
Local log-in is possible as the user <code>root</code>. Initially, the '''root''' user has no password.
 
At the command prompt, an interactive script named <code>setup-alpine</code> is available to configure and install the initial Alpine Linux system. Launch the Alpine Linux Installation by running the <code>setup-alpine</code> script :


Insert the boot media to a proper drive or port of the computer and turn the machine on, or restart it, if already running.
{{Cmd| #setup-alpine}}


If the computer does not automatically boot from the desired device, one needs to bring up the boot menu selection for choosing the media to boot from. Depending on the computer the menu may be accessed by quickly (repeatedly) pressing a key when booting starts, or sometimes it is needed to press the button before starting the computer and keep holding it when it boots. Typical keys are:  `F9`-`F12`, sometimes `F7` or `F8`. If these don't bring up the boot menu, it may be necessary to enter the BIOS configuration and adjust the boot settings, for which typical keys are: `Del.` `F1` `F2` `F6` or `Esc.`
=== Base configuration ===
The question-and-answer dialog of <code>setup-alpine</code> takes care of the base configuration.  


It allows to configure the system to boot into one of three different '''Alpine Linux "disk" modes''':  [[Installation#Diskless_Mode|'''"diskless"'''(none)]],  [[Installation#Data_Disk_Mode|'''"data"''']]  or [[Installation#System_Disk_Mode|'''"sys"''']].


=== Questions asked by <code>setup-alpine</code> ===
[[File:Installation-alpine-alpine-setup-3-setup-scripts.png|350px|thumb|right|Example <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> session]]
[[File:Installation-alpine-alpine-setup-3-setup-scripts.png|350px|thumb|right|Example <code>setup-alpine</code> session]]


The <code>[[setup-alpine]]</code> script offers to configure:
The <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> script offers the following configuration options:


* '''Keyboard Layout''' (Local keyboard language and usage mode, e.g. ''us'' and variant of ''us-nodeadkeys''.)
* '''Keyboard Layout''' (Local keyboard language and usage mode, e.g. ''us'' and variant of ''us-nodeadkeys''.)
* '''Hostname''' (The name for the computer.)
* '''Hostname''' (The name for the computer.)
* '''Network''' (For example, automatic IP address discovery with the "DHCP" protocol.)
* '''Network''' (For example, automatic IP address discovery with the "DHCP" protocol.)
* '''DNS Servers''' (Domain name servers to query. For privacy reasons it is NOT recommended to route every local request to servers like google's <s>8.8.8.8</s> .)
* '''DNS Servers''' (Domain Name Servers to query. If unsure, leave DNS domain name blank and using <code>[https://quad9.net/ 9.9.9.9 2620:fe::fe]</code> for DNS is typically adequate.)
* '''Timezone'''
* '''Root password''' (the password used to login to the root account)
* '''Proxy''' (Proxy server to use for accessing the web. Use "none" for direct connections to the internet.)
* '''Timezone''' (Optionally display times/dates in your local time zone)
* '''Mirror''' (From where to download packages. Choose the organization to trust giving your usage patterns.)
* '''HTTP/FTP Proxy''' (Proxy server to use for accessing the web/ftp. Use "none" for direct connections to websites and FTP servers.)
* '''SSH''' (Remote login server. The "openssh" is part of the default install images. Use "none" to disable remote logins, e.g. on laptops.)
* '''Mirror''' (From where to download packages. Choose the organization you trust giving your usage patterns to.)
* '''NTP''' (Client package to use for keeping the system clock in sync. Package "chrony" is part of the default install images.)
* '''Setup a user''' (Setting up a regular user account)
* '''Disk Mode''' (Select between diskless (disk="none"), "data" or "sys", as described above.)
* '''NTP''' (Network Time Protocol client used for keeping the system clock in sync with a time server. Package "chrony" is part of the default install image.)
  '''All data on the chosen device will be erased!'''
* '''SSH''' (Secure SHell remote access server. "OpenSSH" is part of the default install image. Use "none" to disable remote login, e.g. on laptops.)
* In most cases, either one of following line(s) is displayed as follows: '''No disks found.''' or ''' Available disks are: sda (128.0 GB JMicron  Tech )'''
* '''Disk Mode''' ( A pre-setup of the "diskless" system or base configuration is completed by answering "none" when asked for the following questions.)
** Which disk(s) would you like to use? (or '?' for help or 'none') '''none'''
** Enter where to store configs (/media/ or 'none') '''none'''
** The location of the package cache '''none'''
 
Base configuration is complete with the above step. Refer to the [[#Alternate courses of action|alternate courses of action]] to proceed further.
 
=== System Disk mode Install  === 
 
At the end of [[#Base configuration|base configuration]] instead of answering none for the above prompts, the [[Installation#System_Disk_Mode|'''Sys Mode''']] or traditional hard-disk install of Alpine Linux can be completed. However, this mode requires an entire hard disk for Alpine Linux.
 
The scripted installation creates three partitions on the selected disk, for /boot, swap and / (filesystem root).  If a non-empty disk is chosen, '''existing partitions are deleted''' before the partitions are created.


If you do not have a dedicated Hard disk for Alpine linux, you have to follow  [[#Custom_partitioning_of_the_harddisk|custom partition]] or refer to [[#Alternate courses of action|alternate courses of action]] to proceed further.


=== Rebooting and testing the new system ===
* At the '''Disk Mode''' stage, instead of '''none''', '''sda''' or relevant disk must be chosen in the below screen:
* Which disk(s) would you like to use? (or '?' for help or 'none') '''sda'''
* Confirmation for the chosen disk appears. '''The following disk is selected: sda    (128.0 GB JMicron  Tech ).'''
* Pay close attention and verify that the disk matches with your requirement. Answering '''none''' or pressing '''Ctrl+c''' will exit/abort the installation process.
{{Warning| If "sys" mode is chosen in the next step, the data on the chosen device will be overwritten!}}
* How would you like to use it? ('sys', 'data', 'lvm' or '?' for help) '''sys'''


After the installation is completed, the system may be power-cycled or rebooted to confirm that everything is working.
Now the script will complete [[Installation#System_Disk_Mode|system disk]] mode installation of Alpine Linux on the chosen disk. Once the traditional hard-disk install of Alpine Linux is complete, you can [[#Rebooting_and_testing_the_new_system|reboot]] the system to start using it.
If the configured disk mode was "sys", the initial installation media must be removed to boot the newly installed system.


The relevant commands for this are <code>reboot</code> or <code>poweroff</code>.
=== Custom partitioning of the harddisk  ===


Refer [[Setting up disks manually|Setting up disks manually]] page for specific configurations related to [[Setting_up_disks_manually#RAID|RAID]], [[Setting_up_disks_manually#Encryption|encryption]], [[Setting_up_disks_manually#LVM|LVM]], etc. as well as to [[Setting_up_disks_manually#Manual_partitioning|manually partition]] the harddisk.


=== Customizing the installation ===
For "diskless" or "data disk" mode installs, manual partitioning may be needed to prepare the harddisk for committing local backups of the system state with <code>[[Alpine_local_backup|lbu commit]]</code>, to have a place for a package cache, or to use it for a /var mount.


The installation script only installs the base operating system. Applications such as a web server, mail server, desktop environment, or web browser are not installed and <code>root</code> is the only user. Please see the "Post-Install" list of links below, for some instructions on how to proceed after installation.
For a "sys" install, custom partitioning is needed only if the desired scheme differs from overwriting an entire disk, or using the default set of a /boot, swap and root partition on the disk.


= Further Documentation =
=== Preparing for the first boot ===


=== Installing ===
If <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> has finished configuring the "sys" disk mode, the system should be ready to reboot right away (see next subsection).


* [[Directly booting an ISO file]] ''(without flashing it to a disk or device)''
If the new local system was configured to run in "diskless" or "data" mode, and you do not want keep booting from the initial (and possibly read-only) installation media, the boot system needs to be copied to another device or partition.
* [[Tutorials_and_Howtos#Networking|Setting up Networking]] ''(incl. non-standard configurations)''
 
The target partition may be identified using {{ic|lsblk}} (after installing it with {{ic|apk add {{pkg|lsblk}}}}) and/or {{ic|blkid}}, similar to previously identifying the initial installation media device.
 
The procedure to copy the boot system is explained at [[Alpine_setup_scripts#setup-bootable|setup-bootable]]
 
Once everything is in place, save your customized configuration with {{ic|lbu commit}} before rebooting.
 
=== Reboot ===
 
First, remove the initial installation media from the boot drive, or detach it from the port it's connected to.
 
The system may now be power-cycled or rebooted to confirm everything is working correctly.
 
The relevant commands for this are {{ic|poweroff}} or {{ic|reboot}}. Login into the new system with the root account.
 
=== Completing the installation ===
 
The installation script installs only the base operating system. '''No''' applications e.g. web server, mail server, desktop environment, or web browsers are installed.


Please look under [[Installation#Post-Installation|Post-Installation]] below, for some common things to do after installation.


=== Post-Install ===
== Custom Installation Instructions ==


<!-- If you edit post-install, also consider [[Tutorials_and_Howtos#Post-Install]], [[Developer_Documentation#Package_management]] and the Handbook. Here, first there are only most relevant jumping points listed, not exact list duplicates!!!  -->
<!-- This has to be moved to headless installation page -->


Custom-made headless apkovl can be done by first booting the install media on some computer with a display and keyboard attached, or in a virtual machine, and doing an intermediate "diskless" setup of just the boot media (more details below), i.e. using the offical <code>[[Alpine_setup_scripts#setup-alpine|setup-alpine]]</code> to configure the system's network, possibly for dhcp if needed, a ssh server, and a login user. Choosing "disks=none" for now, yet, configure to store configs on the boot media (if it is writable, otherwise on a separate storage media). And afterwards calling <code>[[Alpine_local_backup|lbu commit]]</code> to store the configs as local backup. Then your completed setup, including its securely created own private keys, will readily get (re)loaded on every subsequent (headless) boot from your custom-build <code><hostname>.apkovl.tar.gz</code> stored on the boot media (or on an auxilary media or server location, in case the boot media is read-only).


* [[Setting up a new user]]
{{Note| Specific topics should be kept on separate, individually manageable topic-pages and only get listed with a direct reference (link) on this general page.}}


* [[Enable Community Repository]] ''(providing additional packages)''
* [https://github.com/macmpi/alpine-linux-headless-bootstrap/ Bootstrap Alpine Linux on a headless system] using pre-built <code>apkovl</code> overlay file.
* [[Alpine Linux package management|Package Management (apk)]] ''(general search/add/del packages etc.)''
* [[Kernels]] ''(kernel selection, e.g. for VMs or RPi)''
* [[Alpine setup scripts#setup-xorg-base|<code>setup-xorg-base</code>]] ''(display graphics, if required)''
* [[How to make a custom ISO image with mkimage]] ''(installation media with its own configuration)''
** [[Xfce_Setup]] / [[Desktop-notes]] / [[Xfce_Desktop]] / [[Gnome_Setup]] / [[KDE]]
* [[Directly booting an ISO file]] ''(without flashing it to a disk or device)''
* [[How to get regular stuff working]] ''(things one may miss with a too lightweight Alpine )''
* [[Dualbooting|Dual/multi-boot install to HDD partition]]
* [[Netboot Alpine Linux using iPXE]]
* [[Installing Alpine Linux in a chroot]] <!-- only Installation -->
** [[Buildlab]] ''(Tool for creating and managing chroots)''
* [[Install Alpine on LXC]]
* [[Install Alpine on VMware|VMware]], [[Qemu]], <!-- includes [[Install Alpine in Qemu]], [[Running Alpine in Qemu Live mode]], [[Running Alpine Linux As a QEMU networked Guest]] --> or [[Install Alpine on Amazon EC2|Amazon EC2]]


* [[Alpine_local_backup|Local backup utility <code>lbu</code>]] ''(persisting RAM system configurations)''
* [[Xen Dom0]] ''(Setting up Alpine as a dom0 for Xen hypervisor)''
** [[Back Up a Flash Memory Installation]] ''("diskless mode" systems)''
** [[Xen Dom0 on USB or SD]]
** [[Manually_editing_a_existing_apkovl]] ''(the stored custom configs)''
** [[Create Alpine Linux PV DomU]]
* [[Alpine Linux Init System|Init System (OpenRC)]] ''(configure a service to automatically boot at next reboot)''
** [[Xen LiveCD]]
** [[Multiple Instances of Services]]
** [[Writing Init Scripts]]


* [[Hosting services on Alpine]] ''(Links to several mail/web/ssh server setup pages)''
* [[Setting up a basic vserver]] <!-- only Installation -->
* Runnig programs and services in their own [[Firejail Security Sandbox]]
* [[Setting up a compile vserver]] for official or for [[Setting up a compile vserver for third party packages|third party]] packages <!-- Dev and Installation -->
<!-- [[Create an Alpine 1.9 vserver template]] -->


* [[Alpine_Linux_package_management#Upgrade_a_Running_System|Upgrading Alpine]] ''(checking for and installing updates)''
* [[How to make a custom ISO image with mkimage]] ''(to boot your own distro)''


=== Further Help and Information ===
Also see other [[:Category:Installation|Installation Category]] pages.


* [[Comparison with other distros]] ''(how common things are done on alpine)''
== Post-Installation ==
* [[Running glibc programs]] ''(installation and development)''


<!-- * [[setup-acf]] ''(configures ACF (webconfiguration) so you can manage your box through https)''
{{Tip| Alpine Linux packages stay close to the upstream design. Therefore, all upstream documentation about configuring a software package, as well as good configuration guides from other distributions that stay close to upstream, e.g. those in the [https://wiki.archlinux.org/ ArchWiki], or [https://wiki.gentoo.org/wiki/ Gentoo wiki] are to a large degree, also applicable to configuring the software on Alpine Linux, thus can be very useful.}}
* [[Changing passwords for ACF|Changing passwords]]
-->


* [[FAQ|FAQs]]
<!-- COMMENT FOR EDITORS
* [[Tutorials and Howtos]]


* [[Contribute|How to Contribute]]
If you edit Post-Install,
* [[Developer Documentation]]
* [[Alpine_Linux:Wiki_etiquette|Wiki etiquette]] ''to collaborate on this documentation''


  * Consider that there are already [[Tutorials_and_Howtos#Post-Install]], [[Developer_Documentation#Package_management]] and the Handbook, please work towards reducing duplication and providing an overview, and maintaining topic details of considerable size on their own pages.
  * Here, only the most relevant jumping off points are listed, not exact list duplicates!!!
  * Keep short-list of links here, as overview to more detailed topic specific pages.
  * Don't aggregate different topics at yet another place.


-->
=== Daily driver guide  ===
<!-- COMMENT FOR EDITORS
Any topic related to configuring Alpine as Desktop workstation i.e as a daily driver must go to the [[Daily driver guide]] which is called below. Tutorial and How To should go to [[Tutorials_and_Howtos]].
-->
{{:Daily driver guide}}


{{Tip| Alpine linux packages stay close to the upstream design. Therefore, all upstream documentation about configuring a software package, as well as good configuration guides from other distributions that stay close to upstream, like e.g. in the [https://wiki.archlinux.org/ Arch Wiki], are to a large degree also well applicable to configure the software on alpine linux, thus can be very useful.}}
=== Other topics ===


= Other Guides =
Topics not strictly related to using Alpine Linux as desktop are listed below:


There may still be something useful to find and sort out of the newbie's install notes in this wiki, but beware that they can contain highly opinionated content and lack explanations.
<!-- COMMENT FOR EDITORS
  * This section is meant to cover topics not related to Using Alpine as daily driver or as desktop workstation as there is already [[Daily driver guide]] and the Handbook. Please refer to the comment at the beginning of this wiki [[#Post-Installation]].
-->
* [[Upgrading Alpine|Upgrade your OS]], when a new version is [https://www.alpinelinux.org/releases/ released].
* [[Change default shell]]
* [[Tutorials_and_Howtos#Networking_2|Setting up Networking]] ''(including non-standard configurations)''
* [[Alpine_local_backup|Local backup utility <code>lbu</code>]] ''(persisting RAM system configurations)''
** [[Back Up a Flash Memory Installation]] ''("diskless mode" systems)''
** [[Manually editing a existing apkovl]] ''(the stored custom configs)''
* [[OpenRC|Init System (OpenRC)]] ''(configure a service to automatically boot at next reboot)''
** [[Writing Init Scripts]]
** [[Multiple Instances of Services]]
* [[Hosting services on Alpine]] ''(links to several mail/web/ssh server setup pages)''


# [[Newbie_Alpine_Ecosystem]]
== See also ==
# [[Alpine newbie install manual]]
# [[Alpine_newbie#Install|Alpine_newbie Install section]]
# [https://mckayemu.github.io/alpineinstalls/ https://mckayemu.github.io/alpineinstalls/ All informatin for Spanish users]


* [[Tutorials and Howtos]]
* [[Alpine_Linux:FAQ|FAQs]]
* [[Comparison with other distros]] ''(how common things are done on Alpine)''
* [[Alpine_Linux:Wiki_etiquette|Wiki etiquette]] ''(to collaborate on this documentation)''
----
[[Category:Installation]]
[[Category:Installation]]

Revision as of 16:53, 8 September 2024


This page exists to provide a basic overview to get started. Before actually installing, it can help to skim through the Frequently Asked Questions (FAQ), as well as to refer to the official installation guide at docs.alpinelinux.org.

Tip: This is a wiki!

If something isn't correct, or is incomplete, you will have to figure it out, or ask for the correct solution in the community.

And then carefully edit the wiki page.

Just as those before who did it for you.

Minimal Hardware Requirements

  • At least 128 MB of RAM. [A graphical desktop system may require up to 512 minimum.]. Note that an installation itself (from ISO) generally requires at least 320 MB during installation.
  • At least 0-700 MB space on a writable storage device. [Only required in "sys" or "data" mode installations (explained below). It is optional in "diskless" mode, where it may be used to save newer data and configurations states of a running system.]
Note:

For architectures other than X86, refer to their respective pages:

Installation Overview

Note: Refer custom installation instructions for headless system, virtualization etc

The installation procedure for Alpine Linux requires basic understanding the three modes of running Alpine Linux i.e Diskless Mode, Data Disk Mode and System Disk Mode . The general course outlined below is common for all the three modes.

General course of action

  1. Download the installation image.
  2. Verify the downloaded image.
  3. Prepare the Installation media (e.g.: CD, DVD, USB drive, SD Card, etc).
  4. Verify the Installation media before using it.
  5. Boot the target computer using the Installation media.
  6. Follow the Installation steps to complete the Base configuration i.e complete the pre-setup of "diskless" Alpine Linux system.
Note: It is really helpful for many cases to first complete the base configuration, then proceed with installation of the target system with any one of the various alternate courses of action.

Alternate courses of action

Examples of preparation options:

  • Download and install some specific driver or software tool.
  • Preparing a Custom partitioning of the harddisk or filesystem scheme that avoids overwrite of an entire disk.
  • Installing something that may be missing in the live system to configure the hardware, e.g. by using the alpine package manager apk.
  • Use more specific setup-scripts afterwards in order to proceed with the final installation in a custom way.


Examples of proceeding options:

  • setup-lbu to configure a "local backup" location for the diskless system, and lbu commit to then save the local configuration state.
  • setup-apkcache to configure a local package cache storage location.
  • setup-disk to add a "data" mode partition,
  • Use setup-disk to complete a classic or traditional hard-disk installation using "sys" disk mode onto a partition or to an entire disk.
  • Use setup-disk to Dualboot Alpine Linux along side another operating system.

There are many more setup-scripts available. All these tools may also be run later to adjust specific configurations. For example, to set up a graphical environment as covered under Post-Installation below.

Alpine Linux modes

Alpine Linux can be installed and run in following three modes.

Diskless Mode

This means the entire operating system with all applications are first loaded into RAM and then only run from there. This is the method already used to boot the .iso installation images, however setup-alpine can also configure the installed system to continue to boot like this if "disk=none" is specified. The mode is extremely fast and can save on unnecessary disk spin-ups, power, and wear. It is similar to what other linux distributions may call a "frugal" install or boot into with a "toram" option.

Custom configurations and package installations may optionally still be preserved or "persist" across reboots by using the Alpine local backup tool lbu. It enables committing and reverting system states by using .apkovl files that are saved to writable storage and loaded when booting. If additional or updated packages have been added to the system, these may also be made available for automatic (re)installation during the boot phase without any (re)downloading, by enabling a local package cache on the writable storage.

[FIXME-1: Storing local configs and the package cache on internal disks still require some manual steps to have the partition listed, i.e. making a /etc/fstab entry, mountpoint, and mount, *before* running setup-alpine. The linked workaround also still requires to commit these configurations to disk manually before rebooting.]

If a writable partition is available, setup-alpine can be told to store the configs and the package cache on that writable partition. (Later, another directory on that same partition or another available partition may also be mounted as /home, or for example, for selected important applications to keep their run-time and user data on it.)

The boot device of the newly configured local "diskless" system may remain the initial (and possibly read-only) installation media. But it is also possible to copy the boot system to a partition (e.g. /dev/sdXY) with setup-bootable.

Data Disk Mode

This mode also runs from system RAM, thus it enjoys the same accelerated operation speed as "diskless" mode. However, swap storage and the entire /var directory tree get mounted from a persistent storage device (two newly created partitions). The directory /var holds e.g. all log files, mailspools, databases, etc., as well as lbu backup commits and the package cache. This mode is useful for having RAM accelerated servers with variable amounts of user-data that exceed the available RAM size. It enables the entire current system state (not just the boot state) to survive a system crash in accordance with the particular filesystem guarantees.

[FIXME-2]: Setup-alpine will create the data partition and mount it as /var, but setup-alpine's "data" disk mode can not yet configure lbu config storage settings automatically. The current workaround, is to select "none" at the 'where to store configs' prompt (as the new data partition is not listed anyway) and configure lbu manually after setup-alpine exits, and before rebooting:

  1. Identify the created data partition, e.g. /dev/sdXY, and its filesystemtype, e.g. using lsblk
  2. Manually edit the lbu backups location in /etc/lbu/lbu.conf and configure LBU_MEDIA=sdXY (according to the previous findings).
  3. Save the configuration on that partition for the next boot with lbu commit.
  4. If (a new) partition fails to get mounted, execute: mkdir /media/sdXY ; echo "/dev/sdXY /media/sdXY fstype noauto,rw 0 0" >> /etc/fstab, and try lbu commit again.

In data disk mode, the boot device may also remain the initial (and possibly read-only) installation media, or be copied to a partition (e.g. /dev/sdXY) with setup-bootable.

System Disk Mode

This is a traditional hard-disk install. If this mode is selected, the setup-alpine script deletes the existing partitions and creates three partitions on the selected storage device, /boot, swap and / (the filesystem root). This mode may, for example, be used for generic desktop and development machines.

Refer #Custom partitioning of the harddisk, if you do not want to use entire disk for Alpine Linux.

Preparing for the installation

Note: This "Additional Details" section needs to be consolidated with the work at https://docs.alpinelinux.org (not finished) (Restructuring things there, moving and linking from here or there?).


Downloading installation image

Download the proper stable-release ISO installation image-file for the target computer's architecture with their corresponding sha256 (checksum) and GPG (signature) files.

Verifying downloaded image

Commands to verify the checksum and GPG signature of a downloaded image-file on different systems.
OS type SHA256 check SHA256 calculation (to be compared manually) GPG signature verification
Linux sha256sum -c alpine-*.iso.sha256 curl https://alpinelinux.org/keys/ncopa.asc | gpg --import ;

gpg --verify alpine-<version>.iso.asc alpine-<version>.iso

MACOS - ? - shasum -a 256 alpine-*.iso - ? -
OpenBSD sha256 -C alpine-*.sha256 alpine-*.iso doas pkg_add gnupg;

ftp -o - https://alpinelinux.org/keys/ncopa.asc | gpg --import ; gpg --verify alpine-<version>.iso.asc alpine-<version>.iso

FreeBSD - ? - /usr/local/bin/shasum -a 256 alpine-*.iso - ? -
NetBSD - ? - /usr/local/bin/shasum -a 256 alpine-*.iso - ? -
Windows - ? - certutil -hashfile alpine-*.iso SHA256 - ? -

Preparing installation media

Note: These instructions are exclusively for x86_64 and x86. For ARM boards, see Alpine on ARM.

Unix/Linux

Under Unix (and thus Linux), "everything is a file" and the data in the image-file can be written to a device or media with the dd command. Afterward, executing the eject command removes the target device from the system and ensures the write cache is completely flushed.

dd if=<iso-file-to-read-in> of=<target-device-node-to-write-out-to> bs=4M; eject <target-device-node-to-write-to>

Be careful to correctly identify the target device as any data on it will be lost! All connected "bulk storage devices" can be listed with lsblk and blkid.

# lsblk
NAME            MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sdX               0:0    0  64,0G  0 disk  
├─sdX1            0:1    0     2G  0 part  
└─sdX2            0:2    0    30G  0 part  /mnt/sdX2

# blkid
/dev/sdX1: LABEL="some" UUID="..." TYPE="vfat"
/dev/sdX2: LABEL="other" UUID="..." TYPE="ext4"

For example, if /dev/sdX is the desired target device, first make sure you un-mount all mounted partitions of the target device. For example sdX1 and sdX2:

umount /dev/sdX1 /dev/sdX2

For dd's output-file (of=), do not specify a partition number. For example, write to sdX, not sdX1:

Warning: This will overwrite the target device /dev/sdX, so before executing, make sure you have a backup of the data if you can't afford to lose it.


# dd if=~/Downloads/alpine-standard-3.00.0-x86_64.iso of=/dev/sdX bs=4M; eject /dev/sdX

Windows

For example, there is the Rufus program. Rufus will enable you to create bootable USB flash drives under Windows.

Rufus has been tested and works for Alpine Linux 3.12.x with the following settings:

  • Partition scheme: MBR Target system: BIOS or UEFI
  • File system: FAT32 Cluster size: 4096 bytes (default)

Verifying Installation media

After detaching and re-attaching the device, a bit-wise comparison can verify the data written to the device (instead of just data buffered in RAM). If the comparison terminates with an end-of-file error on the .iso file side, all the contents from the image have been written (and re-read) successfully:

# cmp ~/Downloads/alpine-standard-3.00.0-x86_64.iso /dev/sdX
cmp: EOF on alpine-standard-3.00.0-x86_64.iso

Booting Installation Media

Insert the Installation media to a proper drive or port of the computer and turn the machine on, or restart it, if already running.

Note: To successfully boot and install Alpine Linux, disable secure boot in the BIOS. Once Alpine Linux is installed, this can be enabled.

If the computer does not automatically boot from the desired device, one needs to bring up the boot menu and choose the media to boot from. Depending on the computer, the menu may be accessed by repeatedly pressing a key quickly when booting starts. Some computers require that you press the button before starting the computer and hold it down while the computer boots. Typical keys are: F9-F12, sometimes F7 or F8. If these don't bring up the boot menu, it may be necessary to enter the BIOS configuration and adjust the boot settings, for which typical keys are: Del F1 F2 F6 or Esc.

Installation Step Details

Boot Process

The boot process of the alpine installation image first copies the entire operating system into the RAM memory, and then already starts a complete Alpine Linux system from there. It will initially only provide a basic command line environment that does not depend on reading from any (possibly slow) initial boot media, anymore.

Local log-in is possible as the user root. Initially, the root user has no password.

At the command prompt, an interactive script named setup-alpine is available to configure and install the initial Alpine Linux system. Launch the Alpine Linux Installation by running the setup-alpine script :

#setup-alpine

Base configuration

The question-and-answer dialog of setup-alpine takes care of the base configuration.

It allows to configure the system to boot into one of three different Alpine Linux "disk" modes: "diskless"(none), "data" or "sys".

Example setup-alpine session

The setup-alpine script offers the following configuration options:

  • Keyboard Layout (Local keyboard language and usage mode, e.g. us and variant of us-nodeadkeys.)
  • Hostname (The name for the computer.)
  • Network (For example, automatic IP address discovery with the "DHCP" protocol.)
  • DNS Servers (Domain Name Servers to query. If unsure, leave DNS domain name blank and using 9.9.9.9 2620:fe::fe for DNS is typically adequate.)
  • Root password (the password used to login to the root account)
  • Timezone (Optionally display times/dates in your local time zone)
  • HTTP/FTP Proxy (Proxy server to use for accessing the web/ftp. Use "none" for direct connections to websites and FTP servers.)
  • Mirror (From where to download packages. Choose the organization you trust giving your usage patterns to.)
  • Setup a user (Setting up a regular user account)
  • NTP (Network Time Protocol client used for keeping the system clock in sync with a time server. Package "chrony" is part of the default install image.)
  • SSH (Secure SHell remote access server. "OpenSSH" is part of the default install image. Use "none" to disable remote login, e.g. on laptops.)
  • In most cases, either one of following line(s) is displayed as follows: No disks found. or Available disks are: sda (128.0 GB JMicron Tech )
  • Disk Mode ( A pre-setup of the "diskless" system or base configuration is completed by answering "none" when asked for the following questions.)
    • Which disk(s) would you like to use? (or '?' for help or 'none') none
    • Enter where to store configs (/media/ or 'none') none
    • The location of the package cache none

Base configuration is complete with the above step. Refer to the alternate courses of action to proceed further.

System Disk mode Install

At the end of base configuration instead of answering none for the above prompts, the Sys Mode or traditional hard-disk install of Alpine Linux can be completed. However, this mode requires an entire hard disk for Alpine Linux.

The scripted installation creates three partitions on the selected disk, for /boot, swap and / (filesystem root). If a non-empty disk is chosen, existing partitions are deleted before the partitions are created.

If you do not have a dedicated Hard disk for Alpine linux, you have to follow custom partition or refer to alternate courses of action to proceed further.

  • At the Disk Mode stage, instead of none, sda or relevant disk must be chosen in the below screen:
  • Which disk(s) would you like to use? (or '?' for help or 'none') sda
  • Confirmation for the chosen disk appears. The following disk is selected: sda (128.0 GB JMicron Tech ).
  • Pay close attention and verify that the disk matches with your requirement. Answering none or pressing Ctrl+c will exit/abort the installation process.
Warning: If "sys" mode is chosen in the next step, the data on the chosen device will be overwritten!


  • How would you like to use it? ('sys', 'data', 'lvm' or '?' for help) sys

Now the script will complete system disk mode installation of Alpine Linux on the chosen disk. Once the traditional hard-disk install of Alpine Linux is complete, you can reboot the system to start using it.

Custom partitioning of the harddisk

Refer Setting up disks manually page for specific configurations related to RAID, encryption, LVM, etc. as well as to manually partition the harddisk.

For "diskless" or "data disk" mode installs, manual partitioning may be needed to prepare the harddisk for committing local backups of the system state with lbu commit, to have a place for a package cache, or to use it for a /var mount.

For a "sys" install, custom partitioning is needed only if the desired scheme differs from overwriting an entire disk, or using the default set of a /boot, swap and root partition on the disk.

Preparing for the first boot

If setup-alpine has finished configuring the "sys" disk mode, the system should be ready to reboot right away (see next subsection).

If the new local system was configured to run in "diskless" or "data" mode, and you do not want keep booting from the initial (and possibly read-only) installation media, the boot system needs to be copied to another device or partition.

The target partition may be identified using lsblk (after installing it with apk add lsblk) and/or blkid, similar to previously identifying the initial installation media device.

The procedure to copy the boot system is explained at setup-bootable

Once everything is in place, save your customized configuration with lbu commit before rebooting.

Reboot

First, remove the initial installation media from the boot drive, or detach it from the port it's connected to.

The system may now be power-cycled or rebooted to confirm everything is working correctly.

The relevant commands for this are poweroff or reboot. Login into the new system with the root account.

Completing the installation

The installation script installs only the base operating system. No applications e.g. web server, mail server, desktop environment, or web browsers are installed.

Please look under Post-Installation below, for some common things to do after installation.

Custom Installation Instructions

Custom-made headless apkovl can be done by first booting the install media on some computer with a display and keyboard attached, or in a virtual machine, and doing an intermediate "diskless" setup of just the boot media (more details below), i.e. using the offical setup-alpine to configure the system's network, possibly for dhcp if needed, a ssh server, and a login user. Choosing "disks=none" for now, yet, configure to store configs on the boot media (if it is writable, otherwise on a separate storage media). And afterwards calling lbu commit to store the configs as local backup. Then your completed setup, including its securely created own private keys, will readily get (re)loaded on every subsequent (headless) boot from your custom-build <hostname>.apkovl.tar.gz stored on the boot media (or on an auxilary media or server location, in case the boot media is read-only).

Note: Specific topics should be kept on separate, individually manageable topic-pages and only get listed with a direct reference (link) on this general page.


Also see other Installation Category pages.

Post-Installation

Tip: Alpine Linux packages stay close to the upstream design. Therefore, all upstream documentation about configuring a software package, as well as good configuration guides from other distributions that stay close to upstream, e.g. those in the ArchWiki, or Gentoo wiki are to a large degree, also applicable to configuring the software on Alpine Linux, thus can be very useful.

Daily driver guide

Many people think that Alpine is only made for containers and servers, but it is actually a general purpose distro which can definitely be used as a daily driver.

Alpine is extremely small, simple and resource-efficient, making it easy to customize.

Note: This guide assumes you have already installed a minimal Alpine system by following the Installation guide

Basics

Advanced

Other topics

Topics not strictly related to using Alpine Linux as desktop are listed below:

See also