시작 시 일부 오류가 표시됩니다.
[ FAILED ] bla bla
[ FAILED ] bla bla
하지만 GUI로 직접 이동하기에는 너무 빠릅니다. 이러한 메시지를 어떻게 볼 수 있습니까? 나는 그것을 시도했지만 journalctl -r
여전히 dmesg -w
그런 것은 나타나지 않습니다. ctrl+alt+F1/F2도 GUI가 되었으며 ctrl+alt+F3~F6은 일반적인 tty 로그인 프롬프트이므로 더 이상 표시되지 않습니다.
그렇다면 시작 오류를 어떻게 다시 볼 수 있나요?
PopOS 22.04(Ubuntu 22.04)를 사용하고 있습니다.
답변1
데비안 11에는 그런 기능이 있는 것 같습니다 /var/log/boot.log
(그리고 로그 회전된 이전 버전 boot.log.1
등 boot.log.2
). 찾고 있는 메시지 유형이 포함된 것 같습니다.
어쩌면 우분투에도 이 기능이 있을까요?
예:
------------ <timestamp redacted> ------------
done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
Welcome to Debian GNU/Linux 11 (bullseye)!
[ OK ] Created slice system-modprobe.slice.
[ OK ] Created slice system-openvpn.slice.
[ OK ] Created slice system-postfix.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ OK ] Created slice User and Session Slice.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ OK ] Set up automount Arbitrary…s File System Automount Point.
[ OK ] Reached target Slices.
...등, 보기를 사용하면 색상과 굵은 효과가 나타납니다 less -R boot.log
.