From owner-freebsd-questions@FreeBSD.ORG Sat May 30 01:36:49 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6AC984C for ; Sat, 30 May 2015 01:36:49 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 86E9E14CE for ; Sat, 30 May 2015 01:36:49 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t4U1alor049902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 May 2015 19:36:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t4U1alBE049899; Fri, 29 May 2015 19:36:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 29 May 2015 19:36:47 -0600 (MDT) From: Warren Block To: David Newman cc: freebsd-questions@freebsd.org Subject: Re: Missing boot loader In-Reply-To: <556910C9.7010706@networktest.com> Message-ID: References: <5522C5DE.1050005@networktest.com> <55687BE9.40803@networktest.com> <556898FB.1080704@networktest.com> <556910C9.7010706@networktest.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 29 May 2015 19:36:47 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2015 01:36:49 -0000 On Fri, 29 May 2015, David Newman wrote: > On 5/29/15 12:22 PM, Warren Block wrote: >> >>> The source machine has boot files in its root partition, under /boot. >> >> Those are copies of the binary bootcode that must be written to a >> freebsd-boot partition to make a disk bootable. To clarify: the binary bootcode files are in /boot, but there are other files in there as well. It's not just bootcode. > Remade the partitions, redid the restore, and now the target VM boots as > expected. Thanks again! Excellent! It's always nice when this stuff works. :)