diff --git a/SUMMARY.md b/SUMMARY.md index 426f7c1..4feb3f3 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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 diff --git a/common/boot-up/README.md b/common/boot-up/README.md index 1acc719..84f1213 100644 --- a/common/boot-up/README.md +++ b/common/boot-up/README.md @@ -1,2 +1,2 @@ -# Boot Up +# Startup diff --git a/common/boot-up/panics.md b/common/boot-up/panics.md index 1dd9bec..662b456 100644 --- a/common/boot-up/panics.md +++ b/common/boot-up/panics.md @@ -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 %} + + +