Actions
Bug #13080
closedCannot set EFI console as primary console when using both EFI and Serial
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
23.01
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
If a system is booting EFI it uses the console efi
, whereas VGA uses vidconsole
. When enabling the serial console on EFI, the loader.conf contents are set as:
console="efi,comconsole"
Despite having EFI listed first, the serial console gets the full boot output and the boot menu and boot messages both indicate serial is primary:
| 5. Cons: Dual (Serial primary) | | / / / / / / |
Dual Console: Serial Primary, Video Secondary
When using a VGA console this works properly:
console="vidconsole,comconsole"
Dual Console: Video Primary, Serial Secondary
Since we appear to be configuring things properly as far as I can see, this is likely a FreeBSD bug, so this is mostly for tracking.
Actions