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] Use paravirtualized kernel with HVM-image?

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Use paravirtualized kernel with HVM-image?
From: Jun Koi <junkoi2004@xxxxxxxxx>
Date: Wed, 25 Feb 2009 01:26:00 +0900
Delivery-date: Tue, 24 Feb 2009 08:26:22 -0800
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:content-transfer-encoding; bh=aqoP9qa1oQSLZWeEYomHxYWjCMh45O/oRf30hzKQmLY=; b=qXd4Sgo8CKFZUuzVNUE1BqiHY44cRtCjjfuEp4EidRR00RPGvnIpU5dF9JJ+aiW6SQ LwJz2brzA4jNcCP1EmjrMUb4EWNns1CP8DgcOO/GTMHfOMSHFAdishz7VBHZkRK6uBBJ j0/EyMYOuEaHZRsbnOMLfrYPPPYB9EiuCwUGY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=tTn3OLbB7UAKRMWX4dQS/Rs56mUWvcTXUsjje8SPFQ9JFY7xc8ybmtkshihCwTtVQp jzPE41JJUPw0RGU1JzeIQ6TvHfIsnbLSkmCLDymB4NTFwC+rSTIWGrbNeGTUCNlQfwzl M8PkYz2xfirfaI083H4ILEI5Dcn1M3UX1jvik=
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,

I have a HVM image, installed Ubuntu 8.10. Now I want to use this
image with 2.6.18-xen kernel (from Xen-3.3.1). So I replace the below
configuration:

kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
device_model='/usr/lib/xen/bin/qemu-dm'


With:
kernel = "/boot/vmlinuz-2.6.18.8-xen"
ramdisk = '/boot/initrd.img-2.6.18.8-xen'


The remaining configuration is unchanged.

But then when I tried to create a VM with the new configuration, the
VM crashed when booting kernel. How can I fix the problem?

Thanks,
Jun

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

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