System image recovery is the odd choice there, it replaced Startup settings... it can show if you boot off USB, it shouldn't be there if you went there via windows.
what appears on that menu has changed in windows versions.
A recent screenshot shows the order is
- Startup repair
- Startup Settings
- Command Prompt
- UEFI Settings
- System Restore
try updating win 11? You not on latest build... right version though.
Does make it hard to get to safe mode... I know it doesn't show if you aren't at least at the logon screen when you go into winre, it should show if you go in via settings though.
tried running sfc/dism?
open powershell (admin)
copy/paste this command into window:
Repair-WindowsImage -Online -RestoreHealth
and press enter
Then type SFC /scannow
and press enter
Restart PC if SFC fixes any files as some fixes require a restart to be implemented
First command repairs the files SFC uses to clean files, and SFC fixes system files
SFC = System File Checker. First command runs DISM -
https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/what-is-dism?view=windows-11
I would think a DISM command would be used to fix as it fixes the Image files.
Here is another way to try to get to Safe Mode.
Boot to the Command Prompt of your boot disk. Enter these BOLD commands and press ENTER after each.
(Note the colon after C with no space; then the spaces which are important - one after T before / & T before { & } before B & Y before L)
C:
BCDEDIT /SET {DEFAULT} BOOTMENUPOLICY LEGACY
EXIT
You are back to the boot screen -> Shutdown the computer.
Boot back up and "immediately" start tapping F8 (That means power button - then F8).
Hopefully that should get you into Safe Mode.
--------------------------------------------------------------------------------------
To reverse that you can use the same steps and type these (again note spaces)
C:
BCDEDIT /SET {DEFAULT} BOOTMENUPOLICY STANDARD
Restart but F8 will not work now.