The combination of a smallish screen and faster processor make it impractical to read the text displayed during the boot sequence. Is this stored as a log file anywhere - if so where?
EMJB
The combination of a smallish screen and faster processor make it impractical to read the text displayed during the boot sequence. Is this stored as a log file anywhere - if so where?
EMJB
Your boot.log is located at /var/log/
sudo journalctl is your best bet
@ thansen_dk: Unfortunately the boot.log does not seem to conatiin everything shown on the screen during the booting process. It is only about 40 lines, and as an example does not include the 4 CPU missing device node warnings.
@am_nazarko: Thanks - that seems to have even more than is displayed on the screen, but shows a number of warnings which ay help if I discover problems. Thanks.
EMJB