Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 974290

Summary: anaconda does not pass 'console=ttyAMA0,115200' boot arg to bootloader config (extlinux.conf)
Product: [Fedora] Fedora Reporter: Paul Whalen <pwhalen>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, dshea, g.kaviyarasu, jonathan, mkolman, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: arm   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-15 00:34:38 UTC Type: Bug
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: 245418, 901850    

Description Paul Whalen 2013-06-13 21:04:17 UTC
Description of problem:
When installing a system using 'console=ttyAMA0,115200' in the pxeboot config the resulting installed system does not include the boot arg. 


Version-Release number of selected component (if applicable):

anaconda-19.30.5-1.fc19

How reproducible:

everytime.

Steps to Reproduce:
1. begin a pxeboot installation including the following boot arg:
append console=ttyAMA0 ip=eth0:dhcp ks=http:// rd.shell

Actual results:
After installation the system will not include the boot arg:
append: rd.md=0 root=UUID=f28329a8-cdc0-48ab-95f7-8a331ee10e9a rd.dm=0 vconsole.font=latarcyrheb-sun16 rd.lvm=0 vconsole.keymap=us rd.luks=0


Expected results:
'console=ttyAMA0' in the boot args

Additional info:
When '--append="console=ttyAMA0,115200" ' is added to the kickstart, system includes the expected boot argument. eg:
bootloader --extlinux --append="console=ttyAMA0,115200"

Comment 1 Brian Lane 2013-06-15 00:34:38 UTC

*** This bug has been marked as a duplicate of bug 974643 ***