Skip to content

Commit

Permalink
GitBook: [master] 3 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
csnewman authored and gitbook-bot committed Feb 10, 2019
1 parent 961e41f commit 4ac2b80
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Common

* [Untitled](common/untitled.md)
* [Boot Up](common/boot-up/README.md)
* [Startup](common/boot-up/README.md)
* [Panics](common/boot-up/panics.md)

## Desktop
Expand Down
2 changes: 1 addition & 1 deletion common/boot-up/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Boot Up
# Startup

25 changes: 25 additions & 0 deletions common/boot-up/panics.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
---
description: How to diagnose startup panics.
---

# Panics

## Overview

During system startup it is possible for an unrecoverable error to occur, know as a panic. Panics can come from many different sources and subsystems. Below you can find some information on how to handle basic and/or common system panics, however if you are experiencing a panic that isn't listed below, please visit the community forums.

## Invalid CmdLine

### Missing cmdline

```
Error: invalid-cmdline
Reason:
```

{% hint style="danger" %}
This error is caused by a corrupted filesystem.

If you have modified any files manually, you should revert them, otherwise a serious fault has occurred, such as a failing USB. You should backup your SkylarkOS configs and restore them to another USB.
{% endhint %}



0 comments on commit 4ac2b80

Please sign in to comment.