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] DomU with 2.6.23.9

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] DomU with 2.6.23.9
From: Maximilian Wilhelm <max@xxxxxxxxxxx>
Date: Tue, 11 Dec 2007 13:09:12 +0100
Delivery-date: Tue, 11 Dec 2007 04:10:15 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <475E717D.1030805@xxxxxxxxxxxxx>
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>
Mail-followup-to: xen-users@xxxxxxxxxxxxxxxxxxx
References: <475E51A8.4040804@xxxxxxxxxxxxx> <20071211110813.GA10345@xxxxxxxxxxxxxxxxxxx> <475E717D.1030805@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-08-11)
Am Tuesday, den 11 December hub Power-Netz (M. Schmidt) folgendes in die Tasten:

> # Virtual host config file
> 
> name = "d999"
> kernel = "/virtual/kernel/vmlinux-2.6.23.9-5105"
> ramdisk = "/virtual/kernel/initrd.img-2.6.23.9-5105"                     
>                                             // <-- i tryed it with 
> static kernel and initrd with the same result
> disk = ['file:/virtual/images/d999,ioemu:sda1,w', 
> 'file:/backup/d999,ioemu:sdb1,w']
> root = "/dev/sda1 ro"

The block devices seem to be staticly named xvd* in vanilla kernel,
regardless what you specify here.
So check all device names to xvd* (sda1 -> xvda1, ...) and have a new
try.

You may also want to add
extra = 'console=hvc0'
to tell the kernel to print everything to this (Xen) console.
You also have to edit /etc/inittab to put a getty on this console.
Also add hvc0 to /etc/securetty to enable root login via the xen
console.

> cpus = "0,1,2,3"
> vcpus = 4
> memory = 1024
> vif = ['bridge=xenbr0, vifname=vif999']        

HTH
Ciao
Max
-- 
        Follow the white penguin.

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

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