I compiled native 2.6.32.12 kernel, similar issue with isci module occurred:
No module isci found for kernel 2.6.32.12, continuing anyway.
And it boot up successfully
Shengkai
From: xen-users-bounces@xxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxx] On Behalf Of Zhu, Shengkai
Sent: Thursday, March 22, 2012 3:01 PM
To: xen-users@xxxxxxxxxxxxx
Subject: [Xen-users] Pvops Kernel Compile: No module isci found for kernel 2.6.32.12
Hi folks,
I’m compiling xen-4.1.2-rc6 with pvops kernel 2.6.32.12. When mkinitrd, it shows error:
No module isci found for kernel 2.6.32.12, aborting. Does anyone know which driver I’m missing in config?
mkinitrd -v -f --with=ahci --with=aacraid --with=sd_mod --with=scsi_mod /boot/initrd-xen.img 2.6.32.12
Creating initramfs
Modulefile is /etc/modprobe.conf
Looking for deps of module ehci-hcd
Looking for deps of module ohci-hcd
Looking for deps of module uhci-hcd
Looking for deps of module ext3
Found root device sda1 for LABEL=/
Looking for driver for device sda1
Looking for deps of module pci:v00008086d00001D02sv00008086sd00003584bc01sc06i01: scsi_mod libata ahci
Looking for deps of module scsi_mod
Looking for deps of module sd_mod: scsi_mod
Looking for deps of module libata: scsi_mod
Looking for deps of module ahci: scsi_mod libata
Looking for driver for device sda2
Looking for deps of module pci:v00008086d00001D02sv00008086sd00003584bc01sc06i01: scsi_mod libata ahci
Looking for deps of module isci
No module isci found for kernel 2.6.32.12, aborting.
I tried to bypass the issue by comment out the isci line in /etc/modprobe.conf, it hung at:
Setting up other filesystems.
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!
Any idea?
Thanks & Best Regards
Zhu Shengkai