Hi Folks , Heres something xen412:/etc/xen# xm create -c freebsd_xen Using config file "./freebsd_xen". Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n'') Whats with "guest type xen-3.0-x86_32 not supported by xen kernel" ? Thanks in advance, Regards, Sanket _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Monday 12 November 2007 12:31:07 sanket hase wrote:> Hi Folks , > > Heres something > > xen412:/etc/xen# xm create -c freebsd_xen > Using config file "./freebsd_xen". > Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type > xen-3.0-x86_32 not supported by xen kernel, sorry\n'') > > Whats with "guest type xen-3.0-x86_32 not supported by xen kernel" ?"xm info" tells you what guest types are supported. To me, it looks like you are running a 64bit hypervisor and you try to launch a paravirtualized FreeBSD 32bit DomU which has no PAE support. Christoph -- AMD Saxony, Dresden, Germany Operating System Research Center Legal Information: AMD Saxony Limited Liability Company & Co. KG Sitz (Geschäftsanschrift): Wilschdorfer Landstr. 101, 01109 Dresden, Deutschland Registergericht Dresden: HRA 4896 vertretungsberechtigter Komplementär: AMD Saxony LLC (Sitz Wilmington, Delaware, USA) Geschäftsführer der AMD Saxony LLC: Dr. Hans-R. Deppe, Thomas McCoy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi, I''m having right now the exact same problem and exactly the same error. My Dom0 is 64bit and I got the freebsd kernel from http://www.fsmware.com/xenofreebsd/7.0/download/ Do you know if such a kernel is available for 32bit with PAE support ? :)) Kind regards, -- Sébastien Riccio SwissCenter / OpenBusiness SA sr@openbusiness.com ________________________________________________ OpenBusiness S.A. World Trade Center Av Gratta-Paille 1-2 Tel: +41 21 641 1010 CH-1000 Lausanne 30 FAX: +41 21 641 1011 Switzerland www.openbusiness.ch __________________________________________________________________________ Disclaimer This email is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of the OpenBusiness Group. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copy-ing of this email is strictly prohibited. If you have received this email in error please notify the OpenBusiness help-desk by telephone on +41 21 641 10 10. Christoph Egger a écrit :> On Monday 12 November 2007 12:31:07 sanket hase wrote: > >> Hi Folks , >> >> Heres something >> >> xen412:/etc/xen# xm create -c freebsd_xen >> Using config file "./freebsd_xen". >> Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type >> xen-3.0-x86_32 not supported by xen kernel, sorry\n'') >> >> Whats with "guest type xen-3.0-x86_32 not supported by xen kernel" ? >> > > "xm info" tells you what guest types are supported. > > To me, it looks like you are running a 64bit hypervisor and you try to launch > a paravirtualized FreeBSD 32bit DomU which has no PAE support. > > > > Christoph > > >-- Sébastien Riccio SwissCenter / OpenBusiness SA sr@openbusiness.com ________________________________________________ OpenBusiness S.A. World Trade Center Av Gratta-Paille 1-2 Tel: +41 21 641 1010 CH-1000 Lausanne 30 FAX: +41 21 641 1011 Switzerland www.openbusiness.ch __________________________________________________________________________ Disclaimer This email is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of the OpenBusiness Group. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copy-ing of this email is strictly prohibited. If you have received this email in error please notify the OpenBusiness help-desk by telephone on +41 21 641 10 10. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Here is the output of my "xm info" xen412:~# xm info host : **** release : 2.6.18-xen version : #1 SMP Mon Oct 29 19:45:43 EDT 2007 machine : i686 nr_cpus : 2 nr_nodes : 1 sockets_per_node : 2 cores_per_socket : 1 threads_per_core : 1 cpu_mhz : 864 hw_caps : 0383fbff:00000000:00000000:00000040 total_memory : 1023 free_memory : 256 xen_major : 3 xen_minor : 1 xen_extra : .0 xen_caps : xen-3.0-x86_32p xen_scheduler : credit xen_pagesize : 4096 platform_params : virt_start=0xf5800000 xen_changeset : unavailable cc_compiler : gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) cc_compile_by : root cc_compile_domain : **** cc_compile_date : Sat Oct 27 23:23:39 EDT 2007 xend_config_format : 4 Error that we are getting is "guest type xen-3.0-x86_32 not supported by xen kernel" If you have noticed above in the output of xm info xen_caps : xen-3.0-x86_32p Does this "p" in xen-3.0-x86_32p stands for PAE ? Should there be an explicit mention of xen-3.0-x86_32 in xen_caps ? If yes , what determines the type of supported guests ? Thanks, Sanket Christoph Egger wrote:> On Monday 12 November 2007 12:31:07 sanket hase wrote: >> Hi Folks , >> >> Heres something >> >> xen412:/etc/xen# xm create -c freebsd_xen >> Using config file "./freebsd_xen". >> Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type >> xen-3.0-x86_32 not supported by xen kernel, sorry\n'') >> >> Whats with "guest type xen-3.0-x86_32 not supported by xen kernel" ? > > "xm info" tells you what guest types are supported. > > To me, it looks like you are running a 64bit hypervisor and you try to launch > a paravirtualized FreeBSD 32bit DomU which has no PAE support. > > > > Christoph > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
> Error that we are getting is "guest type xen-3.0-x86_32 not supported by > xen kernel" > > > If you have noticed above in the output of xm info > xen_caps : xen-3.0-x86_32p > Does this "p" in xen-3.0-x86_32p stands for PAE ?Yes.> Should there be an explicit mention of xen-3.0-x86_32 in xen_caps ? > If yes , what determines the type of supported guests ?You are running a 32-bit PAE Xen, which means that paravirtualised guests must be 32-bit PAE also. As far as I know the *BSD ports only run on non-PAE Xen (at the moment), which was the default Xen build when those ports were done. If you build a non-PAE Xen then you may have some luck running these guests. You can build non-PAE Linuxes to run on there too. But you won''t be able to run PAE guests of either PV or HVM type anymore. Cheers, Mark> > Thanks, > Sanket > > Christoph Egger wrote: > > On Monday 12 November 2007 12:31:07 sanket hase wrote: > >> Hi Folks , > >> > >> Heres something > >> > >> xen412:/etc/xen# xm create -c freebsd_xen > >> Using config file "./freebsd_xen". > >> Error: (2, ''Invalid kernel'', ''xc_dom_compat_check: guest type > >> xen-3.0-x86_32 not supported by xen kernel, sorry\n'') > >> > >> Whats with "guest type xen-3.0-x86_32 not supported by xen kernel" ? > > > > "xm info" tells you what guest types are supported. > > > > To me, it looks like you are running a 64bit hypervisor and you try to > > launch a paravirtualized FreeBSD 32bit DomU which has no PAE support. > > > > > > > > Christoph > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel-- Dave: Just a question. What use is a unicyle with no seat? And no pedals! Mark: To answer a question with a question: What use is a skateboard? Dave: Skateboards have wheels. Mark: My wheel has a wheel! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel