Hello!
Brice Waegeneire <[email protected]> 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’.