Created attachment 1369251 [details] screenshot Description of problem: As shown in the attached screenshot,the system just hang there if you add a inst.text boot option. Version-Release number of selected component (if applicable): Fedora-Workstation-netinst-x86_64-Rawhide-20171217.n.0.iso How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
You will see the same hang with inst.vnc or inst.repo added
I lied,inst.repo and inst.ks works,though it will hangs there for a little while.
Please, attach the logs or at least the output from journalctl.
Created attachment 1369387 [details] anaconda.log
Created attachment 1369388 [details] journal
Created attachment 1369389 [details] syslog
Created attachment 1369390 [details] storage.log
Still see this in the latest Fedora-Workstation-netinst-x86_64-Rawhide-20171218.n.0.iso,and console=ttyS0 will also cause the hang,proposing a blocker.
Proposed as a Blocker for 28-beta by Fedora user lnie using the blocker tracking app because: This bug affects the criteria: The installer must be able to complete an installation using the serial console interface
Looks like this was caused by systemd 236 no longer liking an escape sequence in a spurious echo call in the tmux service file. A PR fixing this issue (by dropping the echo call) is here: https://github.com/rhinstaller/anaconda/pull/1283
*** Bug 1527700 has been marked as a duplicate of this bug. ***
I don't think the "fix" here is correct. See https://github.com/rhinstaller/anaconda/commit/ab29bdff2e041ec4f354c3334d8aa15ea8366a17#commitcomment-26397639 for details.
CCing Zbigniew; see above, I don't think this story is over yet, and I don't think the fix is as simple as removing the command. We may still need to be able to do this somehow.
*** Bug 1528215 has been marked as a duplicate of this bug. ***
So, the bug reported here definitely is fixed now. I still think the fix was wrong, but probably the best way to handle that is to close this and file a new bug. So I'll do that.