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] How can I re-build domU's Kernel?

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] How can I re-build domU's Kernel?
From: 김병기 <bklove80@xxxxxxxxx>
Date: Mon, 20 Dec 2010 16:11:20 +0900
Delivery-date: Sun, 19 Dec 2010 23:12:56 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=x6kMoxwtmR4PQ7vQPp+JDtTpPoC10l0PqYm6ZRVazPs=; b=P+HlmJf5lwZleUuegnp6WuatA8KPqv/3KfcfF5p0K32IRVbsHKR8NLA5m5ymwbptU1 zInF/nwiplgdOMq2oKzKEaNANUJZEoaADRRmrGLGyG0I0TEF/M1oCelbehxEqjlaM0yA JmX6ympFB9Ma70e5WhOL8/I3zOP/FOM3QF9II=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CUrJFsRhfX2tu/t0eRxpFA5Mtl5h7mRln+aY428H0watfPjE66DPK8bHzB14/NOw9M xdjYU30iTlJusWg18R+WAkPUF0215BweKiL4cSJ5PKW6c6RdbTBtQmXyS22DzcWt6W+g 7ZV0jLWKehFvlkANLjxox2+uNLyzfOZZs5MkQ=
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

I have fedora13 as domain0 kernel on xen-3.4.3 or xen-4.0.1.

I installed ubuntu10.04 as guest-os following this :

1) download installer from :


to /boot directory


2) edit xen guest config file 
kernel = "/boot/vmlinuz"
ramdisk = "/boot/initrd.gz"
memory = 1024
name = "ubuntu01"
vcpus = 1
vif = ['bridge=xenbr0']
disk = ['phy:vg_f13/ubuntu01,xvda,w']
bootloader = "/usr/bin/pygrub"

3) Install ubuntu10.04 as normal way.

4) after installation finished. reboot gueset-os with config. This ubunt guest works well.
memory = 1024
name = "ubuntu01"
vcpus = 1
vif = ['bridge=xenbr0']
disk = ['phy:vg_f13/ubuntu01,xvda,w']
bootloader = "/usr/bin/pygrub"

But, I have questions.

1) Is this ubuntu machine works as para-virtualized kernel or HVM?

2) If this is PV-dom then How can I compile the guest-kernel ?

Thanks in advance. :)

-BK
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>