Trace:
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sleeper_os:beginners_guide [2024/01/27 13:48] – created alejitao | sleeper_os:beginners_guide [2024/04/04 21:16] (current) – alejitao | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # Sleeper OS Installation Guide | + | {{: |
| + | === Sleeper OS Installation Guide === | ||
| + | == Introduction == | ||
| - | ## Introduction | + | Sleeper OS is a Linux® |
| - | + | == 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: | - **Start Installation: | ||
| - | - **Create Partitions: | + | - **Create Partitions: |
| - **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 ("/" | + | - **Mount Points:** Set the mount points for the partitions. The root partition ("/" |
| == 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 | ||