Re: Problem with kernel upgrade and dmraid (LSI megaraid)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Luca,

attached you´ll find the content of the initrd script

Thank you for you help and patience.

kind regards

Andreas

Luca Berra schrieb:
> On Thu, May 07, 2009 at 04:25:44PM +0200, Andreas Oster wrote:
>> Hello Luca,
>>
>> sorry for the delay, but I have been busy lately and did not find
>> the time to create the log you asked for.
>>
>> Attached you´ll find the startup output until it reaches the
>> kernel panic.
>>
>> I really hope you can find the cause of this issue :-)
>>
> i'm sorry, but still no clue,
> can you also post the content of initrd init script
> 
> gzip -dc /boot/initrd-2.6.28.4-server-1mnb.img | cpio -i --to-stdout init
> 
> 

gzip -dc /boot/initrd-2.6.28.4-server-1mnb.img | cpio -i --to-stdout init
#!/bin/nash

mount -t proc /proc /proc
setquiet
echo Mounting proc filesystem
echo Mounting sysfs filesystem
mount -t sysfs /sys /sys
echo Creating /dev
mount -o mode=0755 -t tmpfs /dev /dev
mkdir /dev/pts
mount -t devpts -o gid=5,mode=620 /dev/pts /dev/pts
mkdir /dev/shm
mkdir /dev/mapper
echo Creating initial device nodes
mknod /dev/null c 1 3
mknod /dev/zero c 1 5
mknod /dev/systty c 4 0
mknod /dev/tty c 5 0
mknod /dev/console c 5 1
mknod /dev/ptmx c 5 2
mknod /dev/fb c 29 0
mknod /dev/fb0 c 29 0
mknod /dev/tty0 c 4 0
mknod /dev/tty1 c 4 1
mknod /dev/tty2 c 4 2
mknod /dev/tty3 c 4 3
mknod /dev/tty4 c 4 4
mknod /dev/tty5 c 4 5
mknod /dev/tty6 c 4 6
mknod /dev/tty7 c 4 7
mknod /dev/tty8 c 4 8
mknod /dev/tty9 c 4 9
mknod /dev/tty10 c 4 10
mknod /dev/tty11 c 4 11
mknod /dev/tty12 c 4 12
mknod /dev/ttyS0 c 4 64
mknod /dev/ttyS1 c 4 65
mknod /dev/ttyS2 c 4 66
mknod /dev/ttyS3 c 4 67
daemonize --ignore-missing /bin/plymouthd
plymouth --show-splash
echo Starting splash.
nash-if-splash splashy_chvt 8
nash-if-splash splashy boot
echo Setting up hotplug.
hotplug
echo Creating block device nodes.
mkblkdevs
echo "Loading ext3 module"
modprobe -q ext3
echo "Loading crc-t10dif module"
modprobe -q crc-t10dif
echo "Loading scsi_mod module"
modprobe -q scsi_mod
echo "Loading sd_mod module"
modprobe -q sd_mod
echo "Loading libata module"
modprobe -q libata
echo "Loading pata_cmd64x module"
modprobe -q pata_cmd64x
echo "Loading ide-core module"
modprobe -q ide-core
echo "Loading ide-disk module"
modprobe -q ide-disk
echo "Loading cmd64x module"
modprobe -q cmd64x
echo "Loading pata_serverworks module"
modprobe -q pata_serverworks
echo "Loading usb_storage module"
modprobe -q usb_storage
echo "Loading dm-mod module"
modprobe -q dm-mod
echo "Loading dm-mirror module"
modprobe -q dm-mirror
echo "Loading dm-zero module"
modprobe -q dm-zero
echo "Loading dm-snapshot module"
modprobe -q dm-snapshot
echo Waiting for driver initialization.
stabilized --hash --interval 250 /proc/scsi/scsi
modprobe scsi_wait_scan
rmmod scsi_wait_scan
mkblkdevs
rmparts sdb
rmparts sda
dm create lsi_dbhcfghecea --uuid DMRAID-lsi_dbhcfghecea 0 156301487 mirror core 2 131072 nosync 2 8:0 0 8:16 0 1 handle_errors
dm partadd lsi_dbhcfghecea
nash-resume
echo Creating root device.
mkrootdev -t ext3 -o relatime,ro UUID=b781bcfb-1ba7-4673-bf70-01bf22423da2
echo Mounting root filesystem.
mount /sysroot
echo Setting up other filesystems.
setuproot
loadpolicy
plymouth --newroot=/sysroot
echo Switching to new root and running init.
nash-if-splash splashy_update "chroot /sysroot"
switchroot
echo Booting has failed.
nash-if-splash splashy_update exit
nash-if-splash splashy_chvt 1
sleep -1
15480 blocks
_______________________________________________
Ataraid-list mailing list
Ataraid-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/ataraid-list

[Index of Archives]     [Linux RAID]     [Linux Device Mapper]     [Linux IDE]     [Linux SCSI]     [Kernel]     [Linux Books]     [Linux Admin]     [GFS]     [RPM]     [Yosemite Campgrounds]     [AMD 64]

  Powered by Linux