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] mkinitrd fails on SLES10SP2 when used with 2.6.18.8 kernel f

To: xen-users@xxxxxxxxxxxxxxxxxxx, xen-devel-request@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] mkinitrd fails on SLES10SP2 when used with 2.6.18.8 kernel for Xen 3.3.0
From: "AswiniKumar K" <kaswinikumar@xxxxxxxxx>
Date: Sun, 23 Nov 2008 20:27:01 +0530
Cc:
Delivery-date: Sun, 23 Nov 2008 06:58:07 -0800
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; bh=tFwr8g3VY17t8ROoCYHaZ9C/XgVP/a/qD0Mchn19hm0=; b=Zn8z7+PXReK53tcGzSLZ3kKw2ttqhIqAoAtF/ZtbG2Nq6NZcjrLgElkhgMofC0OEhr DhdT5aIOhflqRD4lh7RtTUnYMwZSu6wO6v3e6yHRw8sCgseU2z/uzS/yPjcGQLKBtV5E /zqoG9qAPCOyDGs3idGcOKGPhS/wHT2SgOKws=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=exZ8Qa5zagExR6VjMffcqtlPs5MMFcUW0Q81SGNw0d1sukOmYpjtAIeOh7O12zveC8 SNuIC0ra414avl9O1SxpRyWyqo4Cu/8JlxsQXhYHg80KAHeUgXZeWXUE69Xd+UXilJJF xWNbaWoF/51lITUXEl9Ytviy4UXsEL7zSn02Q=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
I compiled Xen 3.3.0 according to the steps given in the readme byrunning the following:

#make world

#make install

 I tried to create an initrd using the following:

#depmod 2.6.18.8-xen

#mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.18.8-xen.img 2.6.18.8-xen

and got the following error:

Unknown option: -v

Try mkinitrd -h

 

Then I added the "aacraid, sd_mod, scsi_mod" to "INITRD_MODULES" section in "/etc/sysfconfig/kernel", as mentioned in one of the archieved mails and executed

#mkinitrd initrd-2.6.18.8-xen.img 2.6.18.8-xen

The result was:

/sbin/mkinitrd: line 3521: initrd-2.6.18.8-xen.img/etc/fstab: No such file or directory
No '/' mountpoint specified in initrd-2.6.18.8-xen.img/etc/fstab
 

The same issue was mentioned in 2006 by someone but I could not see any proper response.  Can someone please help me here?


Thanks,
AswiniKumar.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] mkinitrd fails on SLES10SP2 when used with 2.6.18.8 kernel for Xen 3.3.0, AswiniKumar K <=