<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ddouthitt</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ddouthitt"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Ddouthitt"/>
	<updated>2026-05-03T05:38:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Enable_Serial_Console_on_Boot&amp;diff=4526</id>
		<title>Enable Serial Console on Boot</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Enable_Serial_Console_on_Boot&amp;diff=4526"/>
		<updated>2010-10-20T15:49:27Z</updated>

		<summary type="html">&lt;p&gt;Ddouthitt: /* How to Enable the Serial Console on Boot  (1.10.x) */ added note for extlinux.cfg; copyediting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to Enable the Serial Console on Boot (1.10.x)==&lt;br /&gt;
&lt;br /&gt;
When using syslinux to boot, you&#039;ll need to modify the syslinux.cfg file in the root directory of the boot device. If using a disk-based Alpine, modify the /boot/extlinux.cfg file.&lt;br /&gt;
&lt;br /&gt;
Add the following:&lt;br /&gt;
* &amp;lt;tt&amp;gt;serial 0 9600&amp;lt;/tt&amp;gt;&lt;br /&gt;
* add &amp;lt;tt&amp;gt;console=ttyS0,9600&amp;lt;/tt&amp;gt; to the &amp;lt;tt&amp;gt;append&amp;lt;/tt&amp;gt; parameter&lt;br /&gt;
* optionally, remove &amp;lt;tt&amp;gt;quiet&amp;lt;/tt&amp;gt; from the &amp;lt;tt&amp;gt;append &amp;lt;/tt&amp;gt; parameter&lt;br /&gt;
&lt;br /&gt;
=== Example syslinux.cfg ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
serial 0 9600&lt;br /&gt;
timeout 20&lt;br /&gt;
prompt 1&lt;br /&gt;
default grsec&lt;br /&gt;
label grsec&lt;br /&gt;
        kernel /boot/grsec&lt;br /&gt;
        append initrd=/boot/grsec.gz alpine_dev=sda1:vfat modules=sd-mod,usb-storage console=ttyS0,9600&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ddouthitt</name></author>
	</entry>
</feed>