Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:manual:beginner_installation [2024/09/10 00:25] throgh [Boot and install Hyperbola] |
en:manual:beginner_installation [2024/09/10 01:15] (current) throgh [Write the image to your USB] |
||
|---|---|---|---|
| Line 23: | Line 23: | ||
| </ | </ | ||
| - | ==== Write the image to your USB ==== | + | ==== Write the image to your USB-device |
| Change the directory to the folder where you saved the downloaded ISO-image and type the following into your terminal: | Change the directory to the folder where you saved the downloaded ISO-image and type the following into your terminal: | ||
| Line 47: | Line 47: | ||
| </ | </ | ||
| - | From the above, <color # | + | From the above, <color # |
| Also take a note of your partitions, you will come to need it when you’re creating the file system and mounting the root partition during the installation. | Also take a note of your partitions, you will come to need it when you’re creating the file system and mounting the root partition during the installation. | ||
| Line 84: | Line 84: | ||
| ==== Create a file system ==== | ==== Create a file system ==== | ||
| - | If you’re not using an English keyboard, you can set your language by typing <color # | + | If you’re not using an English keyboard, you can set your language by typing <color # |
| <code bash> | <code bash> | ||
| Line 98: | Line 98: | ||
| ==== Activate swap ==== | ==== Activate swap ==== | ||
| + | |||
| + | You would need to write / create and activate the Swap-partition: | ||
| <code bash> | <code bash> | ||
| Line 108: | Line 110: | ||
| ==== Mount the root partition ==== | ==== Mount the root partition ==== | ||
| + | |||
| + | Now mount your root-partition for installing the system: | ||
| <code bash> | <code bash> | ||
| Line 114: | Line 118: | ||
| ==== Install the base system ==== | ==== Install the base system ==== | ||
| + | |||
| + | To deploy all needed files and folders: | ||
| <code bash> | <code bash> | ||
| Line 120: | Line 126: | ||
| ==== Generate an fstab ==== | ==== Generate an fstab ==== | ||
| + | |||
| + | One of the most important files for your installed system to describe the whole file-system hierarchy: | ||
| <code bash> | <code bash> | ||
| Line 126: | Line 134: | ||
| ==== Chroot and configure the base system ==== | ==== Chroot and configure the base system ==== | ||
| + | |||
| + | After you have finished the initial process of the installation you would need to enter your until now not finished system: | ||
| <code bash> | <code bash> | ||
| Line 139: | Line 149: | ||
| </ | </ | ||
| - | Now choose your locale from what language you’re using. All locales are commented out (preceded by #) by default. Uncomment (remove the #) for your choice of locale. For US English, it should look like this: | + | Now choose your locale from what language you’re using. All locales are commented out (preceded by #) by default. Uncomment (//remove the #//) for your choice of locale. For US English, it should look like this: |
| <code bash> | <code bash> | ||
| Line 264: | Line 274: | ||
| ==== Unmount the partitions and reboot ==== | ==== Unmount the partitions and reboot ==== | ||
| + | |||
| + | Now for the final steps: | ||
| <code bash> | <code bash> | ||
| Line 277: | Line 289: | ||
| </ | </ | ||
| - | Remember to remove your installation medium (your USB stick) before you reboot into your system. To log in, you type root and your password. | + | Remember to remove your installation medium (your USB stick) before you reboot into your system. To log in, you type **root** and your password. |
| Congratulations! You have now installed **Hyperbola GNU/ | Congratulations! You have now installed **Hyperbola GNU/ | ||
| Line 283: | Line 295: | ||
| ===== Post-installation ===== | ===== Post-installation ===== | ||
| - | You will now have to create a user and get user privileges like doas. And of course you have to select your graphical environment. | + | You will now have to create a user and get user privileges like doas. And of course you have to select your graphical environment. |