From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 15:51:15 2008 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92AA4106569C for ; Fri, 8 Aug 2008 15:51:15 +0000 (UTC) (envelope-from richard.elwell@icsalabs.com) Received: from ashesmtp01.verizonbusiness.com (ashesmtp01.verizonbusiness.com [198.4.8.163]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7E98FC18 for ; Fri, 8 Aug 2008 15:51:15 +0000 (UTC) (envelope-from richard.elwell@icsalabs.com) Received: from pmismtp03.mcilink.com ([166.37.158.163]) by firewall.verizonbusiness.com (Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit)) with ESMTP id <0K5A00M6SH50ZW00@firewall.verizonbusiness.com> for questions@FreeBSD.org; Fri, 08 Aug 2008 15:46:13 +0000 (GMT) Received: from pmismtp03.mcilink.com ([127.0.0.1]) by pmismtp03.mcilink.com (iPlanet Messaging Server 5.2 HotFix 2.08 (built Sep 22 2005)) with SMTP id <0K5A007JEH50D7@pmismtp03.mcilink.com> for questions@FreeBSD.org; Fri, 08 Aug 2008 15:46:13 +0000 (GMT) Received: from ASHSRV139.mcilink.com ([153.39.68.165]) by pmismtp03.mcilink.com (iPlanet Messaging Server 5.2 HotFix 2.08 (built Sep 22 2005)) with ESMTP id <0K5A0071YH50RA@pmismtp03.mcilink.com> for questions@FreeBSD.org; Fri, 08 Aug 2008 15:46:12 +0000 (GMT) Received: from ASHEVS011.mcilink.com ([153.39.69.138]) by ASHSRV139.mcilink.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 08 Aug 2008 15:46:12 +0000 Date: Fri, 08 Aug 2008 15:46:11 +0000 From: "Elwell, Richard" To: questions@FreeBSD.org Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message Thread-topic: FreeBSD 7.0 on Xen Thread-index: Acj5bOzfQ+yo0kjVQ8WgnuXN/iP17gAAAihw X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 08 Aug 2008 15:46:12.0030 (UTC) FILETIME=[E21C0DE0:01C8F96D] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: FreeBSD 7.0 on Xen X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2008 15:51:15 -0000 Sorry about the premature sending. Here is the complete question: > Greetings, >=20 > I am attempting to follow the directions located at > http://www.freebsd.org/doc/en/books/handbook/virtualization-guest.html > and load a FreeBSD Xen DomU instance. The document says: >=20 Download the FreeBSD domU kernel for Xen 3.0 and disk image from http://www.fsmware.com/ * kernel-current =20 * mdroot-7.0.bz2 =20 * xmexample1.bsd =20 The link for kernel-current does not work. Do you know where I can find the kernel? I tried to compile a kernel with PAE support, modify it using the objcopy instructions given in the handbook, and use it, but I get the error "xc-dom-compat-check: guest type xen-3.0-x86_32 not supported by xen kernel". It looks like I need a guest type xen-3.0-x86_32p. I thought compiling a kernel with PAE enabled would give me that, but I get the same error. Any ideas?