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
|