ipmi – Linux: Why does Single User mode work on Serial Console but not on the attached Keyboard/Video/Monitor? – Server Fault
Posted by jpluimers on 2020/05/19
From [WayBack] ipmi – Linux: Why does Single User mode work on Serial Console but not on the attached Keyboard/Video/Monitor? – Server Fault (slightly edited; thanks Patrick!):
Because init
has not spawned off multiple TTYs yet (getty
, mgetty
, etc), so you only have the primary TTY. The primary TTY is the last console=
parameter on the kernel command line. All the console parameters get the output, but only the last one will be able to act as input.
–jeroen
Like this:
Like Loading...
Related
This entry was posted on 2020/05/19 at 12:00 and is filed under *nix, Debian, Linux, openSuSE, Power User, RedHat, SuSE Linux, Tumbleweed.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a Reply