12.2 Xen not configured correctly after install

I installed 12.2 on a clean system. Vm did not appear on yast menu. Went to software manager and selected patterns, from here I selected Vm pattern and installed, now yast showed creat machine manage machine, but at no point did it have me creat the m0 config. How do I do that to see if this will work. Not sure how to do it manually. Any help gratefully accepted!

Thanks:’(

hello,

I’m not a specialist in VM but I have installed the XEN kernel and created a VM for a Samba machine
I suppose that you booted the XEN kernel and that the support for virtualization is available on your system: I needed to activate this on the bios.
The XEN kernel should have created a bridge network interface: This is mandatory, here the ifconfig output

ifconfig
br0       Link encap:Ethernet  HWaddr 00:21:5A:4D:FE:50  
          inet addr:192.168.1.130  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:943300 errors:0 dropped:0 overruns:0 frame:0
          TX packets:576632 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:838450567 (799.6 Mb)  TX bytes:74572068 (71.1 Mb)

eth0      Link encap:Ethernet  HWaddr 00:21:5A:4D:FE:50  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:976713 errors:0 dropped:0 overruns:0 frame:0
          TX packets:577986 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:868341279 (828.1 Mb)  TX bytes:77710944 (74.1 Mb)


The XEN system is your host (domain 0). You can create a VM via Yast and Install therein the system:
Define the VM disks ==> this can be a file in XEN system or a physical partition
I used physical disk and found that this is not the easiest way but it works (in this situation the install partition should be a primary partition, it doesn’t work with extended partition).
Define the CDROM/DVD and the memory to be used.
Start the VM via Yast and install the system therein ==> you should have a installation DVD for this.

When the installation ends reboot the VM, login and do the needed updates. It worked without problem for me.

Regards
Philippe