Hi, thanks for posting here in Microsoft community, it looks like the recent Windows 11 update caused a boot loop and crashes with a SYSTEM_SERVICE_EXCEPTION error. Since uninstalling the update isn’t working and reinstalling isn’t an option, the best next step is to try Startup Repair or System Restore from the Windows Recovery Environment (WinRE).
If those fail, you can use DISM and SFC commands via Command Prompt in WinRE to repair system files without wiping apps simply run this command, sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows and DISM /Image:C:\ /Cleanup-Image /RestoreHealth
If available, use System Restore to roll back before the update.
Also, check if drive letters are mismatched in WinRE (sometimes recovery assigns different letters).
Let me know how it goes.
Chard