From owner-freebsd-virtualization@freebsd.org Thu Jun 29 14:42:38 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 14FCBD9EFD0 for ; Thu, 29 Jun 2017 14:42:38 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A06992917; Thu, 29 Jun 2017 14:42:36 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Content-transfer-encoding:Content-type:Mime-version:In-Reply-To: References:Message-ID:CC:To:From:Subject:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=RXrFGsNTtjP1yK41syR+V7pKwEoTbxPjdYrIuNW3zhI=; b=qbNxUF2GpNyxNfMZ7Sz4cx+uUl SYHonku/kvvYjJi9HSum6UrsimtXJ2qoBrnPKlqawOe0Ro+J86djcAX5XPILbQ+YW/HP/C3kBNoYD 7JF+AYDuXTgXGdZB30ZdKaCDK2u28uvmS1JwqhR/Ir85Dtnp5NZFKTeG0tGr77AdACck=; Received: from [74.203.163.58] (port=7317 helo=[10.106.10.45]) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dQaeP-00027v-Hq; Thu, 29 Jun 2017 09:42:33 -0500 User-Agent: Microsoft-MacOutlook/f.25.0.170627 Date: Thu, 29 Jun 2017 09:42:32 -0500 Subject: Re: Xen Dom0 From: Larry Rosenman To: Roger Pau =?UTF-8?B?TW9ubsOp?= CC: Allan Jude , Message-ID: <00594FBD-48C6-4D61-8135-DBD2D1A0EA29@lerctr.org> Thread-Topic: Xen Dom0 References: <20170624201125.d75fxtfauzclvtz6@lrosenman.lerctr.org> <20170625125025.x7rs5cofhhhq7ijs@lrosenman.local> <20170625132830.22ul25hdtd7qep22@lrosenman.lerctr.org> <20170629100050.vn4hdtupn6hckcyh@dhcp-3-128.uk.xensource.com> In-Reply-To: <20170629100050.vn4hdtupn6hckcyh@dhcp-3-128.uk.xensource.com> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable 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 14:42:38 -0000 On 6/29/17, 5:01 AM, "Roger Pau Monn=C3=A9" wrote: Hello, =20 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). =20 On Wed, Jun 28, 2017 at 11:44:27PM -0500, Larry Rosenman wrote: > Any ideas? =20 When was the last time that you updated world (or more specifically /boot/)? =20 Could you please attempt the following and try again: =20 cd sys/boot/ && make && make install =20 I've just tested the port with the current loader code and seems to work fine. =20 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. =20 Roger. I buildworld/buildkernel on a regular basis: Edit /etc/motd to change this login announcement. borg.lerctr.org /home/ler $ ls -l /boot/*loader* -r-xr-xr-x 1 root wheel 376832 Jun 25 16:48 /boot/loader -r--r--r-- 1 root wheel 7483 Jun 25 16:48 /boot/loader.4th -rw-r--r-- 1 root wheel 1157 Jun 25 08:26 /boot/loader.conf -r-xr-xr-x 1 root wheel 445952 Jun 25 16:48 /boot/loader.efi -r--r--r-- 1 root wheel 15084 Jun 25 16:48 /boot/loader.help -r-xr-xr-x 1 root wheel 376832 Jun 21 10:29 /boot/loader.old -r--r--r-- 1 root wheel 423 Jun 25 16:48 /boot/loader.rc -r-xr-xr-x 1 root wheel 442368 Jun 25 16:48 /boot/zfsloader -r-xr-xr-x 1 root wheel 442368 Jun 21 10:29 /boot/zfsloader.old borg.lerctr.org /home/ler $ Note: I have *NOT* updated the efi partition stuff. =20 This is root-on-ZFS if it matters, and it *IS* EFI. Do I need to update the EFI boot partition? =20