From owner-freebsd-virtualization@freebsd.org Sun Jul 31 12:19:09 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 5469FBA2850 for ; Sun, 31 Jul 2016 12:19:09 +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 2D282144A for ; Sun, 31 Jul 2016 12:19:08 +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 63F5320369 for ; Sun, 31 Jul 2016 08:19:01 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Sun, 31 Jul 2016 08:19:01 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=WcG psooap5TQS8SCuJJGZMYP3X0=; b=HS2MziLqoIcBrG7k13QYeSwHUGNJqRd9DX1 22VT1b9VHA1Y5lB4UikZa23X1MAdM4iCEzjBbyI1Nrh/721kYcy7kbv+klwP72qY 3gfW91/ZXma+MdULk8HQC4zTYIloiD/KZJXVt+9rAT37olj4LRNIO/PEZ0hnoIvy VBYrUfW4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=WcGpsooap5TQS8SCuJJGZMYP3X0=; b=QgT0Y YBCkQKbLwAemsEeus1+xoRp9u3eooLlzOPJe+2FK0GuXTh/5OOp1cxaDNUDZg/iB mfdzteh/UX/tFmV3qd28/lwgOrcOmXWfwNlc0/LaZKhsd/LGa+nskykHm/RM9u38 PdDnpf4nY8PZWWIRlURF1YOft4xvAHxQdSiaH4= X-Sasl-enc: kCjoAIfzTi3NL77iQvUG9gisXcbCXhYJRjkSyTj66c3Q 1469967541 Received: from pumpkin.growveg.org (potato.growveg.org [82.70.91.102]) by mail.messagingengine.com (Postfix) with ESMTPA id E6AE0CCD88 for ; Sun, 31 Jul 2016 08:19:00 -0400 (EDT) To: freebsd-virtualization@freebsd.org From: tech-lists Subject: problems virtualizing ubuntu server 16.04 X-Enigmail-Draft-Status: N1110 Message-ID: <12e01dca-65b0-d6fb-0854-65c0201b3398@zyxst.net> Date: Sun, 31 Jul 2016 13:18:58 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Sun, 31 Jul 2016 12:19:09 -0000 Hi, I prepare device.map and load grub the usual way: grub-bhyve -m ./device.map -r cd0 -M 4096M ubtest1604 and get a screen up that says: Install Ubuntu Server Install MAAS Region Controller Install MAAS Rack Controller Check disc for defects Rescue a broken system I select the first one and get this error: error: invalid magic number. error: you need to load the kernel first. Press any key to continue... ...and any key dumps me back to the same screen. I have to open another term and kill the process in order to exit this screen. For curiosity I tried all the others as well, same error. What am I doing wrong? Is ubuntu 16.04 too new for bhyve? freebsd host is 10.1-RELEASE #0 r275428 grub is grub2-bhyve-0.40 ports are at r419340 thanks, -- J.