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 728827 - install uEFI mode RHEL6.1 by using PXE will be error
Summary: install uEFI mode RHEL6.1 by using PXE will be error
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: anaconda
Version: 6.1
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: rc
: 6.1
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 756082
TreeView+ depends on / blocked
 
Reported: 2011-08-08 03:37 UTC by Leo Liu
Modified: 2012-01-03 20:34 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-03 20:34:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Leo Liu 2011-08-08 03:37:21 UTC
Description of problem:
Installing 6.1 by using PXE server, it will be kernel panic,
but 6.0 is succesful.

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


How reproducible:
prepare an PXE server and using network installing RHEL6.1

Steps to Reproduce:
1. prepare the PXE server by using the config like below:
DHCP NFS TFTP service is started and workable.

modify the BOOTX64.cfg
vi /var/lib/tftpboot/BOOTX64.cfg
#debug --graphics
default=0
timeout=30
splashimage=(nd)/splash.xpm.gz
timeout 5
hiddenmenu
title Red Hat Enterprise Linux 6.0
	root (nd)
	kernel /rhel6.0/vmlinuz ip=dhcp method=nfs:192.168.16.1:/var/ftp/rhel6.0x64/
	initrd /rhel6.0/initrd.img

title Red Hat Enterprise Linux 6.1
	root (nd)
	kernel /rhel6.1/vmlinuz ip=dhcp method=nfs:192.168.16.1:/var/ftp/rhel6.1x64/ 
	initrd /rhel6.1/initrd.img

2.client using PXE install from PXE server

3.select install RHEL6.1
  
Actual results:
It will show kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(1,0) 

Expected results:
it should be into the grub menu to install OS

Additional info:

Comment 2 Peter Jones 2011-11-20 16:50:56 UTC
This can't be fully evaluated until the traceback that results is attached to the bug, but it's certainlty not an efibootmgr bug.  Reassigning to kernel, though it could still be a grub problem or a dhcpd.conf configuration problem.  No way to tell until we see the traceback.

Comment 4 Matthew Garrett 2011-12-13 13:34:06 UTC
For some reason the kernel's being asked to boot from /dev/ram0. Reassigning to anaconda.

Comment 5 David Cantrell 2012-01-03 20:34:13 UTC
This can't be an anaconda problem yet, anaconda isn't running.  Too vague.


Note You need to log in before you can comment on or make changes to this bug.