This symptom, where the extension is 14 and the Memory Address is 7747 is exactly what I saw when powering down my unit UNTIL I did this, suggested by a kind person on this group:
Fix for leaving LEDs on during shutdown / sleep:
Fix for leaving LEDs on during shutdown / sleep:
$ sudo rpi-eeprom-config -e
This will drop you into a text editor (because of the -e flag), and allow you to change various settings. Add this line:
POWER_OFF_ON_HALT=1
(or, if you already have POWER_OFF_ON_HALT=0, just change it).
Save and exit, then reboot.