From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: GRUB and installer invisible on serial console Date: Mon, 30 Dec 2019 19:40:44 +0100 Message-ID: <87blrp7j2r.fsf@gnu.org> References: <87lfr5pou4.fsf@elephly.net> <634287529887714596f1f4ecdcbf8224@waegenei.re> <8b6854b67a2ba76a68c867bc10762a49@waegenei.re> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <8b6854b67a2ba76a68c867bc10762a49@waegenei.re> (Brice Waegeneire's message of "Sat, 21 Dec 2019 20:30:43 +0100") 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: Brice Waegeneire Cc: guix-devel@gnu.org, Guix-devel Hello! Brice Waegeneire skribis: > I also had to tweak my BIOS settings to have a reliable serial=20 > connection. > > (kernel-arguments > '("quiet" "console=3Dtty0" "console=3DttyS0,115200")) > > (bootloader > (bootloader-configuration > (bootloader grub-efi-bootloader) > (target "/boot/efi") > (keyboard-layout keyboard-layout) > (terminal-outputs '(gfxterm serial)) > (terminal-inputs '(console serial)) > (serial-unit 0) > (serial-speed 115200))) Should we add this to the OS in (gnu system install)? Could someone confirm that this has the desired effect? Thanks, Ludo=E2=80=99.