Bug 568083 - RHEL5 installer installs PAE kernel on non-PAE CPU
Summary: RHEL5 installer installs PAE kernel on non-PAE CPU
Keywords:
Status: CLOSED DUPLICATE of bug 471060
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: anaconda
Version: 5.5
Hardware: i386
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Anaconda Maintenance Team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-24 18:27 UTC by Munehiro IKEDA
Modified: 2013-08-06 02:54 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-25 15:24:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Munehiro IKEDA 2010-02-24 18:27:12 UTC
Description of problem
=======================
RHEL5 installer installs PAE kernel on non-PAE CPU.  Then the machine cannot boot up.


Version-Release number of selected component
============================================
anaconda-11.1.2.202-4

* This issue occurs on both of below.
  (1) RHEL5.5-20100217.0 (anaconda-11.1.2.202-4)
  (2) RHEL5.4 (anaconda-11.1.2.195-1)


How reproducible
=================
Always


Steps to Reproduce
===================
Just install RHEL5 to a i386 machine with non-PAE CPUs.


Actual results
==============
The machine cannot boot up because PAE kernel is installed and non-PAE kernel is not.


Expected results
=================
Non-PAE kernel is installed and the machine can boot up with it.


Note
================
We can make Anaoconda install non-PAE kernel and remove PAE kernel if using kickstart file like below.

  @ packages
  - kernel-PAE
  kernel

However, we don't have an option to select non-PAE or PAE kernel when manual (interactive) installation.
I think that the best solution is that Anaconda detects CPU flags and installs appropriate kernel.
The second option might be to provide an option for kernel variant selection to users on interactive screen.

BZ#471060 might be related with this issue.

Comment 1 Chris Lumens 2010-02-25 15:24:48 UTC

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

Comment 2 Don Zickus 2010-08-03 19:21:56 UTC
I don't think this bz is a duplicate of 471060.  Any patch that bz uses will only make the kernel fail to install on non-PAE machines.  This will cause Anaconda to fail _all_ the time.  

Anaconda will need to have another solution to let people who do manual installs select non-PAE kernels.

Cheers,
Don


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