From owner-freebsd-virtualization@freebsd.org Thu Jun 29 10:02:52 2017 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 771FCD989E3 for ; Thu, 29 Jun 2017 10:02:52 +0000 (UTC) (envelope-from prvs=346efed5c=roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [185.25.65.24]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 944497E0DF; Thu, 29 Jun 2017 10:02:51 +0000 (UTC) (envelope-from prvs=346efed5c=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.40,280,1496102400"; d="scan'208";a="48584298" Date: Thu, 29 Jun 2017 11:00:50 +0100 From: Roger Pau =?iso-8859-1?Q?Monn=E9?= To: Larry Rosenman CC: Allan Jude , Subject: Re: Xen Dom0 Message-ID: <20170629100050.vn4hdtupn6hckcyh@dhcp-3-128.uk.xensource.com> References: <20170624201125.d75fxtfauzclvtz6@lrosenman.lerctr.org> <20170625125025.x7rs5cofhhhq7ijs@lrosenman.local> <20170625132830.22ul25hdtd7qep22@lrosenman.lerctr.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) X-ClientProxiedBy: AMSPEX02CAS02.citrite.net (10.69.22.113) To AMSPEX02CL02.citrite.net (10.69.22.126) X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2017 10:02:52 -0000 Hello, Sorry for the delay, I don't read freebsd-virt as often as I should. There's also freebsd-xen@ for FreeBSD/Xen specific issues (although posting here is fine). On Wed, Jun 28, 2017 at 11:44:27PM -0500, Larry Rosenman wrote: > Any ideas? When was the last time that you updated world (or more specifically /boot/)? Could you please attempt the following and try again: cd sys/boot/ && make && make install I've just tested the port with the current loader code and seems to work fine. There was a brief period of time when HEAD couldn't boot a Xen kernel, IIRC it's ~3month ago or so. That was fixed, but you might just happen to have a loader from that time. Roger.