From owner-freebsd-virtualization@FreeBSD.ORG Tue Jun 10 17:28:30 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84AA6613 for ; Tue, 10 Jun 2014 17:28:30 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 427AC2DDC for ; Tue, 10 Jun 2014 17:28:30 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 2C526123DD; Wed, 11 Jun 2014 03:28:28 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BUW82512 (AUTH peterg@ptree32.com.au); Wed, 11 Jun 2014 03:28:27 +1000 Message-ID: <5397403A.2090001@freebsd.org> Date: Tue, 10 Jun 2014 10:28:26 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Nils Beyer Subject: Re: Bheve: Slow linux syscalls on AMD References: <5388B56D.1000501@digiware.nl> <20140530212900.6B74B6BF@hub.freebsd.org> <53891BC1.9050701@digiware.nl> <53891EAA.8040105@freebsd.org> <538927FC.3000903@digiware.nl> <53939AE2.80804@freebsd.org> <539434B6.6020804@digiware.nl> <5394817F.4030203@digiware.nl> <53948DA5.4040000@digiware.nl> <53962141.8070702@freebsd.org> <20140610103233.4C31D6C4@hub.freebsd.org> <53972572.80902@freebsd.org> <20140610165553.3A29694@hub.freebsd.org> In-Reply-To: <20140610165553.3A29694@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 10 Jun 2014 17:28:30 -0000 Hi Nils, > CentOS is a bit bitchy about booting from harddisk. You'll have to provide a > shorter "linux"-grub-line than what's written in the "grub.conf"-file; some- > thing like this: > > linux /vmlinuz-2.6.32-431.el6.x86_64 ro root=/dev/mapper/VolGroup-lv_root > initrd /initramfs-2.6.32-431.el6.x86_64.img > > or else the LVM-groups won't get activated. Yep, I think that's just the grubv1 versus grubv2 syntax differences :( Ubuntu/Debian are at least grubv2-native which makes things a bit easier. > For what it's worth, this is my "bhyve"-command line: That looks fine. later, Peter.