Root steps
- head to Google's firmware download page for Pixel devices and select your model from the menu on the right.
- Unzip the file, original rom
- Looking for "image-walleye" or "image-taimen"
- Looking for "boot.img"
- Put "boot.img" to phone
- Install Magisk Manager app. Tap "Install" then "Patch boot image File"\
- Magisk Manager app should generate file "patched_boot.img". Copy file to computer
- Restart device to boot loader mode "adb reboot bootloader"
- Refresh boot img by command "fastboot flash boot "PATH_TO_PATCHED_BOOT.IMG"
- Relaunch device "Fastboot reboot" and magick manager. Should see Magisk SU
Put back factory boot.img for receive system OTA
- Restart device to boot loader mode
- Refresh boot img by command "fastboot flash boot "PATH_TO_FACTORY_BOOT.IMG"
- Relaunch device with "Fastboot reboot"