Thanks @winstonma! I tried using a patched recovery.img with the toggle
preserverd encryption. But it still won't work with the fastboot boot command:
Code:
[root@pc]# adb pull /sdcard/Download/magisk_patched-23000_zkFBH.img ./magisk_patched-from_recovery_preserved_recovery.img
/sdcard/Download/magisk_patched-23000_...d. 9.1 MB/s (16732160 bytes in 1.745s)
[root@pc]# adb reboot-bootloader
[root@pc]# fastboot devices
K3T8R520N5 Android Fastboot
[root@pc]# fastboot reboot recovery
Rebooting into recovery OKAY [ 0.000s]
Finished. Total time: 0.050s
[root@pc]# fastboot boot magisk_patched-from_recovery_preserverd_recovery.img
fastboot: error: cannot load 'magisk_patched-from_recovery_preserverd_recovery.img': No such file or directory
[root@pc]# fastboot boot magisk_patched-from_recovery_preserved_recovery.img
Sending 'boot.img' (16340 KB) OKAY [ 0.467s]
Booting OKAY [ 0.000s]
Finished. Total time: 0.481s
[root@pc]# fastboot devices
K3T8R520N5 Android Fastboot
[root@pc]# fastboot reboot
Rebooting
Did anyone succeed at booting or flashing a magisk-patched image for the Note (Pro)?