On 10/25/22 18:00, Greg Wooledge wrote:
On Tue, Oct 25, 2022 at 05:56:33PM -0700, David Christensen wrote:
We need to see the messages starting at time 0.000000 -- e.g. when the
system is booted. Please reboot and try again.
Or check the /var/log/kern* files. One of them may have the full set
of kernel messages from the current boot.
Yes -- on my system:
022-10-25 18:14:12 root@laalaa ~
# cat /etc/debian_version ; uname -a
11.5
Linux laalaa 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02)
x86_64 GNU/Linux
/var/log/kern.log contains kernel log messages:
2022-10-25 18:15:23 root@laalaa ~
# grep 'Oct 25' /var/log/kern.log | head -n 3
Oct 25 16:56:49 laalaa kernel: [ 0.000000] Linux version
5.10.0-18-amd64 (debian-ker...@lists.debian.org) (gcc-10 (Debian
10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1
SMP Debian 5.10.140-1 (2022-09-02)
Oct 25 16:56:49 laalaa kernel: [ 0.000000] Command line:
BOOT_IMAGE=/vmlinuz-5.10.0-18-amd64
root=UUID=ca7232ce-9982-46a0-b7b2-ed819ed6068e ro noresume quiet
Oct 25 16:56:49 laalaa kernel: [ 0.000000] x86/fpu: Supporting XSAVE
feature 0x001: 'x87 floating point registers'
David