README

kern.log

1
2
cat /proc/cmdline 
BOOT_IMAGE=/vmlinuz-4.19.0-arm64-desktop root=UUID=fb063bb0-c792-424a-a779-05f5cdab3dcf ro video=efifb:nobgrt splash console=tty plymouth.ignore-serial-consoles ignore_loglevel initcall_debug DEEPIN_GFXMODE= ima_appraise=off libahci.ignore_sss=1
1
sed -n '4662,$p' /var/log/kern.log > ~/kern.log # 4662是Booting Linux所在行
1
cat ~/kern.log | grep "initcall" | sed "s/\(.*\)after\(.*\)/\2 \1/g" | sort -n

More


README
https://realwujing.github.io/linux/kernel/log/README/
作者
Wu Jing
发布于
2023年10月16日
许可协议