Bug 65382

Summary: Kernel panic: No init found with ServeRaid controller (ips driver)
Product: [Retired] Red Hat Linux Reporter: Zing <shishz>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: high    
Version: 7.3CC: msw
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-05-28 20:06:17 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
serial console capture none

Description Zing 2002-05-22 21:31:09 UTC
Description of Problem:
Upgrade RH 7.2 -> RH 7.3 on IBM xSeries 342 with ServeRaid 4M controller.
Install completes, reboots and get:

Mounting root filesystem
EXT3-fs:unable to read superblock
mount: error 22 mounting ext3
pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2
Freeing unused kernel memory: 280K freed
Kernel panic: No init found.  Try passing init= option to kernel.

Usually I see the disks detected in the raid array in 7.2, but no such luck
in 7.3.  I have two disks software raid 1 on an adaptec which are detected
fine right before these error messages above.


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

Red Hat 7.3

How Reproducible:
always.

Steps to Reproduce:
1. IBM Serveraid controller
2. Upgrade 7.2 to 7.3
3. after install finishes, reboot, and kernel panic

Actual Results:
kernel panic: no init found

Expected Results:
boot into system

Additional Information:
seems similar to other bugreports with other raid controllers.
this is a uniprocessor machine, but same symptoms on an SMP machine (xseries 340)
we have here.

Comment 1 Arjan van de Ven 2002-05-27 14:59:52 UTC
Is there anything before this that indicates that the ips driver is loaded at all ?

Comment 2 Zing 2002-05-27 16:01:11 UTC
Sorry, my bad arjan... the ips driver is being loaded.  :(

I'm attaching a serial capture of the actual boot...

Comment 3 Zing 2002-05-27 16:02:18 UTC
Created attachment 58685 [details]
serial console capture

Comment 4 Arjan van de Ven 2002-05-28 09:13:22 UTC
Hm. This almost looks like during the installation the ips is found first and
then the aic7xxx, while now the aic7xxx is loaded first and then the ips.

In theory mount-by-label should have avoided this.

Matt: have you seen similar reports from your side ?

Comment 5 Matt Wilson 2002-05-28 15:11:23 UTC
haven't seen simiar reports yet.


Comment 6 Zing 2002-05-28 20:06:11 UTC
Errrr, I can boot now.  The /initrd directory was missing... i have no idea why
(all I did was an upgrade & rebooted immediately and then kernel panic, honest!
:).  

I did a `mkdir /mnt/sysimage/initrd` in rescue mode, rebooted, and the system
came up fine using grub & kernel-2.4.18-3.

Comment 7 Matt Wilson 2002-05-28 20:14:20 UTC
thought that'd be the problem.