From Fedora Project Wiki
Description
This test is intended to ensure that the console= parameter is honored and the post-installed systems is configured properly for a non tty0 console. While the examples mention the use of console=ttyS0, it it acceptable to use any device other than the default tty0.
How to test
- Using a DB-9 serial cable, connect to your test system on the first port (typically S0) and start a serial port monitoring application (ttywatch, cermit, or minicom)
- Boot installation program passing the console=ttyS0 command line parameter
- Complete installation and boot into installed system
Expected Results
- The installation displays properly and responds to user input over the serial line
- Confirm that a login console is presented over the serial device. When using
systemd
(Fedora 15 and newer), you may confirm that the serial device is configured for login by examining the output ofsystemctl status serial-getty@ttyS0.service
. For example:Loaded: loaded (/lib/systemd/system/serial-getty@.service) Active: active (running) since Tue, 01 Mar 2011 12:46:54 -0500; 4min 29s ago Main PID: 736 (login) CGroup: name=systemd:/system/serial-getty@.service/ttyS0
When using
upstart
(from Fedora 9 to Fedora 14), you may confirm that the serial device is configured for login by examining the output ofinitctl status serial DEV=ttyS0
. For example:serial (ttyS0) start/running, process 1210
- The file
/etc/securetty
contains a line matching the requested console and the user is able to login to the system using the serial login prompt