Magisk-patched Boot for Pixel Tablet
January 19, 2025
- Just following up to an older post about getting root on the Pixel Tablet with Magisk: Upgrading LineageOS Ma
- Instead of using Magisk to patch & flash boot.img, you are doing it to init_boot.img.
- Magisk: Installation: Patching Images: Use the Magisk app to patch init_boot.img, reboot to the bootloader, flash the modified image:
adb reboot bootloader
fastboot flash --slot all init_boot magisk_patched-28100_<<random_string>>.img
fastboot reboot
- When the device boots, it should now be rooted again.