forked from coreos/fedora-coreos-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create emergency-shell.adoc Adds documentation to describe how to access the emergency shell with tty0. Resolves (by documentating) coreos/fedora-coreos-tracker#453 Co-authored-by: Xander <xander@web-refinery.com>
- Loading branch information
1 parent
52fb83b
commit 448738b
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
= Access the emergency shell | ||
|
||
|
||
Sometimes you may want to access the emergency shell. For instance, to debug first boot provisioning errors. | ||
|
||
To access the emergency shell intercept the GRUB menu, edit the entry and drop all `console` parameters from the kernel line except for the one you need and press Ctrl+X to resume booting. | ||
|
||
[NOTE] | ||
==== | ||
By default these console parameters are provided: | ||
- `console=ttyS0,115200n8` for serial consoles. | ||
- `console=tty0` for VGA. | ||
==== |