Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 621736

Summary: remote install fails
Product: Red Hat Enterprise Linux 6 Reporter: gregrwm <rhbugzi>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Release Test Team <release-test-team-automation>
Severity: medium Docs Contact:
Priority: low    
Version: 6.1Keywords: RHELNAK
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: 2010-08-06 20:23:05 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:
Attachments:
Description Flags
anaconda ctl-alt-F3 screen
none
anaconda ctl-alt-F4 screen none

Description gregrwm 2010-08-06 00:31:22 UTC
Description of problem:  seems rhel6b2 anaconda can't do remote installs, i've tried it on 2 sun x2100 m2's.

Version-Release number of selected component (if applicable):  RHEL6.0-20100715.2-Server-x86_64-DVD1.iso

Steps to Reproduce:
1.  extract vmlinuz and initrd.img from dvd
2.  boot with these parameters:  lang=en_US keymap=us ksdevice=00:11:22:33:44:55 netmask=255.255.255.0 ip=192.168.3.4 hostname=bleep quiet panic=30 vnc vncpassword=foo askmethod
3.  supply nfs server address and directory when asked
  
Actual results:  "Failed to read directory /mnt/runtime/etc: No such file or directory"

Expected results:  continue install

Comment 2 RHEL Program Management 2010-08-06 00:47:35 UTC
This issue has been proposed when we are only considering blocker
issues in the current Red Hat Enterprise Linux release.

** If you would still like this issue considered for the current
release, ask your support representative to file as a blocker on
your behalf. Otherwise ask that it be considered for the next
Red Hat Enterprise Linux release. **

Comment 3 Chris Lumens 2010-08-06 01:54:23 UTC
Please attach /tmp/anaconda.log and /tmp/syslog to this bug report.  Thanks.

Comment 4 gregrwm 2010-08-06 12:04:47 UTC
i can see they exist, however i am at a loss how to extract them from the installer

Comment 5 Chris Lumens 2010-08-06 13:31:58 UTC
You can switch to tty2 and scp them to another computer, then attach them from there.

Comment 6 gregrwm 2010-08-06 14:08:28 UTC
sh: scp: command not found

Comment 7 Chris Lumens 2010-08-06 18:33:11 UTC
Could you at least attach screenshots of tty3 and tty4, then?  Did you run media check?  This has all the makings of a media read error.  I haven't seen any further indications that this is a more widespread problem.

Comment 8 gregrwm 2010-08-06 20:09:13 UTC
Created attachment 437251 [details]
anaconda ctl-alt-F3 screen

Comment 9 gregrwm 2010-08-06 20:10:20 UTC
Created attachment 437252 [details]
anaconda ctl-alt-F4 screen

Comment 10 gregrwm 2010-08-06 20:11:37 UTC
if my nfs server directory contains merely RHEL6.0-20100715.2-Server-x86_64-DVD1.iso, anaconda says "That directory could not be mounted from the server."

when anaconda re-asks for the nfs server directory it appears to have appended "images/install.img" onto my answer.

if i add a softlink at the server of "images -> ." anaconda says "That directory does not seem to contain a Red Hat Enterprise Linux installation image."

if i add a softlink at the server of "install.img -> RHEL6.0-20100715.2-Server-x86_64-DVD1.iso" anaconda says "Failed to read directory /mnt/runtime/etc: No such file or directory".

it never gets to "mediacheck" at the installer.  shasum passes at the server.

Comment 11 Chris Lumens 2010-08-06 20:23:05 UTC
If you are doing an NFS install where the contents of your NFS server is just the ISO image, you need to put install.img from the ISO onto your NFS server in an images/ directory below your existing ISO image.  That you haven't done that explains the weird errors here.