You could have a kernel panic problem, booting your SO (.i.g Linux).
A possible cause could be Virtualbox (an old release of it).
In this case you can try the followings steps
sudo apt remove --purge virtualbox virtualbox-dkms
sudo dkms remove virtualbox/7.0.16 --all || true
and
sudo apt --fix-broken install
sudo dpkg --configure -a
and (you can change the number of kernels, of course, to adapt them to your situation)
sudo apt install --reinstall \
linux-image-generic-hwe-24.04 \
linux-headers-generic-hwe-24.04