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-devel

[Xen-devel] Question about mkinitrd in XEN 3.2.0

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Question about mkinitrd in XEN 3.2.0
From: XingBin <xbhust@xxxxxxxxx>
Date: Fri, 18 Jul 2008 17:51:22 +0800
Delivery-date: Fri, 18 Jul 2008 02:51:44 -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=Rq5nHsG5DZxfDuVyThNGWpYxVvHyxS0kvI5Gn6fqFzQ=; b=LHd4XFyyHNBzPFq7SvZGNHDsC+0DPujf0EJulHj9ZcJrgeatMIwsmX4hdccBPL93QJ tebkKSBsNti5DEszzwOJFA9Cc6VGGl7w7tmdUaBnaZ3FWFZlxqp0vo795NCSU0SdvtLC wFTH5hSGcve3CqPVn+7ikAvpMxJDOMnsunKJQ=
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=vdaAZ6b86H/DbXNETMZ5AS16VwOT8L0eSSgmfx758H8u6lbTX2B1bkSNfJDfNBgK0c KAyV4L2McmhtYsgdRVAezjQ9H3crtAQGO9ZEzCfTY4o1RvMnlJ5ggbUkH9rzUYUNr7sq 5AbWEMzS+7JVEylkK8BaLeYAIPODBn4o7XSrs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi, everyone!
    I compiled the Xen 3.2.0 in CentOS 5.2, then do the following commands:
    make linux-2.6-xen0-config CONFIGMODE=menuconfig
    make linux-2.6-xen0-build
    make linux-2.6-xen0-install
    but I met the "Unable to open an initial console" warning when
boot the OS. Someone said it because of the lost of initrd file. So I
use the mkinitrd command:
    depmod 2.6.18.8-xen0
    mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod
/boot/initrd-2.6.18.8-xen0.img 2.6.18.8-xen0
    but met the following error:

Creating initramfs
Looking for deps of module ehci-hcd
No module ehci-hcd found for kernel 2.6.18.8-xen0, aborting.

    Could anyone help me? Thank you all !

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Question about mkinitrd in XEN 3.2.0, XingBin <=