mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
This commit fixes SCALE boot issue in BIOS mode on X series hardware. In BIOS mode, we were not able to see any output from GRUB on IPMI since serial setup was not being done properly in SCALE installer's grub.cfg. Moreover, currently both boot options provide serial console options for SCALE, due to which we always see Linux console on serial since serial settings are saved by installer. User should only select (115200 baud) boot option if they want serial console, otherwise serial console should not be provided. Signed-off-by: Umer Saleem <usaleem@ixsystems.com>