From e1961db6e9acb3676f17aec9242726f169bfc3a6 Mon Sep 17 00:00:00 2001 From: alfrix Date: Mon, 18 Jul 2022 18:49:03 -0300 Subject: [PATCH] docs: add an alternative way of booting to console --- docs/Installation.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/Installation.md b/docs/Installation.md index 62bda35b..111ff262 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -6,10 +6,11 @@ Install the screen, following the instructions provided by the manufacturer, Som It's strongly recommended to test it and ensure your hardware is working with Raspbian, Ubuntu or any distro you like. Once you stablished that the screen is working, then proceed installing KlipperScreen. -## Setup Raspberry Pi -This install process is meant for Raspbian non-desktop version aka Raspbian Lite, but it works on other versions. +## Setup +This install process is meant for a non-desktop version of the OS for example Raspbian Lite, but it should work on other versions. -If you want to use it on Raspbian desktop (GUI version), then use `sudo raspi-config` to set boot to console by choosing the following options in order: +If you want to use it on a desktop (GUI version), then do `sudo systemctl set-default multi-user.target` +if it's a Raspberry Pi, you can use `sudo raspi-config` to set boot to console by choosing the following options in order: ```sh 1System Options @@ -17,9 +18,6 @@ If you want to use it on Raspbian desktop (GUI version), then use `sudo raspi-co └──B1 Console ``` -!!! note - Other distros will be different on how to boot to console. - ## Auto install [KIAUH](https://github.com/th33xitus/kiauh) is a tool that helps you install or upgrade Klipper, Moonraker, Mainsail, and other extensions.