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

Re: [Xen-users] Howto debug initrd image?

To: "Petersson, Mats" <Mats.Petersson@xxxxxxx>, chorn@xxxxxxxxxxxx
Subject: Re: [Xen-users] Howto debug initrd image?
From: Reiner Dassing <dassing@xxxxxxxxxxxxxx>
Date: Fri, 04 May 2007 10:29:21 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 04 May 2007 01:29:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <907625E08839C4409CE5768403633E0B018E1CBC@xxxxxxxxxxxxxxxxx>
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>
Organization: BKG-Wettzell
References: <907625E08839C4409CE5768403633E0B018E1CBC@xxxxxxxxxxxxxxxxx>
Reply-to: dassing@xxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)
Hello,

thanks for your answers and the help of Mats and Christian.


With their help and the URL
http://http://www.virtualconcepts.nl/xenbackports.php
I recognized that initrd was not started at all,
as the kernel config file did not define
CONFIG_BLK_DEV_RAM and CONFIG_BLK_DEV_INITRD.

Basically, the kernel config file should contain something like

CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=8192
CONFIG_BLK_DEV_INITRD=y

to enable initrd

May be that is of any help for others.

Regards
Reiner


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

<Prev in Thread] Current Thread [Next in Thread>