Another note to self:
- Download boot.img (or init_boot.img if exists) from lineage directly onto the Android device
- Launch Magisk
- Click Install
- Pick “Select and patch a File”
- Pick boot.img A new .img file will be written to your device
- Copy the .img file to the computer
- Boot into fastboot
- Install:
fastboot flash boot /path/to/magisk_patched_[random_strings].img- That’s it!


Leave a Reply
You must be logged in to post a comment.