Linux - start routine - page wise?

ulrich

New Member
Joined
May 11, 2022
Messages
1
Reaction score
0
Credits
12
Dear all, when linux starts, a lot of lines are running over the screen. Is there any command, able to stop this routine in that way, that I could read the information page wise? Some times I saw words like 'missing' etc. Thanks in advance - ulrich
 


you can see whats was on those lines by accessing logs using journal control if your OS is using systemd thus not Slackware eg

Code:
[andrew@darkstar:~]$ journalctl -b -p err --since=2022-05-09              (05-11 08:01)
May 11 07:59:22 darkstar kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does >
May 11 07:59:22 darkstar kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does >
May 11 07:59:22 darkstar kernel: ACPI BIOS Error (bug): Attempt to CreateField of lengt>
May 11 07:59:22 darkstar kernel: ACPI Error: Aborting method \HWMC due to previous erro>
May 11 07:59:22 darkstar kernel: ACPI Error: Aborting method \_SB.WMID.WMAA due to prev>
May 11 07:59:22 darkstar systemd[1]: Failed to start Rotate log files.
May 11 07:59:22 darkstar kernel: ACPI BIOS Error (bug): Attempt to CreateField of lengt>



the logs contain a lot so i just look for errors listed at boot since 09th May
By the way a lot of stuff can be safely ignored.
 

Members online


Top