Hi @MAA28,
Please provide the output of:
journalctl --boot=-1 --priority=err..warning --no-pager
This will just search the logs and limit the output to:
--boot=-1limits the messages to the messages from the previous boot only. Feel free to adjust this as neccesary:-1for the previous boot,-2for the one before that, and so on, and so forth;--priority=err..warninglimits the output to be warnings and errors only; and--no-pagerformats the output nicely for use here, on the forum.
Additionally, please provide the output of:
inxi --admin --verbosity=7 --filter --no-host --width
Please post all the outputs as described by here, also provided by @Aragorn: