How to pause console output when the system boots? The text runs too fast, I don’t have time to read it, and Ctrl + S doesn’t slow down in the right place. I need to read what luks writes when I start the system, it doesn't get into dmesg .
1 answer
Run the command less -r /var/log/boot.log
- most likely you will find the information you need. During the boot process itself - try pressing "Pause" - to be honest, not at all sure what will help, but before loading grub, at the BIOS boot control stage, this key works. Maybe it will work when booting the OS.
|