|
This may be obvious to others (not to me), but after some digging, this section of the startup log tells us that it's skipping the normal boot process and is entering recovery mode. So I think everything after this is recovery mode starting.
[ 8.311300] init: init first stage started!
[ 8.314465] init: First stage mount skipped (recovery mode)
[ 8.320134] init: Using Android DT directory /proc/device-tree/firmware/android/
[ 8.327485] init: Skipped setting INIT_AVB_VERSION (not vbmeta compatible)
[ 8.334336] init: Loading SELinux policy
[ 8.445781] audit: type=1403 audit(86706.729:2): policy loaded auid=4294967295 ses=4294967295
[ 8.453579] selinux: SELinux: Loaded policy from /sepolicy
[ 8.453579]
[ 8.460505] init: kernel_enforcing: 0, is_enforcing: 0, is_recovery_mode: 1
|