<div dir="ltr">hi all good people, <br><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><span style="background-color: rgb(255, 255, 204);">Here is my config file</span><br><br>kernel="/boot/netbsd/netbsd-INSTALL_XEN3_DOMU.gz" (Download from amd64)<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><br></div>