Jump to content

Installation: Difference between revisions

From postmarketOS Wiki
No edit summary
Knuxify (talk | contribs)
new installation guide from User:Knuxfanwin8/Installation_guide_rework
Line 1: Line 1:
This article describes how to get postmarketOS installed onto your device.
This page goes over the process of installing postmarketOS on your device.


== Introduction ==
== What to expect ==
=== What to expect ===
In its current stage, postmarketOS is for Linux enthusiasts. The experience will not be as polished as running Android or iOS. Expect serious bugs like calls not working, SMS not arriving, alarm clock not working etc. Do not use this on your main phone if you rely on its functionallity. You have been warned.


Also in this stage, we expect that you know how to use a Linux terminal. Throughout this wiki you will find a couple of commands prefixed with <code>$</code> (or <code>#</code> for root). You should not enter that character, it is merely to designate that the following commands are intended to be input/executed within a terminal. For example, the following command to list contents of the current working directory, <code>ls</code>, will be mentioned as:
{{Hatnote|''See also: [https://postmarketos.org/state/ State of postmarketOS]''}}


<source lang="shell-session">
In its current stage, '''postmarketOS is for Linux enthusiasts'''. The experience will not be as polished as running Android or iOS. Expect serious bugs like calls not working, SMS not arriving, alarm clock not working, etc. For some devices, primarily in the "testing" category, features like calls may not work at all. Do not use this on your main phone if you rely on its functionality.
$ ls
</source>


Additionally, *MAKE SURE TO BACKUP YOUR PHONE BEFORE INSTALLING POSTMARKETOS*. Please follow [[Backing up a non-pmOS phone|this guide]], as it will show you how to backup your phone. Do NOT skip this step.
It is expected that you are comfortable with using the Linux terminal. On this wiki, you may find commands prefixed with <code>$</code> or <code>#</code>. These characters shouldn't be copied - they indicate whether that command should be run as a regular user, or as root.


=== Your device ===
For example, the following tells you to execute the command "ls" as a regular user:
First of all, open the [[devices]] page in a new tab and find your device. Take notice of the category it is in (main, community or testing). Read the available features on the device page (so you don't have wrong expectations). The installation instructions vary greatly depending on your device, so make sure to read the device specific installation instructions.


=== Build your own image? ===
<syntaxhighlight lang="shell-session">
To install postmarketOS, you have two options:
$ ls
</syntaxhighlight>


* Use a pre-built image if your device is in the main or community categories. Read on below.
== Finding your device ==
* Build your own image with pmbootstrap if you want to encrypt your installation, or your device is in the testing category, or if you would like to have more choices available (e.g. picking an exotic user interface). Read the [[pmbootstrap]] article.


== Using a pre-built image ==
Before you begin installing postmarketOS, make sure to '''read your device's wiki page'''. It contains a lot of useful information, such as a list of supported features and installation methods. You can find it by checking the [[Devices]] list or by using the search feature on the wiki.
{{note|Releases before v23.12 had [[on-device installer|installer images]] for some devices. We plan to bring them back with [[ondev2]].}}
=== Download ===
Open the [https://postmarketos.org/download/ download] page and click on your device. You will be presented with directories named after [[:Category:Interface|user interfaces]]. Choose one of them. Then click on the directory with the latest image date. Now you can download the image files.


Download the following files, each of them is described further below:
If you cannot find your device on the wiki, or if it's listed as non-booting, it is likely unsupported. If you're adventurous, you can follow the [[Porting to a new device|Porting guide]] to add support for your device.
* rootfs
* boot (if available)
* bootpart (if available)


==== rootfs ====
== Choosing a release channel ==
All devices have a rootfs image. It ends in the device name and <code>.img.xz</code>, for example <code>-pine64-pinephone.img.xz</code>.


The rootfs image is not encrypted. If you would like to encrypt your phone, you can build your own encrypted image with [[pmbootstrap]] instead of following this guide.
{{See also|Releases}}


The rootfs image has the default login of <code>user</code> and password <code>147147</code>.
There are usually two release channels of postmarketOS available:


==== boot ====
* '''stable''' - the stable release, based on the latest Alpine Linux version. Only available for devices in the "main" and "community" categories. Currently, the latest stable release is '''v23.12'''.
Androids need a [[boot.img]] file. It ends in <code>-boot.img.xz</code>.
* '''edge''' - the rolling-release version, based on Alpine Linux's edge repositories. Gets the latest updates as soon as they hit the package repositories, and can thus be less stable. Expect breakages - see [https://postmarketos.org/edge/ postmarketos.org/edge] for more information.


Download it, if it is available.
If you're unsure, go with the stable release (if available); you can switch to the edge branch later.


==== bootpart ====
== Choosing an installation method ==
For some devices like the ASUS MeMO Pad 7, the root and boot partition are in separate files instead of being combined in the rootfs image ({{MR|1871|pmbootstrap}}). The file containing the boot partition ends in <code>-bootpart.img.xz</code>.


Download it, if it is available.
There are two primary methods of installing postmarketOS. You can:


=== Flashing ===
<div style="margin: 1.5em;">
==== SD card ====
{{Large link box
Devices like the PinePhone, Samsung Galaxy S II, Nokia N900, various laptops etc. boot from an SD card, USB stick or other external storage. Find the name with <code>lsblk</code> first and '''make sure it is the right one as you will overwrite everything on it.''' Use a path without partition number at the end, such as <code>/dev/mmcblk0</code>.
|icon=Icon-numix-light-drive-multidisk.svg
|target=/Installation/Using a pre-built image
|label=Use a pre-built image
|body=<span style="padding: 0 2px 4px; font-size: 1.15em; display: block;">For devices in the main and community categories</span>
<ul style="text-align: left;">
<li>Quickest and simplest option - no configuration needed, flash it and you're good to go</li>
</ul>
}}<!--
--><span style="padding: 0.5em;">- or -</span><!--
-->{{Large link box
|icon=Icon-numix-light-applications-engineering.svg
|target=Installation/Using pmbootstrap
|label=Install with pmbootstrap
|body=<span style="padding: 0 2px 4px; font-size: 1.15em; display: block;">For all devices, including those in the testing category</span>
<ul style="text-align: left;">
<li>Provides more customization options: select your own UI, pre-installed packages, disable non-free firmware</li>
</ul>
}}
</div>


Then write the image to it:
Other options include:


<source lang="shell-session">
* Installing through the recovery using Android-recovery compatible .zip - see [[Installation from recovery mode]]
$ xz --decompress --stdout path-to-rootfs.img.xz | sudo dd of=/dev/mmcblk... bs=4M status=progress
* Installing through the [https://devices.ubuntu-touch.io/installer/ UBports Installer] (only available for a few devices in the main/community repositories) - select postmarketOS in the OS selection dropdown
</source>


If you are on Windows, see [[Windows_FAQ#Flashing_images_to_SD_cards|here]].
== See also ==
 
Wait until the command completes and eject the SD card. If your device is able to boot from SD card without flashing anything to internal storage (such as the PinePhone), you should now be able to insert it into your device and boot it up. You are done with installing postmarketOS, congratulations!
 
==== Flash tools like Fastboot, Heimdall etc. ====
Other devices, such as Androids and the Librem 5 need to run a flashing tool to send the image files to the device while it is in a special flashing mode. '''Beware that this will overwrite the existing installation/data on your phone!''' The [[devices|device page]] should give the detailed instructions. Usually it involves extracting the images (as these tools can't use the <code>xz</code> compressed files), with the <code>unxz</code> command. Afterwards one runs the flash tool with it, e.g. <code>fastboot flash …</code>.
 
If the instructions are missing, look at your device's [[deviceinfo]] file or ask in the [[Matrix and IRC|chat]] for help. Then add the missing instructions for the next person.
 
When you are done with flashing the files, reboot the device. You are done with installing postmarketOS, congratulations!


== See also ==
* [[Dual Booting]]
* [[pmbootstrap]]
* [[Upgrade to a newer postmarketOS release]]
* [[Existing Alpine installation]]
* [[Existing Alpine installation]]
* [[Porting to a new device]]
* [[Porting to a new device]]
* [[Troubleshooting]]


[[Category:Guide]]
[[Category:Guide]]

Revision as of 15:01, 11 February 2024

This page goes over the process of installing postmarketOS on your device.

What to expect

In its current stage, postmarketOS is for Linux enthusiasts. The experience will not be as polished as running Android or iOS. Expect serious bugs like calls not working, SMS not arriving, alarm clock not working, etc. For some devices, primarily in the "testing" category, features like calls may not work at all. Do not use this on your main phone if you rely on its functionality.

It is expected that you are comfortable with using the Linux terminal. On this wiki, you may find commands prefixed with $ or #. These characters shouldn't be copied - they indicate whether that command should be run as a regular user, or as root.

For example, the following tells you to execute the command "ls" as a regular user:

$ ls

Finding your device

Before you begin installing postmarketOS, make sure to read your device's wiki page. It contains a lot of useful information, such as a list of supported features and installation methods. You can find it by checking the Devices list or by using the search feature on the wiki.

If you cannot find your device on the wiki, or if it's listed as non-booting, it is likely unsupported. If you're adventurous, you can follow the Porting guide to add support for your device.

Choosing a release channel

See also: Releases

There are usually two release channels of postmarketOS available:

  • stable - the stable release, based on the latest Alpine Linux version. Only available for devices in the "main" and "community" categories. Currently, the latest stable release is v23.12.
  • edge - the rolling-release version, based on Alpine Linux's edge repositories. Gets the latest updates as soon as they hit the package repositories, and can thus be less stable. Expect breakages - see postmarketos.org/edge for more information.

If you're unsure, go with the stable release (if available); you can switch to the edge branch later.

Choosing an installation method

There are two primary methods of installing postmarketOS. You can:

Use a pre-built image

- or -

Install with pmbootstrap

Other options include:

  • Installing through the recovery using Android-recovery compatible .zip - see Installation from recovery mode
  • Installing through the UBports Installer (only available for a few devices in the main/community repositories) - select postmarketOS in the OS selection dropdown

See also