$ neofetch
OS: Linux Mint 21 x86_64
Host: Dell G15 5520
Kernel: 5.15.0-52-generic
Resolution: 1920x1080, 1920x1080
DE: Cinnamon 5.4.12
WM: Mutter
WM Theme: Mint-Y
CPU: 12th Gen Intel i5-12500H (16) @ 4.500GHz
GPU: NVIDIA GeForce RTX 3050 Mobile
GPU: Intel Alder Lake-P
Memory: 1813MiB / 7633MiB
I had the same issue when I went to a kernel higher than 5.15.0-48-generic. I was finding that if I selected recovery mode from grub, then resume, I was able to boot into 5.15.0-52-generic just fine. I found on a redit post (Sorry, didn’t save the link), which said to add “nomodeset” to /etc/default/grub on the GRUB_CMDLINE_LINUX_DEFAULT line at the end of the line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
… which worked for me.