WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] pata_amd help

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] pata_amd help
From: Asim <linkasim@xxxxxxxxx>
Date: Sat, 26 Apr 2008 14:50:24 -0500
Delivery-date: Sat, 26 Apr 2008 12:50:55 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=eqLncZeohsHfdJou44dUqjJzGIG/f53TlD5QpQAwDew=; b=JlbK5mGh0kfTF1Y5wdJb0mUn6m4Ixq0jbqzHZ6D0nd2PUlg7UuCkgSbxXFYm9+YnhPFJZwa/Cc+G2y/f+gWaFO8SucB4q9JpeXZ6f0KvaoeA6NsZPszQPj2xn7Q4TJt9n6sgFg7IJROx/GOFA+/OmZy3yQM2lN10xO3Nzwm9KKw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=URVyOnEvKIv257YbpA7bf7a2hzHXHXf0TuAKY8YadzBMyIOzu5zX2Y0qiHv4Z4dq8HPeL+HKFsBbJ+Q5xvOVoaJQ71bxIvDOKbkr8JdQMdIt9QxNoZa1sKqPJ8zq5Mmy7/P4/QFubRsMiBRcML7aqh+r9Cmz6nv1eu5SAniJUE0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I'm trying to install a xen domU but with little success. I cannot
build an initrd image for domU:

I get the following error while doing a mkinitrd:

[root@adsl-21 xen-3.2.0]# mkinitrd -v -f --with=aacraid --with=sd_mod
--with=scsi_mod --with=pata_amd initrd-2.6.18.8-xen.img 2.6.18.8-xen
Creating initramfs
Looking for deps of module ehci-hcd: usbcore
Looking for deps of module usbcore
Looking for deps of module ohci-hcd: usbcore
Looking for deps of module uhci-hcd: usbcore
Looking for deps of module ext3: jbd
Looking for deps of module jbd
Found root device sda2 for LABEL=/
Looking for driver for device sda2
Looking for deps of module
pci:v000010DEd00000054sv0000108Esd00005347bc01sc01i85: libata sata_nv
libata sata_nv
Looking for deps of module libata
Looking for deps of module sata_nv: libata
Looking for driver for device LABEL=/
Looking for driver for device LABEL=SWAP-sda3
Looking for deps of module pata_amd
No module pata_amd found for kernel 2.6.18.8-xen, aborting.


For dom0, i just hacked /var/lib/modules by copying pata_amd*.ko from
a different kernel build and got it running but this does not work for
domU.
Please help me if anybody faced a similar situation. I tried to change
the Xen build by doing the menuconfig build option but cannot find
anywhere pata_amd
module.

Thanks,
Asim

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] pata_amd help, Asim <=