From owner-freebsd-xen@FreeBSD.ORG Mon May 28 22:02:50 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 720BC106566B for ; Mon, 28 May 2012 22:02:50 +0000 (UTC) (envelope-from baryluk@smp.if.uj.edu.pl) Received: from smp.if.uj.edu.pl (smp.if.uj.edu.pl [149.156.82.206]) by mx1.freebsd.org (Postfix) with ESMTP id 190208FC12 for ; Mon, 28 May 2012 22:02:48 +0000 (UTC) Received: from users.smp.if.uj.edu.pl (users.smp.if.uj.edu.pl [::ffff:10.0.1.244]) (TLS: TLSv1/SSLv3,256bits,AES256-SHA) by smp.if.uj.edu.pl with esmtp; Mon, 28 May 2012 23:57:25 +0200 id 000200E7.4FC3F4C5.0000258F Received: from baryluk by users.smp.if.uj.edu.pl with local (Exim 4.72) (envelope-from ) id 1SZ7wI-0003UW-JF; Mon, 28 May 2012 23:57:22 +0200 Date: Mon, 28 May 2012 23:57:22 +0200 From: Witold Baryluk To: Lukas Laukamp Message-ID: <20120528215721.GB16584@smp.if.uj.edu.pl> References: <4FC3B195.8020007@laukamp.me> <4FC3C83B.503@laukamp.me> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <4FC3C83B.503@laukamp.me> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-xen@freebsd.org Subject: Re: FreeBSD Xen Dom0 Support X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 22:02:50 -0000 On 05-28 20:47, Lukas Laukamp wrote: > Am 28.05.2012 20:02, schrieb Carsten Heesch: > >Hi Lukas, > > > >>[...] I don't know whether there is support for Xen Dom0 on FreeBSD. > >Unfortunately there isn't. > > > >>I read that NetBSD support Xen Dom0 [...] > >I haven't tried myself, but apparently NetBSD works rather well as Dom0. That has long been on my list of things to test, though :) > > > >Not sure if you are aware of it, but in order to run FreeBSD as DomU, you don't need FreeBSD or NetBSD as Dom0. That works just as well on your Debian Dom0. (With FreeBSD's known limitations as DomU, namely memory and architecture depending on PV or HVM virtualisation) > > > > > >Cheers > >C. > > > > > > Hello Carsten, > > thanks for your fast answer. That FreeBSD as DomU runs on Linux I > know. So I only think that it is a bit tricky to build a PV DomU of > FreeBSD because the kernel must be modified. Debian distributes Xen enabled freebsd kernel images in official repository. This is part of kfreebsd-* arch, but kernel images are also available for i386 and amd64 distributions (on Linux kernel), for easy installation. For example just do: apt-get install kfreebsd-image-9.0-1-xen and kernel should be available in the /boot/ directory. You can use this kernel to install both kfreebsd-* as well official freebsd using iso images. It doesn't involve compiling anything at all. I can find old post where I described it in detail. (it basically uses serial console to install freebsd using standard installer and standard iso image). Regards, Witek -- Witold Baryluk