"Failed to boot into userspace fastboot; one or more components might be unbootable"

In newer Android versions, the flashing environment is split into two layers: Bootloader Fastboot:

fastboot flash vbmeta vbmeta.img --disable-verity --disable-verification
fastboot reboot fastboot

If locked, unlock it (note: this wipes data):

fastboot flash boot boot.img
Quantcast