summaryrefslogtreecommitdiff
path: root/en/boot-installer/parameters.xml
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2013-04-12 13:39:17 +0000
committerSamuel Thibault <sthibault@debian.org>2013-04-12 13:39:17 +0000
commitf7c3fd7e2f892d93bf159ad433a627de627fd60a (patch)
treeffc9847c57a7b5f8f2716e5518614d49605b731d /en/boot-installer/parameters.xml
parent3313aca1c183c442fe80eae83bcfc6f2e5542753 (diff)
downloadinstallation-guide-f7c3fd7e2f892d93bf159ad433a627de627fd60a.zip
Add some details about serial console boot parameter.
Diffstat (limited to 'en/boot-installer/parameters.xml')
-rw-r--r--en/boot-installer/parameters.xml22
1 files changed, 16 insertions, 6 deletions
diff --git a/en/boot-installer/parameters.xml b/en/boot-installer/parameters.xml
index 5d3ea47a0..0a1dcdf00 100644
--- a/en/boot-installer/parameters.xml
+++ b/en/boot-installer/parameters.xml
@@ -27,7 +27,10 @@ common gotchas are included below in
</para>
-<para arch="linux-any" condition="supports-serial-console">
+ <sect2 id="boot-console" arch="linux-any" condition="supports-serial-console">
+ <title>Boot console</title>
+
+<para>
If you are booting with a serial console, generally the kernel will
autodetect this.
@@ -38,8 +41,15 @@ to pass the
argument to the kernel, where <replaceable>device</replaceable> is
your serial device, which is usually something like
<filename>ttyS0</filename>.
-<footnote>
-<para>
+
+</para><para>
+
+You may need to specify parameters for the serial port, such as speed and
+parity, for instance <userinput>console=ttyS0,9600n8</userinput> ; other typical
+speeds may be 57600 or 115200.
+
+</para><para>
+
In order to ensure the terminal type used by the installer matches your
terminal emulator, the parameter
<userinput>TERM=<replaceable>type</replaceable></userinput> can be added.
@@ -51,11 +61,10 @@ virtualization tool which does not provide conversion into such terminals types
itself, e.g. QEMU/KVM, you can start it inside a <command>screen</command>
session. That will indeed perform translation into the <literal>screen</literal>
terminal type, which is very close to <literal>vt102</literal>.
-</para>
-</footnote>
+</para>
-</para><para arch="sparc">
+<para arch="sparc">
For &arch-title; the serial devices are <filename>ttya</filename> or
<filename>ttyb</filename>.
@@ -65,6 +74,7 @@ Alternatively, set the <envar>input-device</envar> and
</para>
+ </sect2>
<sect2 id="installer-args"><title>&debian; Installer Parameters</title>
<para>