Skip to content

Installation

ArnoldasMk edited this page May 31, 2026 · 4 revisions

Installing LieppOS

First download image file.

There are 3 variants:

  • Vanilla: clean build without Google, and it's garbage.
  • Semi: microG + F-Droid + F-Droid Privileged Extension.
  • GApps: Google Apps through MindTheGapps.

Unzip the file using your system's archive manager.

Step 1 — Boot into fastboot

Now that you have unlocked bootloader. Reboot to fastbootd:

adb reboot fastboot
fastboot devices

Serial and fastboot must appear. For future uses, always flash via fastbootd, not bootloader.

Step 2 — Flash Lieppos system image

fastboot flash system LieppOS-variant-V*.*.img 

Step 3 — Wipe + reboot

fastboot -w
fastboot reboot

After that you should see Yellow linux logo and booted into LieppOS.


Next: Rooting

Clone this wiki locally