Sleeper OS Wiki

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sleeper_os:beginners_guide [2024/01/27 13:48] – created alejitaosleeper_os:beginners_guide [2024/04/04 21:16] (current) alejitao
Line 1: Line 1:
-Sleeper OS Installation Guide+{{:easy_to_read_logo.jpg?200|}}This page has an "Easy-to-Read" version at [[sleeper_os:beginners_guide_Easy-to-Read|sleeper_os:beginners_guide_Easy-to-Read]] 
 +=== Sleeper OS Installation Guide === 
 +== Introduction ==
  
-## Introduction +Sleeper OS is a Linux® distribution designed for provide a brief description of Sleeper OS. This guide will walk you through the installation process, covering basic partitioning and steps for installation from a Windows environment. 
- +== What is a Partition? ==
-Sleeper OS is a Linux distribution designed for [provide a brief description of Sleeper OS]. This guide will walk you through the installation process, covering basic partitioning and steps for installation from a Windows environment. +
- +
-## What is a Partition?+
  
 A partition is a logical division of a physical disk, allowing you to organize and manage your data effectively. Each partition functions as a separate unit, and it can contain a file system that determines how data is stored and accessed. A partition is a logical division of a physical disk, allowing you to organize and manage your data effectively. Each partition functions as a separate unit, and it can contain a file system that determines how data is stored and accessed.
Line 16: Line 15:
   -  **Boot from Installation Media:** Insert the Sleeper OS installation media and boot your system from it.   -  **Boot from Installation Media:** Insert the Sleeper OS installation media and boot your system from it.
   -  **Start Installation:** Launch the Sleeper OS installer and choose the option to manually partition your disk.   -  **Start Installation:** Launch the Sleeper OS installer and choose the option to manually partition your disk.
-  -  **Create Partitions:** Create at least two partitions - one for the root filesystem ("/") and, optionally, a separate partition for the home directory ("/home").+  -  **Create Partitions:** Create at least two partitions - one for the root filesystem ("/") and other for EFI (at least 500MB).
   -  **File System:** Assign the appropriate file system (ext4 is commonly used) to each partition.   -  **File System:** Assign the appropriate file system (ext4 is commonly used) to each partition.
-  - **Mount Points:** Set the mount points for the partitions. The root partition ("/"is mandatory, and you may choose to mount "/homeseparately.+  - **Mount Points:** Set the mount points for the partitions. The root partition ("/") and EFI ("ESP") are mandatory. The rest optional.
  
 == Installation from Windows == == Installation from Windows ==
Line 33: Line 32:
  
 Congratulations! You have successfully installed Sleeper OS on your system. If you encounter any issues or need further assistance, consult the official Sleeper OS documentation for additional guidance. Congratulations! You have successfully installed Sleeper OS on your system. If you encounter any issues or need further assistance, consult the official Sleeper OS documentation for additional guidance.
 +
 +== How do I add a new user (eg: Replacing existing)? ==
 +Simply put the command:
 +
 +
 +''
 +sudo adduser your-newuser
 +''
 +
 +
 +In the terminal, and it will ask you some things. Once it'is done, there it is! You can log in with your new user