From owner-freebsd-virtualization@FreeBSD.ORG Sat Mar 8 07:48:19 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9E354AF for ; Sat, 8 Mar 2014 07:48:19 +0000 (UTC) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9806877F for ; Sat, 8 Mar 2014 07:48:19 +0000 (UTC) Received: by mail-qg0-f49.google.com with SMTP id z60so14446658qgd.8 for ; Fri, 07 Mar 2014 23:48:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CzR3pfQyuLB4VYNTkPZLC0/0JS0VX/ab0VnV6KS5oIY=; b=TFi7c583Vy6Nsr4yqoeUa3xOEdLo0hunnyd4yIwSuYEZJyPQwjVjNezuMRcOFH/EM4 HzDQczJ4J4RUNg7DA6Qubvm3ZbT1C43vD7lC0pg4AgcfduqjqcB6k1c+lkDKbm9xnv1d A/fhjaQZ0RLS3P9Ig/mELndjwFn2QycXBrqT2p7Cbo+f/Oa4cnTw1Ahz0G8fzVHOpH6F WAP6R8axLO8Sk/WMNHCNJ1DykaAxvBPJpOXZfiCDLZw4i97nsnBnS8j6Q2WvioKNCyDy G4/kH9e06f3JbOGx9SUulZBDJjyE/23h7AbVbyGU8edHjZy78iwH9Oda4ZuEBkN/J0Dg pxXw== MIME-Version: 1.0 X-Received: by 10.224.11.196 with SMTP id u4mr27468652qau.4.1394264898142; Fri, 07 Mar 2014 23:48:18 -0800 (PST) Received: by 10.96.70.74 with HTTP; Fri, 7 Mar 2014 23:48:18 -0800 (PST) Received: by 10.96.70.74 with HTTP; Fri, 7 Mar 2014 23:48:18 -0800 (PST) In-Reply-To: <531AC953.4030300@monkeybrains.net> References: <531ABCC5.30801@monkeybrains.net> <531AC763.300@monkeybrains.net> <531AC953.4030300@monkeybrains.net> Date: Sat, 8 Mar 2014 02:48:18 -0500 Message-ID: Subject: Re: [HOW-TO] CentOS on bhyve From: Matt Donovan To: "Rudy (bulk)" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 08 Mar 2014 07:48:20 -0000 There is no way to auto pick up grub for CentOS due to it using grub1 and not grub2. I'll look at my configuration to see how I have it setup but have to load the information manually. On Mar 8, 2014 1:40 AM, "Rudy (bulk)" wrote: > > On 3/7/14, 11:31 PM, Rudy (bulk) wrote: >> >> >> Peter, anyway to get grub-bhyve to automatically load /grub/grub.conf from a CentOS install? > > > This didn't do it... I just read the --help and found --directory, but that doesn't seem to work: > > grub-bhyve --directory=/grub -r hd0,msdos1 -m vm2.map -M 2048 vm2 > > > > Rudy > > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to " freebsd-virtualization-unsubscribe@freebsd.org" As CentOS uses grub1 it can not be auto picked up. Have to manually enter the grub information.