Muttleys
Posts: 3
Joined: Tue Jul 17, 2012 10:37 am

Initial boot-up

Tue Jul 17, 2012 11:08 am

The initial Debian boot-up has pages and pages of messages.

Is there any way to pause this in order to be able to read these messages?

Or alternatively write it to a file for later interrogation. - maybe it already is but waht is the file called?

itimpi
Posts: 1090
Joined: Sun Sep 25, 2011 11:44 am
Location: Potters Bar, United Kingdom
Contact: Website

Re: Initial boot-up

Tue Jul 17, 2012 12:46 pm

There is a command called 'dmesg' that you can use to look at the system logs.

In practise you probably want to pipe it through something else to allow you to page through it. e.g.

Code: Select all

dmesg|less
.

Return to “Beginners”