During boot, hold down the Shift or Esc key while the system boots. This should display kernel boot messages, which might reveal where the hang occurs and provide clues about the issue.
Also try to view kernel logs :
dmesg | grep -i failed
or
journalctl -b -1 | grep -i failed
To check the boot logs :
journalctl -b -1
i would test with you all, but I am runing a job that’s going to take an hour to finish.