From owner-freebsd-virtualization@freebsd.org Mon Sep 19 06:45:10 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 D6D81BE0BA6 for ; Mon, 19 Sep 2016 06:45:10 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: from mail-yw0-x22d.google.com (mail-yw0-x22d.google.com [IPv6:2607:f8b0:4002:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 933A0A77 for ; Mon, 19 Sep 2016 06:45:10 +0000 (UTC) (envelope-from zbeeble@gmail.com) Received: by mail-yw0-x22d.google.com with SMTP id g192so134087724ywh.1 for ; Sun, 18 Sep 2016 23:45:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=6inu9KnGZZm9PT0oB7496KMLIcsy1nRSmotfwRWXsvs=; b=rufJT6eBdRgBhWvJIeB1mHl8hLh8cs1JwbMrhuI+3XyfTEqzl6JVQDRL3vt/4rkr8R REe1QySwzCW5hfOCmNHcFuL4dRLFnyCkexs09mjBQFa+dIm3sV6qoubQaGj/njXQqloj oQMDrw/zmvjs/RWe0wM0I1sehu+Mq8kWZT/Pl6G2JXNSCTJQU1x8jJHWvS7TQ7gjCtdG PIYBixQyPLILc9ItfUgYaUQVC1xNQE3dS2BQALt1OvbMTrF5aOXbORFp3XLO9Y1TmbQi bVXeQSnrTdmYU7PDdWDz0i1tKsbQlIszVVvkd2w6eZihi/EtLND5dYRAdgYa8MUu9qvo jf+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=6inu9KnGZZm9PT0oB7496KMLIcsy1nRSmotfwRWXsvs=; b=WJ3u7uL7YDNlxCS45t73P23OMYLTiaFyxRZ2BFCwswTFd0GCjoq69UD0WzBNz2l1is cJN+BJswh2SPs2g5YwAiRb6DOr7wMSdDkFZlNXlHNXETfKNdrqiN8ZfS+kPXg7vlJw4i sE2f7N5zpqNLNhK7GLwlytNXCIFvNveeqRh6E0XeAflGz2XwlCSFAn7Q1J391fiUXjyi pCyfFbg5gXAwsGWuFUpHbzyaYvdiHc+x2DAYE0B9br3q2/mGLb4yzmRfA9eBug8gw5bE qczBFU6FTGRw+e09/r7M6OiIVkXCkTBdD1+tbAD5333FFr+3vkcaoU2ES9Rh3VU7zkoO gB/Q== X-Gm-Message-State: AE9vXwMkxAkXaeqNUF6q36w3qX8Di+/YIXcZvyIsRAWb6xcTN8SWQRJyHV9i1TXnJAKqqQsHnc4HJ0oOBRPQVA== X-Received: by 10.129.108.81 with SMTP id h78mr22375562ywc.292.1474267509859; Sun, 18 Sep 2016 23:45:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.161.37 with HTTP; Sun, 18 Sep 2016 23:45:09 -0700 (PDT) In-Reply-To: References: From: Zaphod Beeblebrox Date: Mon, 19 Sep 2016 02:45:09 -0400 Message-ID: Subject: Re: Directions Faulty. To: Matt Donovan Cc: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Mon, 19 Sep 2016 06:45:10 -0000 I'm pretty sure that's not true. As an example, it doesn't have a grub.cfg anywhere. There are a few things ending in .cfg in /isolinux, but none of them work passed as the -g argument. Neither does -d /isolinux -d /live or -d /install work. It seems that either grub-bhyve would need to be hacked _or_ we need to think about something that can perform an emulated "boot"... On Mon, Sep 19, 2016 at 2:42 AM, Matt Donovan wrote: > Directions are fine have to adjust for version of Linux you are using. I > haven't looked at Debian 8.5 but it's probably gonna need some manual > commands to get it to boot. > > On Sep 19, 2016 12:48 AM, "Zaphod Beeblebrox" wrote: > > So... I'm trying to boot a debian 8.5 live CD. The directions @ > https://www.freebsd.org/doc/handbook/virtualization-host-bhyve.html drive > me to booting this with > > > > *grub-bhyve -m device.map -r cd0 -M 1024M linuxguest* > > ... which fails because the cd image doesn't contain /boot/grub. I've > tried directing it with -d /isolinux and -g /isolinux/isolinux.cfg ... > but the magic isn't there. > > Frustration. > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to "freebsd-virtualization-unsubs > cribe@freebsd.org" > > >