I decided to skip the EDL backup and dive into rooting.
I've gotten to the fastboot section, but cannot figure out how to boot the image to test before flashing.
Code:
adb reboot fastboot
# Works without issues
Code:
fastboot devices
# Displays the following:
B751CA90 fastboot
Code:
fastboot getvar current-slot
# Displays the following:
getvar:current-slot FAILED (remote: 'GetVar Variable Not found')
Finished. Total time: 0.001s
Code:
fastboot boot magisk_patched-27000_lRCKS.img
# Hangs on the following
Sending 'boot.img' (13593 KB)
# Canceling the command shows this
FAILED (Status read failed (No such device))