At that point, fastboot commands no longer work and report “waiting for any device”.
It does show fastbootd on the phone, with the E logo on a white background.
Looks like Windows lacks the drivers for the 2e.
I have been unable to locate sufficient drivers that will make fastbootd operational.
Run the following commands from fastboot:
fastboot -w
fastboot flash boot boot.img
fastboot flash recovery recovery_factory.img (This is the factory recovery, not the /E recovery)
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot reboot fastboot
Run the following commands from fastbootd:
fastboot flash system system.img
fastboot flash product product.img
fastboot flash vendor vendor.img
fastboot reboot
Let the phone load into /E.
Enable USB debug, adb reboot bootloader
Run the following commands from fastboot:
fastboot flash recovery recovery.img
fastboot reboot