| Summary: | Need to manually select NIC to continue when installing RHEL 6.1 with kickstart file | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jack Zhou <zhoudaxia> | ||||||
| Component: | anaconda | Assignee: | Radek Vykydal <rvykydal> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.1 | CC: | rvykydal | ||||||
| Target Milestone: | rc | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2011-08-25 07:08:43 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
|
Description
Jack Zhou
2011-08-23 09:42:32 UTC
Could you please attach these log files: /tmp/anaconda.log, /tmp/syslog, /tmp/ifcfg.log, and kickstart file used (if any). You can gather them during installation on tty2 using scp or cp (or they are copied to installed system into /var/log/anaconda, the syslog file is named anaconda.syslog there). It is really strange that none of the options you tried prevented device selection dialog. It seems like activation of device specified in kickstart or boot command line failed, I'll be able to say more when I see the logs. Created attachment 519545 [details]
Screenshots and installation logs
(In reply to comment #2) > Could you please attach these log files: > /tmp/anaconda.log, > /tmp/syslog, > /tmp/ifcfg.log, > and kickstart file used (if any). > You can gather them during installation on tty2 using scp or cp (or they are > copied to installed system into /var/log/anaconda, the syslog file is named > anaconda.syslog there). It is really strange that none of the options you tried > prevented device selection dialog. It seems like activation of device specified > in kickstart or boot command line failed, I'll be able to say more when I see > the logs. Sorry. When reporting the bug, I attached the logs. Maybe they aren't uploaded successfully. I re-attached the logs. Thanks for the logs, I'd need the kickstart file actually used for the installation (ks=file:///wQdhA9Ucfe, can be gathered during install as /tmp/ks.cfg I think), not the file generated by anaconda (anaconda-ks.cfg). I have one idea - isn't the network command in your kickstart file preceding the nfs command? If so, and swapping the lines fixes the issue (by actually applying the kickstart network command), this could be a duplicate of bug #731274. The iBFT not being detected might be another issue, you can issue iscsiadm -m fw in tty2 to read the configuration of iBFT anaconda is seeing and check that iBFT is correctly configured. Created attachment 519758 [details]
ks file
(In reply to comment #5) > Thanks for the logs, I'd need the kickstart file actually used for the > installation (ks=file:///wQdhA9Ucfe, can be gathered during install as > /tmp/ks.cfg I think), not the file generated by anaconda (anaconda-ks.cfg). > > I have one idea - isn't the network command in your kickstart file preceding > the nfs command? If so, and swapping the lines fixes the issue (by actually > applying the kickstart network command), this could be a duplicate of bug > #731274. > > The iBFT not being detected might be another issue, you can issue iscsiadm -m > fw in tty2 to read the configuration of iBFT anaconda is seeing and check that > iBFT is correctly configured. The ks file has been attached. > > I have one idea - isn't the network command in your kickstart file preceding > the nfs command? If so, and swapping the lines fixes the issue (by actually > applying the kickstart network command), this could be a duplicate of bug > #731274. > It is the "network" command preceding the "text" command. A workaround is to change the order. Marking as duplicate of bug #731274 which should be fixed in rhel 6.2. *** This bug has been marked as a duplicate of bug 731274 *** |