WARNING: tested only on my setup (LineageOS 18.1 on instantnoodle), other setups may break and brick the device!
Step-by-step instructions (for reinstalling patched boot.img for Magisk):
- upgrade LineageOS to the latest by the standard way in Android GUI (download + install + reboot)
- if using not the latest Magisk: wipe old (possibly hidden) Magisk app then install the up-to-date one from the official Magisk github repo
install (git clone) payload_dumper from GitHub (in Termux or in an SSH session on the Android device) for the 1st time, or update (git pull) laterthe Android terminal session: wget the same LineageOS nightly image installed in step 1 from https://download.lineageos.org/unzip downloaded zip image in the payload_dumper folder (we need payload.bin)runpython payload_dumper.py payload.bin
, look foroutput/boot.img
, copy it to the shared storage (e.g.~/storage/shared/
), and cleanup (large) temp files (lineageos-*.zip, payload.bin, output folder).- UPDATED: now the boot.img itself is available for download. So instead of 3-4-5-6: download the
boot.img
directly from https://download.lineageos.org - run Magisk (it'll reinstall itself if it was hidden), choose "Magisk, Install" (confirm "Ramdisk: YES" before), choose "Select and Patch a File", select boot.img on the shared storage, and "Let's Go". Output file (to be sideloaded) is in
Download/magisk_patched-{version}_{rand}.img
. adb pull
that patched img file.- reboot to fastboot mode with
adb reboot fastboot
fastboot flash --slot=all boot magisk_patched_{version}_{random}.img
- reboot (
fastboot reboot
) & enjoy updated LineageOS with Magisk enabled. - IMPORTANT: if Magisk was "hidden" (renamed), don't forget to rename it again in Magisk settings, otherwise apps bypassed checks and worked earlier may stop working. Other settings should be survived during the reinstall/upgrade. Hiding might need a reboot cycle (enable app install permission for Magisk then the actual hide function).
- It is recommended to use the latest Play Integrity Fix plugin from here: https://github.com/chiteroman/PlayIntegrityFix
Hi @tothi , because I had the same need than you and in case you're interested, I have created a small bash script that automates the process.
You can find the process here: https://github.com/NicolasWebDev/reinstall-magisk-on-lineageos