Please I need help installing NetBSD on CentOS 5.2 running Xen 3 is a amd64 bit. IBM xSeries 346 146G HHD. I had installed Centos 5.2 on top of CentOS 5.2 now I need to install NetBSD Please Help. Thanks, Augustin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
hi all good people, can someone direct me to a solution i get the following error # xm create -c vm03 Using config file "./vm03". Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n') here is my configuration file /etc/xen/vm03 kernel="/boot/netbsd/netbsd-INSTALL_XEN3_DOMU.gz" name = "vm03" maxmem = 512 memory = 512 vcpus = 1 on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" vfb = [ "type=vnc,vncunused=1,keymap=en-us" ] disk = [ "tap:aio:/var/lib/xen/images/vm03.img,wd0d,w" ] vif = [ "mac=00:16:3e:fc:84:3c,bridge=xenbr0" ] Thanks, - Augustin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20080813/8254b5f7/attachment-0004.html>
On Wed, 13 Aug 2008, white list wrote:> hi all good people, > can someone direct me to a solution i get the following error > > # xm create -c vm03 > Using config file "./vm03". > Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type xen-3.0-x86_32 > not supported by xen kernel, sorry\n')Have you actually tried to solve this problem yourself? I know nothing about your problem but http://mail-index.netbsd.org/port-xen/2008/01/29/msg003223.html sounds a lot like what you describe. Hint, if you put, "Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type xen-3.0-x86_32" in google you might just get the info you need. Do not forget to include the quotes in your google search. Hope this helps. Regards, -- Tom Diehl tdiehl at rogueind.com Spamtrap address mtd123 at rogueind.com
Hi, I suggest you don''t cross-post like this. Try with the uncompressed netbsd-INSTALL_XEN3_DOMU.gz (gunzip it). Also check you''ve got the x86_64 version of centos (uname -a). Note this kernel gives you the netbsd/amd64 installer. It worked on centos 5.0. I''m not sure it has the tap:aio: driver inside. You might have to switch to file:. Also Note this gives you the paravirtualized netbsd on centos. If you want full-virt, you can install any BSD you want (activate VT in bios). -Pierre-Philipp Quoting white list (13/08/2008 18:11),> hi all good people, > can someone direct me to a solution i get the following error > > # xm create -c vm03 > Using config file "./vm03". > Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type > xen-3.0-x86_32 not supported by xen kernel, sorry\n'') > > here is my configuration file /etc/xen/vm03 > > kernel="/boot/netbsd/netbsd-INSTALL_XEN3_DOMU.gz" > name = "vm03" > maxmem = 512 > memory = 512 > vcpus = 1 > on_poweroff = "destroy" > on_reboot = "restart" > on_crash = "restart" > vfb = [ "type=vnc,vncunused=1,keymap=en-us" ] > disk = [ "tap:aio:/var/lib/xen/images/vm03.img,wd0d,w" ] > vif = [ "mac=00:16:3e:fc:84:3c,bridge=xenbr0" ] > > > Thanks, > - Augustin > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users