1. Look in /var/log for dmesg, kernel.log or kmsg. These files cn be created by syslog and one of them might contain this information.
2. Use dmesg command and grep it like this: dmesg | grep "Initial Network" > myfile.txt
hi:)
When kernel booting,there are a serial log printed on the screen,
like this: Initial network ...
can I redirect these logs into a logfile?How can I do ?
Thanks!
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies