Description of problem: I just installed Fedora_18_Beta_TC2 i386 while adding "console=ttyS0" boot option, following this test case: https://fedoraproject.org/wiki/QA:Testcase_Anaconda_User_Interface_serial_console I was using KVM. The installation went fine over serial console, but the installed system does not contain "console=ttyS0" in grub.cfg, therefore it is not possible to access the newly installed system over serial console. Also the grub menu itself is not displayed over serial console. Version-Release number of selected component (if applicable): Fedora_18_Beta_TC2 i386 anaconda 18.12 How reproducible: always Steps to Reproduce: 1. follow the linked test case
With F18 you have to add the "serial" option if you want the settings to carry over to the installed system. We wanted to allow for using serial console for install without forcing serial boot after install. Please try with serial and reopen if that doesn't work.
Hello Jesse, "serial" boot option is obsolete and has been removed. From anaconda boot options wiki: serial This option was never intended for public use; it was supposed to be used to force anaconda to use /dev/ttyS0 as its console when testing it on a live machine. Use console=ttyS0 or similar instead. See console for details. http://wwoods.fedorapeople.org/doc/boot-options.html#_serial Reopening the bug.
(In reply to comment #2) > Hello Jesse, > > "serial" boot option is obsolete and has been removed. > From anaconda boot options wiki: > > serial > > This option was never intended for public use; it was supposed to be used to > force anaconda to use /dev/ttyS0 as its console when testing it on a live > machine. > > Use console=ttyS0 or similar instead. See console for details. > > http://wwoods.fedorapeople.org/doc/boot-options.html#_serial > > Reopening the bug. That document is a work in progress, and does not reflect the very latest changes we've made in the code. Serial was revived, after discussion with Will Woods. If we just key off of "console=" we don't give users a way to use serial just for install, but not post-install. This is what the serial flag is used for now. Closing again. Documentation will be updated. In fact, the Fedora wiki has been updated to reflect this information: https://fedoraproject.org/wiki/Anaconda_Boot_Options?rd=Anaconda/Options#console
Reopening. I'm so mad, I just lost lots of time because of broken documentation! There is a big fat warning that [1] is obsolete. The current "draft" [2] says 'serial' is obsolete. Please fix the documentation and *then* close the bug. [1] https://fedoraproject.org/wiki/Anaconda_Boot_Options [2] http://wwoods.fedorapeople.org/doc/boot-options.html#_serial
Removing Beta blocker, adding CommonBugs.
It's not just the documentation, the installer prints a message on the serial console that 'serial' isn't needed, but indeed the getty on the serial console is not autoconfigured without it.
This message is a reminder that Fedora 18 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 18. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '18'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 18's end of life. Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 18 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 18's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
With Fedora 20 console=ttyS0 carries over to the installed system.