From owner-freebsd-xen@FreeBSD.ORG Wed Apr 22 15:28:41 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 053A9106564A for ; Wed, 22 Apr 2009 15:28:41 +0000 (UTC) (envelope-from tgraves_cs@yahoo.com) Received: from web53408.mail.re2.yahoo.com (web53408.mail.re2.yahoo.com [206.190.37.55]) by mx1.freebsd.org (Postfix) with SMTP id 9E1778FC08 for ; Wed, 22 Apr 2009 15:28:40 +0000 (UTC) (envelope-from tgraves_cs@yahoo.com) Received: (qmail 68678 invoked by uid 60001); 22 Apr 2009 15:28:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1240414119; bh=nNYnkD/jrjRrMMY0bt96dLjvr62ZysncVDw2lHVFvn8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=X2PI5ZC69LJuwT9jZjz6oCMaNijsWwlUGrjriEQdVZD8HxuWUHdWdFlN+giKcvsCnv5o9bhdEqYqkTxSHGRp+LyuEcLSVSZL2i6j57QxU36kqLGX/YYxR65BakVcQiELhpshBaFo6bGcOu3HMLvozXkaHZP+d1Q88WFxC7Yg3+A= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=cLsz3PCJ56XaYrh9CLQAMmQ/jNRAvqz7DbqRz3Wd6/ur1n6WcTfWItUTSrSxL7o4ZjFxXo6IjaVMINQK4TOgqwuMqRU/16ibqsLwCUqF54v7uRiMw7uZHSi1xz+C/wb2PGoC1DG4G2f8U7tnAKjw3xt9hYFd3zeDPfyGk93mqVw=; Message-ID: <968116.67835.qm@web53408.mail.re2.yahoo.com> X-YMail-OSG: aBcg4zAVM1n6Uq9s5HF90NIWuaK7iMAEJ.ZU1tQ7GJa3vqtTzF_UowCcG5.DX745voM4owz82H3sGzSPq9UDzip3E1q9hhuaVzQBRibMEW3CLPW_0R6BRiQWCS4nlukxxON9G2lOSrGk0_r11DqNJZhNhkSfcwMgQ9Sn7zdvesxEKO4zsq3FgKqpnoLDUj02EDrMZjqGOfymBl1KU6H33izH7yKzXuc_ximjf4NE9Uyte8EaDrmvQCKmQThahohgVYBqg72oB7bZBQPNt7.bc8PWpzaLna6_sxD6n07gKctDfaIRLOZiUYcXh.lFVyKBsjYInckNYmFbDX2eTbQD6w-- Received: from [64.198.211.64] by web53408.mail.re2.yahoo.com via HTTP; Wed, 22 Apr 2009 08:28:39 PDT X-Mailer: YahooMailRC/1277.35 YahooMailWebService/0.7.289.1 References: <1240412195.6405.203.camel@hosaka> Date: Wed, 22 Apr 2009 08:28:39 -0700 (PDT) From: Tom Graves To: Alex Urbanowicz , freebsd-xen@freebsd.org In-Reply-To: <1240412195.6405.203.camel@hosaka> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD on domU, now 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: Wed, 22 Apr 2009 15:28:41 -0000 I'm by no means an expert, but I recently went through same issue of figuring out how to build it and get it running. Here are some useful links. I built the freebsd 6.3 version with xen. You didn't specify if you wanted to get it running in hvm or paravirt. The build stuff is for modified freebsd with xen for running in paravirt. http://wiki.freebsd.org/FreeBSD/Xen http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/virtualization-guest.html http://benoit.litchis.org/freebsd-xen/ (location of some images) To build you use XEN kernel config - something like: make buildworld buildkernel installworld installkernel distribution DESTDIR=/foo KERNCONF=XEN Create disk image or put on physical disk and then mess with /etc to setup files you need. Tom ________________________________ From: Alex Urbanowicz To: freebsd-xen@freebsd.org Sent: Wednesday, April 22, 2009 9:56:35 AM Subject: FreeBSD on domU, now Hello! I need to set up a FreeBSD domU on a CentOS box, for testing purposes and maybe later for production app. Any documentation I found basically redirects me to Kip Macy's fsmware.com which is down. Is there a mirror of the stuff anywhere? Is there a possibility of setting the stuff up from grounds up without having to keep a separate FreeBSD box for building bootstrap? TIA Alex _______________________________________________ freebsd-xen@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-xen To unsubscribe, send any mail to "freebsd-xen-unsubscribe@freebsd.org"