<div dir="ltr">hi all good people, <br>can someone direct me to a solution i get the following error<br><br># xm create -c vm03<br>Using config file "./vm03".<br>Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n')<br>
<br>here is my configuration file /etc/xen/vm03<br><br>kernel="/boot/netbsd/netbsd-INSTALL_XEN3_DOMU.gz"<br>name = "vm03"<br>maxmem = 512<br>memory = 512<br>vcpus = 1<br>on_poweroff = "destroy"<br>
on_reboot = "restart"<br>on_crash = "restart"<br>vfb = [ "type=vnc,vncunused=1,keymap=en-us" ]<br>disk = [ "tap:aio:/var/lib/xen/images/vm03.img,wd0d,w" ]<br>vif = [ "mac=00:16:3e:fc:84:3c,bridge=xenbr0" ]<br>
<br><br>Thanks, <br>- Augustin<br></div>