|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] RE: Can not find the SATA disk during booting the Xen Ke
vmlinuz-2.6.18.8-xen does have Intel ICH(X) SATA drivers built-in by default. I would guess it's missing driver for your HDD controller. Might be SATA. See what driver for your hard drives controller you are running and rebuild :-
5. To rebuild a kernel with a modified config:
# make linux-2.6-xen-config CONFIGMODE=menuconfig (or xconfig) # make linux-2.6-xen-build # make linux-2.6-xen-install
Boris.
--- On Fri, 5/29/09, eXeC001er <execooler@xxxxxxxxx> wrote:
From: eXeC001er <execooler@xxxxxxxxx> Subject: [Xen-users] RE: Can not find the SATA disk during booting the Xen Kernel (opensuse 11.1) To:
xen-users@xxxxxxxxxxxxxxxxxxx, ikewu83@xxxxxxxxx Date: Friday, May 29, 2009, 12:26 PM
Your kernel config does'n include SATA driver. Hi, all, I have find the problem (Can not find the SATA disk during booting the Xen
Kernel) on a lot of opensuse distros,
Below is the reproduce steps:
1. download the xen 3.4 source 2. make world 3. make install 4. depmod 5. mkinitrd 6. add below config on grub
title Xen 3.4 / XenLinux 2.6.18.8
kernel /boot/xen.gz console=vga module /boot/vmlinuz-2.6.18.8-xen root=/dev/disk/by-id/ata-HDT722516DLA380_41N3148LEN_VDS91DTEFSRARP-part1 ro console=tty0 module /boot/initrd-2.6.18.8-xen
7. reboot and can not reach root=/dev/disk/by-id/ata-HDT722516DLA380_41N3148LEN_VDS91DTEFSRARP-part1
please help me,
Ike wu ikewu83@xxxxxxxxx
-----Inline Attachment Follows-----
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|