| Summary: | RHEL-7 kickstart installation under qemu-kvm fails opening X-Display | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Heinz Mauelshagen <heinzm> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Release Test Team <release-test-team> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.0 | CC: | heinzm, Karl.Redgate | ||||
| Target Milestone: | rc | Keywords: | Reopened | ||||
| Target Release: | --- | Flags: | heinzm:
needinfo-
|
||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1479876 (view as bug list) | Environment: | |||||
| Last Closed: | 2014-01-24 21:29:22 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: | |||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1479876 | ||||||
| Attachments: |
|
||||||
|
Description
Heinz Mauelshagen
2013-11-28 14:22:42 UTC
Occured with RHEL-7.0-20131125.n.0 Unable to reproduce the problem using RHEL-7.0-20131127.1. (In reply to David Cantrell from comment #3) > Unable to reproduce the problem using RHEL-7.0-20131127.1. David, I can reproduce this with every RHEL-7 nightly newer than RHEL-7-20130920.n.0, which still WFM. Even RHEL-7-beta does not WFM. Created attachment 836073 [details]
RHEL-7-beta kickstart failing
RHEL-7-beta kickstart file which fails for me.
Please attach /tmp/anaconda.log, /tmp/syslog, and /tmp/X.log from the installation environment. No logs provided, closing the bug. If you can provide the information requested in comment #6, feel free to reopen the bug. I am seeing this also. I am trying to gather logs In my case this is not under KVM, but on a Dell XE2 performing a PXE boot with a kickstart that is trying to do a text mode install. install url --url=http://yumhost/distro/rhel/7.0b/x86_64/os text skipx lang en_US.UTF-8 keyboard us reboot authconfig --enablemd5 --enableshadow firewall --disabled selinux --disabled bootloader --location=mbr timezone --utc US/Eastern network --device=eth0 --bootproto=dhcp --hostname=euler zerombr clearpart --all --initlabel partition /boot --size 128 partition pv.00 --size 1 --grow volgroup VolumeGroup00 pv.00 logvol / --vgname VolumeGroup00 --size 1 --name=rootlv --grow %packages .... Looks like the X error is a red herring. Removing 'text' and 'skipx' and the X message goes away ... however the real anaconda stack trace shows:
...pyanaconda/nm.py, line 200, in nm_device_property
raise UnknownDeviceError(name, e)
...nm.py, line 274, in nm_device_hwaddress
...network.py, line 515, in add_connection_for_ksdata
This seems like maybe my network line is wrong ... I will test
Yes, that was the problem. The eth0 device is now em1 due to the biosdevname change. It is past that error now. It looks like my problem here is really a dup of: https://bugzilla.redhat.com/show_bug.cgi?id=1046307 |