From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: Re: Non-graphical GRUB configuration Date: Wed, 05 Apr 2017 11:14:06 -0400 Message-ID: <86zifudgzl.fsf@gmail.com> References: <20170331125956.rhlwjg45vwo3pgwh@abyayala> <20170331234321.GA10435@jasmine> <20170401072740.kgzz3zbtikn5hpg5@abyayala> <20170401202901.GA10480@jasmine> <86vaqmwz3c.fsf@gmail.com> <20170402210620.GA26945@jasmine> <20170405115919.GA28944@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvmdR-0008D6-2d for guix-devel@gnu.org; Wed, 05 Apr 2017 11:14:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvmdQ-0000SI-9a for guix-devel@gnu.org; Wed, 05 Apr 2017 11:14:13 -0400 In-reply-to: <20170405115919.GA28944@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org On 04/05/2017 at 11:59 Leo Famulari writes: > Questions: > > 1) In general, is this approach okay? Hi Leo, This LGTM, but I was unable to test it because my 'system build' hangs as reported in bug#26370. Running your commit produced a similar hang but I think it is not caused by your changes so I reported against the origin/master commit. I interpreted your doc to say I should use something like this ... (bootloader (grub-configuration (device "/dev/nvme0n1") (serial-speed 115200) (terminal-inputs '(serial console)) (terminal-outputs '(console)))) ... to produce something like this in my grub config ... serial --unit=0 --speed=115200 terminal_input serial console; terminal_output console Does that look right? If so, it may be nice to include an example like this in the doc. Once I get the system build working I will test further. TIA - George