From owner-freebsd-xen@FreeBSD.ORG Mon Dec 16 12:48:00 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A9849C3 for ; Mon, 16 Dec 2013 12:48:00 +0000 (UTC) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 43C941D5B for ; Mon, 16 Dec 2013 12:47:59 +0000 (UTC) Received: from Mail-PC.tdx.co.uk (storm.tdx.co.uk [62.13.130.251]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id rBGCh4iZ043468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 16 Dec 2013 12:43:04 GMT Date: Mon, 16 Dec 2013 12:43:04 +0000 From: Karl Pielorz To: freebsd-xen@freebsd.org Subject: Issue net booting FreeBSD 9.x under Xen? Message-ID: <37F78C071BE942883D93BF6F@Mail-PC.tdx.co.uk> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.17 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, 16 Dec 2013 12:48:00 -0000 Hi, We've a small setup with a number of XenServer (6.2) machines - and a PXE boot environment. Real hardware boots fine off the network (the machine we use to boot from is a FreeBSD box itself), as does a VMware guest - but a Xen VM won't boot. Booting 9.2-amd64, it gets as far as: " PXE version 2.1, real mode entry point @9ad4:0255 BIOS 619kB/2090572kB available memory FreeBSD/i386 bootstrap loader, Revision 1.1 (root@bake.isc.freebsd.org, Fri Sep 27 04:58:05 UTC 2013) pxe_open: server addr: 10.0.0.10 pxe_open: server path: /home/netboot/os/9.2-amd64 pxe_open: gateway ip: 10.0.0.1 / " And that's it - it just hangs at that point. There's no errors logged on the server it's booting 'from', and I can't see any obvious network traffic from the client back to the server. Any idea how to troubleshoot / fix this? Thanks, -Karl