From owner-freebsd-virtualization@freebsd.org Wed Aug 3 11:48:01 2016 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 62056BACDB9 for ; Wed, 3 Aug 2016 11:48:01 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38F3118AC for ; Wed, 3 Aug 2016 11:48:00 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 1A06620476 for ; Wed, 3 Aug 2016 07:47:59 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Wed, 03 Aug 2016 07:47:59 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=HI1Zc80Di9gUR0wH07bfl+s24fE=; b=APbDzw rysYyzKpgmjVen+L3Z8ODmteNdrNOcGeWfEmxgNekqjH+X+eIVI0NcWlR66cQemF zTZe82fg3WiGj6zJbU3quGuuxrVJ9kdutjZ1kVDaMFWmHmxuWfw2iZfkKsHV1bYg CTnSN3MdpXMiZC0Pvl9O1T9QWIrcKgnPqu/30= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=HI1Zc80Di9gUR0w H07bfl+s24fE=; b=c6wsvLOPj7FHnzkxorl3+xAzPi32M894yZyBhiy2fLSZVed BlfTJvu3OARtTqWImiYx5ECctgFnIU/we/8M64+GcBQf/C6qFTyB4TChz4Gbd7+n uazs51W/NetDwmJ/xA5Lp/4NkyTPkft/Q7ctONxFe2zZrBfvmdr1coT/ujM8= X-Sasl-enc: wRtA5WOTYmrfuRPL8NB1xcPWUUQi28wIcXrCgWgeEqcl 1470224878 Received: from pumpkin.growveg.org (potato.growveg.org [82.70.91.102]) by mail.messagingengine.com (Postfix) with ESMTPA id 9D646CCDA7 for ; Wed, 3 Aug 2016 07:47:58 -0400 (EDT) Subject: Re: problems virtualizing ubuntu server 16.04 References: <12e01dca-65b0-d6fb-0854-65c0201b3398@zyxst.net> <0fc44739-2601-7386-cc07-8f993b1884e3@freebsd.org> To: freebsd-virtualization@freebsd.org From: tech-lists Message-ID: Date: Wed, 3 Aug 2016 12:47:52 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <0fc44739-2601-7386-cc07-8f993b1884e3@freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 03 Aug 2016 11:48:01 -0000 On 03/08/2016 05:44, Peter Grehan wrote: > Hi, > > I was able to install 16.04 server from the official ISO in bhyve on > both a 10.1-RELEASE and CURRENT host without issues. > >> I select the first one and get this error: >> >> error: invalid magic number. >> error: you need to load the kernel first. > > That looks like grub wasn't able to find the linux kernel. A simple > check would be hit 'c' at the grub menu and then have a look around the > filesystem from the grub prompt to see if the vmlinuz file is present. it caught me by surprise as in 14.04 the kernel was found. Anyway, I followed your suggestion. See if you can spot my mistake: grub> ls (cd0) Device cd0: Filesystem type iso9660 - Label `Ubuntu-Server 16.04.1 LTS arm64' - Last modification time 2016-07-19 21:29:23 Tuesday, UUID 2016-07-19-21-29-23-00 - Total size 1243168 sectors grub> *bangs head on desk repeatedly* -- J.