]> 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>vanrenterghem.biz - Serial console</TITLE>
8 <link rel="stylesheet" href="/styles/header.css" type="text/css" />
9 <link rel="stylesheet" href="/styles/main.css" type="text/css" />  
10 </HEAD>
11 <BODY>
12  <!--#include virtual="/header.shtml" -->
13 <h1>Serial console</h1>
14 <P>Here's a picture of my desktop with an older PC displaying some kernel
15 panic info, captured by setting up a serial console on the main desktop PC.
16 It took some work to figure everything out, but in the end it's pretty straightforward.</P>
17 <ul>
18 <li>Activate serial port in bios on both PCs.</li>
19 <li>Recompile kernel on server PC with serial console support. Check Documentation/serial-console.txt in the linux source for more info.</li>
20 <li>Also on server, change settings in lilo.conf and inittab, per description in document mentioned above.</li>
21 <li>Install minicom (or other app) on client PC. Make sure all settings are OK: serial port setup, 9600 8N1, correct serial port, ...</li>
22 <li>Start minicom on client.</li>
23 <li>Reboot server and you should see the boot sequence on the client.</li>
24 </ul>
25 <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">
26  
27 <!--#include virtual="/footer.shtml" -->
29 </BODY>
30 </HTML>