Bug#293569: kernel-image-2.6.8-2-686-smp incorectly tries to load megaraid2 on a 2.6 kernel

2005-06-07 Thread Bart Verwilst
Hi,

Still nothing.. I installed this kernel, added scsi_mod and megaraid 
to /etc/mkinitrd/modules.. Still doesn't boot..
Any more ideas?

Op maandag 6 juni 2005 19:30, schreef u:
 Horm put up some test images a couple of days ago at

 http://debian.vergenet.net/testing/
 The debian version is 5.hls.2005052700

 You might want to try those, as they have the MEGARAID_NEWGEN drivers  
 compiled into the kernel.

 They work for booting my 2850.

 Best.

 Satadru



Bug#293569: kernel-image-2.6.8-2-686-smp incorectly tries to load megaraid2 on a 2.6 kernel

2005-06-07 Thread Horms
On Mon, Jun 06, 2005 at 03:43:26PM +0200, Bart Verwilst wrote:
 I'm having this issue too.. We're switching from Gentoo to Debian 3.1 in the 
 datacenter, and all our servers are Dell's, mostly 1850's.. We want to use 
 kernel 2.6 instead of 2.4, but this is not possible for now.. Isn't this a RC 
 bug for Debian 3.1?

I have to say I am a bit confused by this issue.
Which driver should be loaded?

-- 
Horms


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#293569: kernel-image-2.6.8-2-686-smp incorectly tries to load megaraid2 on a 2.6 kernel

2005-06-06 Thread Bart Verwilst
I'm having this issue too.. We're switching from Gentoo to Debian 3.1 in the 
datacenter, and all our servers are Dell's, mostly 1850's.. We want to use 
kernel 2.6 instead of 2.4, but this is not possible for now.. Isn't this a RC 
bug for Debian 3.1?

Kind regards,

Bart


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#293569: kernel-image-2.6.8-2-686-smp incorectly tries to load megaraid2 on a 2.6 kernel

2005-02-07 Thread Horms
reassign 293569 initrd-tools

On Fri, Feb 04, 2005 at 12:56:46PM +, [EMAIL PROTECTED] wrote:
 Package: kernel-image-2.6.8-2-686-smp
 Version: 2.6.8-2
 Severity: important
 Justification: prevents boot 
 
 The package runs mkinitrd to build an initial ramdisk
 The hardware is using the Dell 'megaraid' controller which was supported as 
 megaraid2 under the 2.4 series kernels.
 mkinitrd probes the root and finds megaraid2 and add the line to 
 loadmodules in the initrd: 
 
 modprobe -k  vesafb  /dev/null 21
 modprobe -k  fbcon 2 /dev/null
 modprobe -k  unix 2 /dev/null
 modprobe -k  megaraid2
 modprobe -k  sd_mod 
 
 the version of the megaraid module shipped with the 2.6 kernel is v2, and 
 should support the controller just fine 

Hi Robin,

The name of this module changed from megaraid2 to megaraid for 2.6
as far as I can see. Unfortunately  the tool the generates the ramdisk
doesn't know how to work this out. Actually, I don't think we know how
it could work this out, short of puting everything pluss the kitchen
sink into the initrd image.

Could you please try adding megaraid to /etc/mkinitrd/modules and
rebuilding the intird image using mkinitrd on the command line.
This will likely result in an ininitrd image that tries to modprobe
megaraid2 and megaraid, but only the latter will succeede as only
it will be inculded in the initrd image as only it exists in 2.6.

Hopefully this will allow your system to boot.

I have reassigned this bug to initrd-tools as the problem seems
to lie there rather than with the kernel image itself.

 running mkinitrd: 
 
 uk2a:/home/robin# mkinitrd -o /tmp/initrd.img 2.6.8-2-686-smp
 /usr/sbin/mkinitrd: add_modules_dep_2_5: modprobe failed
 FATAL: Module megaraid2 not found.
 WARNING: This failure MAY indicate that your kernel will not boot!
 but it can also be triggered by needed modules being compiled into
 the kernel. 

-- 
Horms


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#293569: kernel-image-2.6.8-2-686-smp incorectly tries to load megaraid2 on a 2.6 kernel

2005-02-04 Thread robin
Package: kernel-image-2.6.8-2-686-smp
Version: 2.6.8-2
Severity: important
Justification: prevents boot 

The package runs mkinitrd to build an initial ramdisk
The hardware is using the Dell 'megaraid' controller which was supported as 
megaraid2 under the 2.4 series kernels.
mkinitrd probes the root and finds megaraid2 and add the line to loadmodules 
in the initrd: 

modprobe -k  vesafb  /dev/null 21
modprobe -k  fbcon 2 /dev/null
modprobe -k  unix 2 /dev/null
modprobe -k  megaraid2
modprobe -k  sd_mod 

the version of the megaraid module shipped with the 2.6 kernel is v2, and 
should support the controller just fine 

running mkinitrd: 

uk2a:/home/robin# mkinitrd -o /tmp/initrd.img 2.6.8-2-686-smp
/usr/sbin/mkinitrd: add_modules_dep_2_5: modprobe failed
FATAL: Module megaraid2 not found.
WARNING: This failure MAY indicate that your kernel will not boot!
but it can also be triggered by needed modules being compiled into
the kernel. 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]