From owner-freebsd-xen@FreeBSD.ORG Fri Mar 5 14:16:32 2010 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 8CD41106566C for ; Fri, 5 Mar 2010 14:16:32 +0000 (UTC) (envelope-from got.andras@deployis.eu) Received: from mail.deployis.eu (mail.deployis.eu [217.20.135.253]) by mx1.freebsd.org (Postfix) with ESMTP id 4BE6C8FC29 for ; Fri, 5 Mar 2010 14:16:32 +0000 (UTC) Received: from [80.95.75.131] (port=45911 helo=[192.168.2.192]) by mail.deployis.eu with esmtpsa (Exim 4.69 #1 (Debian)) id 1NnYKK-0004gB-VU from ; Fri, 05 Mar 2010 15:16:29 +0100 Message-ID: <4B91123B.10409@deployis.eu> Date: Fri, 05 Mar 2010 15:16:27 +0100 From: =?ISO-8859-1?Q?G=F3t_Andr=E1s?= User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Anthony Francis References: <2BAFFF2BACC5E545B3264F3CBD52919054382153A0@LONPMAILBOX01.citrite.net> In-Reply-To: <2BAFFF2BACC5E545B3264F3CBD52919054382153A0@LONPMAILBOX01.citrite.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-xen@freebsd.org" Subject: Re: Running FreeBSD as a guest under xen 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: Fri, 05 Mar 2010 14:16:32 -0000 Hi Anthony, We figured out the following method for doing automated FreeBSD installs: - Make a HVM installation of a FreeBSD 8, download source and compile XEN or XENHVM kernels (XEN on i386 and XENHVM on amd64 in the kernel config directory). Install, reboot and that's it, the next steps are for automating and other features. I didn't do any benchmarks but both way was very usable the OS. - Make another BSD install (appr. a 300-500MB partition) and copy the compiled BSD kernel, which boots off but the kernel will use an other partition for the rootfs. - The "boot install" is an oldschool bsd slice with labels, as I couldn't yet figure out booting it somehow else. (Suggestions are welcome, of course.) - The real root file system could be easily set up with and installworld just from compiled system above. This extra setup is a must have for us as this way I was able to do lvm snapshots of UFS. On the i386 I finished testing off quite soon as SMP is simple does not work and there were maybe some other issues. The amd64 is promising with a 2 way SMP working well but a reliable 4 would be nicer of course. Keep in mind, that with i386 you'll also get xenconsole, but it didn't worked with amd64 sot the VNC console was used. I'll continue testing later this month (I hope...). Best regards, Andras Anthony Francis wrote: > Hi Andras, > > For those of us that are new to FreeBSD, can you please point or provide us with some basic instructions for enabling the PV support on 32-bit and 64-bit 8-Release? > > Best regards, > > Anthony > _______________________________________________ > 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"