]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blob - Pictures/20021229_Serial_Console/index.shtml~
Baseline
[www.vanrenterghem.biz.git] / Pictures / 20021229_Serial_Console / index.shtml~
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
5    <meta name="author" content="Frederik Vanrenterghem">
6    <META NAME="Description" CONTENT="Personal homepage - Serial console">
7    <TITLE>http://frederik.gotdns.org:1976 - Serial console</TITLE>
8 </HEAD>
9 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
10  <!--#include virtual="/header.shtml" -->
11 <BR>
12 <h1>Serial console</h1>
13 <P>Here's a picture of my desktop with an older PC displaying some kernel
14 panic info, captured by setting up a serial console on the main desktop PC.
15 It took some work to figure everything out, but in the end it's pretty straightforward.</P>
16 <ul>
17 <li>Activate serial port in bios on both PCs.</li>
18 <li>Recompile kernel on server PC with serial console support. Check Documentation/serial-console.txt in the linux source for more info.</li>
19 <li>Also on server, change settings in lilo.conf and inittab, per description in document mentioned above.</li>
20 <li>Install minicom (or other app) on client PC. Make sure all settings are OK: serial port setup, 9600 8N1, correct serial port, ...</li>
21 <li>Start minicom on client.</li>
22 <li>Reboot server and you should see the boot sequence on the client.</li>
23 </ul>
24 <img src="serial_console.jpg" alt="Picture of my desktop with kernel panic info displayed on small display by the use of a serial console">
25  
26 <!--#include virtual="/footer.shtml" -->
28 </BODY>
29 </HTML>