Skip to content

Commit

Permalink
pages: emergency-shell (coreos#74)
Browse files Browse the repository at this point in the history
* 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
xanderificnl and xanderificnl authored May 21, 2020
1 parent 52fb83b commit 448738b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
** Troubleshooting
*** xref:manual-rollbacks.adoc[Manual Rollbacks]
*** xref:access-recovery.adoc[Access Recovery]
*** xref:emergency-shell.adoc[Emergency Shell Access]
* Reference pages
** xref:platforms.adoc[Platforms]
14 changes: 14 additions & 0 deletions modules/ROOT/pages/emergency-shell.adoc
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.
====

0 comments on commit 448738b

Please sign in to comment.