From owner-freebsd-virtualization@freebsd.org Thu Jul 30 18:27:42 2015 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 10EB99AB204 for ; Thu, 30 Jul 2015 18:27:42 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id C69B91392 for ; Thu, 30 Jul 2015 18:27:41 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTP id 89404124F0 for ; Fri, 31 Jul 2015 04:18:48 +1000 (EST) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 84FD0281198 for ; Fri, 31 Jul 2015 04:18:48 +1000 (AEST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wcSNyF_qHqNT for ; Fri, 31 Jul 2015 04:18:48 +1000 (AEST) Received: from Peters-MacBook-Pro.local (50-0-69-204.dsl.static.fusionbroadband.com [50.0.69.204]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id AA936280963; Fri, 31 Jul 2015 04:18:45 +1000 (AEST) Subject: Re: grub-bhyve: editing boot commands To: Andriy Gapon References: <55A4D73D.3000308@FreeBSD.org> Cc: "freebsd-virtualization@freebsd.org" From: Peter Grehan Message-ID: <55BA6A7F.7080008@freebsd.org> Date: Thu, 30 Jul 2015 11:18:39 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55A4D73D.3000308@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 30 Jul 2015 18:27:42 -0000 Hi Andriy, > In the grub-bhyve menu of boot entries I can press 'e' and enter a screen where > I can modify boot commands for that entry. > The screen has the following help information at the bootom: > Minimum Emacs-like screen editing is supported. > TAB lists completions. > Press Ctrl-x or F10 to boot, Ctrl-c or F2 for a command-line > or ESC to discard edits and return to the GRUB menu. > > I can make any edits in that screen, but of the mentioned key presses only TAB > and ESC work as advertised. Ctrl-x, F10, Ctrl-c, F2 are all ignored. > Is there a way to make them work? Fixed upstream https://github.com/grehan-freebsd/grub2-bhyve/commit/a2265476e97afb9b67cfca0d1d9e5be8def01f33 later, Peter.