Lines Matching full:console
58 .Ss Console Considerations
59 The EFI BIOS provides a generic console.
65 .Dv console
72 console points to.
77 kernel has a limitation when more than one console is present.
79 Only the primary console will get the log messages from the
88 tells the kernel to use the video console as primary.
91 list, the serial port will be the primary console.
99 console for the video (which may or may not work) and
104 The kernel will use a dual console, with the video console
105 primary if a UEFI graphics device is detected, or the serial console
111 .Dv console
122 .Dv console
125 you will get output on both the EFI console and the serial port.
127 .Dv console
143 .Dv hw.uart.console
144 variable to set its serial console.
167 .Ss Primary Console
168 The primary console is set using the boot flags.
194 And the following flags determine the primary console:
195 .Bl -column -offset indent ".Sy Flags" ".Sy Kernel Flags" ".Sy Kernel Consoles" ".Sy Primary Console"
196 .It Sy Flags Ta Sy Kernel Flags Ta Sy Kernel Consoles Ta Sy Primary Console
206 functionality where we use the video console if a keyboard is connected and a
207 serial console otherwise.
461 Non-x86 serial console handling is even more confusing and less well documented.