Commit graph

9 commits

Author SHA1 Message Date
Gerd v. Egidy eb066bcd34 activate serial console in grub/UEFI, change baud rate to 115200
Before this patch a serial console was only enabled in syslinux for
traditional BIOS, not in grub / UEFI. In traditional BIOS the baud rate
was 38400 before.

Today 38400 is rarely used anymore and most modern devices using a
serial console default to 115200, which is the highest baudrate possible
with the original UART-ICs. Modern UART-ICs usually support higher
baudrates too, but they need a special driver for that. So 115200
is often used because of the wider compatibility.

In grub and syslinux a serial console can fully work in parallel to the
regular console. So enabling it doesn't change anything when nothing is
connected to the serial console or no serial port is installed at all.

This commit only touches the bootloaders, not the boot entries.
2022-12-11 22:26:24 +01:00
Gerd v. Egidy 2d9daa8b16 reduce timeout to automatic boot of SystemRescue with default settings from 90 seconds to 30
Consider you don't have a keyboard connected and can only connect over the network. Or the
keyboard you use doesn't work in the bootloader due to BIOS issues with USB. Then waiting
the whole 90 seconds is cumbersome.

30 seconds should still be enough to see the bootloader over a slow network KVM, get the
correct monitor or keyboard attached and similar things. So it should still be enough time
to modify the default boot if desired.
2022-12-11 21:40:49 +01:00
fdupoux 9ccfb6ae3b Show version before architecture in the title 2020-09-28 08:07:40 +01:00
fdupoux 51574e9fed Revert original name when related to boot config 2020-09-13 20:51:08 +01:00
fdupoux 45d27a0be6 Rename project : SystemRescueCd ==> SystemRescue 2020-09-12 11:47:11 +01:00
fdupoux 5ccc3267ac Make BIOS and UEFI boot menus more consistent (boot entries, screen resolution, colors) 2020-08-23 11:28:02 +01:00
fdupoux 076947cdb3 Update syslinux configuration to boot automatically after 90 seconds (#36) 2020-08-18 08:40:27 +01:00
fdupoux 043890b999 Parameterize architecture in build.sh 2020-02-01 14:28:39 +00:00
fdupoux 5a6aec2276 SystemRescueCd-6.0.0 2019-02-02 11:22:52 +00:00