Bug 804506
Summary: | anaconda does not parse 'console=ttyS0' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tao Wu <twu> |
Component: | anaconda | Assignee: | Will Woods <wwoods> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | awilliam, bruno, g.kaviyarasu, hoyang, jonathan, jsmith.fedora, kparal, robatino, sdharane, vanmeeuwen+fedora |
Target Milestone: | --- | Keywords: | ReleaseNotes, Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | AcceptedBlocker | ||
Fixed In Version: | anaconda-17.14-1.fc17 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-03-26 13:13:54 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 736993, 752649 |
Description
Tao Wu
2012-03-19 06:10:23 UTC
'serial console=ttyS0' is also not parsed. askmethod is deprecated and has been removed. use an appropriate "inst.repo=XXX" argument, as suggested by the error message. 'serial' is also deprecated - it's a synonym for "console=ttyS0", so use that instead. Hongqing, can you please re-do all the TC2 tests marked as 'failing' due to this bug, with the new parameters described in comment #2? Thanks! -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers (In reply to comment #3) > Hongqing, can you please re-do all the TC2 tests marked as 'failing' due to > this bug, with the new parameters described in comment #2? Thanks! > > > > -- > Fedora Bugzappers volunteer triage team > https://fedoraproject.org/wiki/BugZappers It also does not work with 'console=ttyS0' which is the same with RHEL. When you say 'does not work', what happens exactly? Installation continues but does not use the serial console? -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers (In reply to comment #5) > When you say 'does not work', what happens exactly? Installation continues but > does not use the serial console? > > > > -- > Fedora Bugzappers volunteer triage team > https://fedoraproject.org/wiki/BugZappers yes, that is. The installation continues without serial console. (In reply to comment #6) > yes, that is. The installation continues without serial console. Confirmed. Proposing as Beta blocker, serial console is now in Beta criteria. I know this is a dependent bug of a Beta blocker already, but just to be on the safe side. I vote +1 blocker, this is a clear infraction of "The installer must be able to complete an installation using the serial console interface". -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Will says this ought to be fixed in current anaconda 17 branch. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers +1 blocker. +1 blocker 4 +1s (counting kamil's proposal), accepted per criterion "The installer must be able to complete an installation using the serial console interface". -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers +1 blocker anaconda-17.14-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/anaconda-17.14-1.fc17 Package anaconda-17.14-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-17.14-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-4546/anaconda-17.14-1.fc17 then log in and leave karma (feedback). anaconda-17.14-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. The "askmethod" still can not be parsed in anaconda 17.14. (In reply to comment #18) > The "askmethod" still can not be parsed in anaconda 17.14. There is no 'askmethod' option, use 'inst.repo=' directly according Comments 2 The 'console=ttyS0' option is fixed. Verified and pushed, closing. We should document the removal of 'askmethod' in the release notes. Release notes folks, that's what this is for. the 'askmethod' anaconda parameter is gone in F17. Remaining methods of selecting repositories for sourcing the installer itself and/or packages to install are the 'repo=' (or 'inst.repo=', now) parameter and doing it interactively at the package installation stage of the installer. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers |