guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GRUB and installer invisible on serial console


From: Ludovic Courtès
Subject: Re: GRUB and installer invisible on serial console
Date: Mon, 30 Dec 2019 19:40:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello!

Brice Waegeneire <address@hidden> skribis:

> I also had to tweak my BIOS settings to have a reliable serial 
> connection.
>
>     (kernel-arguments
>       '("quiet" "console=tty0" "console=ttyS0,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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]