Alright glad to hear everything is working now. You can take a look at the journal with journalctl
if you want to look at the logs from a previous boot. Take a look at the -b
flag as well as it will let you look at the log beginning from previous boots. For example, journalctl -b 0
show the last boot, journalctl -b -1
the second to last and so on.