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] Default kernel & initrd in Suse

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Default kernel & initrd in Suse
From: cmasmas cmasmas <cmasmas10@xxxxxxxxx>
Date: Tue, 21 Jul 2009 02:34:46 +0200
Delivery-date: Mon, 20 Jul 2009 17:35:29 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=S6IFr0w15sx37WTP1L/HZwJFB9z7RSERRUgr688COT4=; b=Pl2eelLePmEOEdv1tcdRTeqvUbaLRQX742HDqWiMORSqRc9pjMF+VGPuVVQkJkZ6ac WzdM85lNApS5X+/t+YvrpW7x0lsMpDpxyHVv0uSZJabV3yyuaziQ4q6kocAdmIQW5eet j1BPV74Pz2B2wD9NtdC6omOe8Xh8lP3n3E8OM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xKXQeI44EP6McIEhPOs0+iekP78k+xjcEdHAFJDaNkfIj1l038SZcol+LCjLiwWRV5 wPSMoEF4XbBHCDE74mNUYXdiWCgoX9VdBHBS9ndQQ8rXl0p4ud1xdInWiTWXv+5bTmyJ SPYmVlEDEzKA3JlfIGIzDx66se92sYZPtVEII=
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 have OpenSuse as Dom0. If I specify no kernel & ramdisk in the configuration file, the DomU boots OK. However, if I specify the kernel and initrd in /boot, the DomU just fails. So I think that there must be a "default" kernel and ramdisk. Any ideas?

Here is the cfg file:

#kernel = '/boot/vmlinuz-2.6.27.23-0.1-xen'
#ramdisk = '/boot/initrd-2.6.27.23-0.1-xen'
memory = "256"
name = "debian.5-0"
vif = ['']
disk = ['file:/home/user/debian.5-0.x86.img,sda1,w']

Thanks in advance!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Default kernel & initrd in Suse, cmasmas cmasmas <=