Hello Everyone,
I was helping a friend install graphine on a Pixel 5 long distance. She was typing the command and I was looking over her shoulder via a remote screen share session. I am hoping someone can help us get a phone out of a boot loop and stable so we can finish the flash process.
After first look everyting started ok and the flash-all.sh looked like it was working as indente unit the end when it started to reboot. The phone rebooted and would boot loop. After this I looked at the out put from the flash-all scrip and I saw a couple of errors reported:
Fist was
Warning: bootloader does not support slots, and slot b was requested.
Sending 'bootloader' (8762 KB) OKAY [ 0.263s]
Writing 'bootloader' FAILED (remote: 'No such file or directory')
fastboot: error: Command failed
At then end right before the phone rebooted to go into the next phase. I got the errors saying that there were missing files in the image
extracting boot.img (96 MB) to disk... took 0.855s
archive does not contain 'boot.sig'
Sending 'boot_a' (98304 KB) OKAY [ 3.080s]
Writing 'boot_a' OKAY [ 0.313s]
archive does not contain 'init_boot.img'
extracting dtbo.img (16 MB) to disk... took 0.171s
archive does not contain 'dtbo.sig'
Sending 'dtbo_a' (16384 KB) OKAY [ 0.590s]
Writing 'dtbo_a' OKAY [ 0.112s]
archive does not contain 'dt.img'
archive does not contain 'pvmfw.img'
archive does not contain 'recovery.img'
extracting vbmeta.img (0 MB) to disk... took 0.000s
archive does not contain 'vbmeta.sig'
Sending 'vbmeta_a' (8 KB) OKAY [ 0.140s]
Writing 'vbmeta_a' OKAY [ 0.079s]
archive does not contain 'vbmeta_system.img'
archive does not contain 'vbmeta_vendor.img'
extracting vendor_boot.img (96 MB) to disk... took 1.027s
archive does not contain 'vendor_boot.sig'
Sending 'vendor_boot_a' (98304 KB) OKAY [ 2.970s]
Writing 'vendor_boot_a' OKAY [ 0.313s]
archive does not contain 'vendor_kernel_boot.img'
extracting super_empty.img (0 MB) to disk... took 0.000s
Rebooting into fastboot OKAY [ 0.070s]
< waiting for any device >
fastboot: error: Failed to boot into userspace fastboot; one or more components might be unbootable.
Rebooting into bootloader OKAY [ 0.066s]
Finished. Total time: 0.116s
I assume that the problem with the install is was there were missing IMG files that I wasn't aware off.
Currently the phone will boot into fastboot mode for more that a couple of seconds and then reboot again. Is there anyway for me to get the stay in fastboot mode so I can try to finish the flashing process manually.