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] HVM problem with xen4.0 on Debian

To: Daniel <daniel@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] HVM problem with xen4.0 on Debian
From: Kevin Malec <kevin.010@xxxxxxxxx>
Date: Fri, 10 Jun 2011 20:08:19 -0500
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 10 Jun 2011 18:10:06 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=mT6pn7jneGigCxasK1k+zeiLySPibAK8Ri1xjMuAtXw=; b=K10GQ8xBhAhRUpapN1308jeL5CiBxyNyIwIP/YHUtvxQsnkeLOYAZmRbc+dT41VImZ lT/Gc6z7WI6DdikAgxQ5KaVo+ALYaDzr5nh9bOYR/IaJV3+yP10XagXCKklSqmNiBsV6 NqKDBQtMqa/zTlEz0rMBYUCrZSzqbhIW0tl7Y=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=QcpiR7Y21sLe1nUOHh1YS4/zKfefTMBlAy7T7j0HxiVllWG/N59FfQ4LguMHvX/QJs Ctsd3yiGXvbDvLUcXdi0f2XGQD+nN/Md+57dfJ8A174lnhv3/ccxYEQ9YWL/3i3hENa3 rdBFdIByvFFq7hxmeUUQNEC6GuzNukee3qt8g=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1813616912.20110610222331@xxxxxxxxxxxxxx>
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>
References: <1813616912.20110610222331@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
you should not have root= specified for hvm, that results in the
-append that it does not like.

You should specify whole disks, not partitions. also there is no bios
module for scsi on some systems, use hda instead. ioemu is not
necessary.

On Fri, Jun 10, 2011 at 3:23 PM, Daniel <daniel@xxxxxxxxxxxxxx> wrote:
> Hi there,
>
> i try to install a HVM domU.
> First of all, here is my Config:
>
> kernel  = '/usr/lib/xen-4.0/boot/hvmloader'
> builder = 'hvm'
> memory  = '512'
> device_model = '/usr/lib/xen-4.0/bin/qemu-dm'
>
> root        = '/dev/sda2 ro'
> disk        = [
>                  'phy:/dev/xen/image-disk,sda2,w',
>                  'phy:/dev/xen/image-swap,sda1,w',
>                  'file:/root/openSUSE-11.4-DVD-x86_64.iso,ioemu:hdc:cdrom,r'
>              ]
>
> name        = 'test'
>
> vif         = [ 'mac=00:16:3E:D0:D2:8D,type=ioemu,bridge=eth0' ]
> vfb        = 
> ['type=vnc,vnclisten=0.0.0.0,vncunused=0,vncdisplay=1,vncpasswd=topfseecret']
> boot='d'
>
> on_poweroff = 'destroy'
> on_reboot   = 'restart'
> on_crash    = 'restart'
>
> Now, when i try to start the domU i get the following Error:
>
> Using config file "/etc/xen/image.cfg".
> Error: Domain 'test' does not exist.
>
> and
>
> root@xen2:~# cat /var/log/xen/qemu-dm-test.log
> domid: 11
> -append only allowed with -kernel option
>
>
> I dont have any idea what i can do :-(
> Maybe you can help me a drop me a tip?
>
>
> --
> Mit freundlichen Grüßen
> Daniel
> mailto:daniel@xxxxxxxxxxxxxx
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>

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

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