|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Problem to boot Xen 3.3.0 using CentOS as dom0
># mkinitrd -v -f /boot/initrd-2.6.18.8-xen.img 2.6.18.8-xen
Well, your not loading any scsi/sata modules for instance?
># lspci
>
>00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
>
>00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
Yeah, you need this module I assume for your SATA discs?
Do an lsmod in your working kernel, figure out what it is, then rebuild your
initrd:
# mkinitrd -f --with=<sata module> /boot/initrd-2.6.18.8-xen.img 2.6.18.8-xen
That'll get you going...
jlc
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|