Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:manual:beginner_installation [2024/09/10 00:05]
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:
 </code> </code>
  
-==== 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:
 </code> </code>
  
-From the above, <color #620BB9/#EEDDFF>sda</color> is your HDD, and the <color #620BB9/#EEDDFF>sdb</color> is for example your USB-device where you’re going to write your ISO-image. +From the above, <color #620BB9/#EEDDFF>sda</color> is your harddisk, and the <color #620BB9/#EEDDFF>sdb</color> is for example your USB-device where you’re going to write your ISO-image. 
  
 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 61: Line 61:
 </code> </code>
  
-This will bring up a graphical partitioning tool. Use the Tab and arrow keys to navigate. This is assuming that you want **Hyperbola GNU/Linux-libre** installed on your local harddisk. +This will bring up a graphical partitioning tool. Use the Tab and arrow keys to navigate, use Enter for selecting an option and / or command. This is assuming that you want **Hyperbola GNU/Linux-libre** installed on your local harddisk. When starting the partioniniong on a complete fresh harddisk you will first need to select the label-type for your MBR (//**M**aster **B**oot **R**ecord//). We assume in this guide that you keep it for the absolute defaults and therefore not including UEFI.
  
-Delete all the partitions so that you only see the label "Free Space".+{{ :en:manual:beginners-guide_partitioning1.png | Creation of MBR }}
  
-Then make a new partition by choosing "New" and then make it "Primary" within options. Make this first partition a so-called Swap-partition. Regarding the size 1/4 of you computer’s memory should be enough. So with 8 GB of memory, your Swap-partition would then be 2 GB. You will also need to change the "Type" towards "Linux swap old Solaris".+Delete all the partitions so that you only see the label "//Free Space//".
  
-The rest of the space should be made "Primary" as partition with the "Type" kept per default as "Linux", choose the "Boot"-flag to make this partition bootable. Then choose "Write" and type ’yes’ to save your changes to disk. Afterwards you are ready to use the command "Quit".+{{ :en:manual:beginners-guide_partitioning2.png | Initial screen for Partitioning }}
  
-You will then have now the following parition-layout:+Then make a new partition by choosing "//New//" and then set it "//Primary//" within options. Make this first partition a so-called Swap-partition. Regarding the size 1/4 of you computer’s memory should be enough. So with 8 GB of memory, your Swap-partition would then be 2 GB. You will also need to change the "//Type//" towards "//Linux swap / old Solaris//"
 + 
 +The rest of the space should be made "//Primary//" as partition with the "//Type//" kept per default as "//Linux//", choose the "//Boot//"-flag to make this partition bootable. Then choose "//Write//" and type ’yes’ to save your changes to disk. Afterwards you are ready to use the command "//Quit//"
 + 
 +You will then have now the following partition-layout:
  
 <code> <code>
-sda1      Primary  Linux  Swap / Solaris+sda1       Primary  Linux  Swap / Solaris
 sda2 Boot  Primary  Linux sda2 Boot  Primary  Linux
 </code> </code>
Line 80: 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 #620BB9/#EEDDFF>loadkeys</color> followed by you language. Available keymap files can be found in <color #0B71B9/#DDF1FF>/usr/share/kbd/keymaps/</color> (you can omit the keymap path and file extension when using <color #620BB9/#EEDDFF>loadkeys</color>). For Swedish users, type:+If you’re not using an English keyboard, you can set your language by typing <color #620BB9/#EEDDFF>loadkeys</color> followed by you language. Available keymap files can be found in <color #0B71B9/#DDF1FF>/usr/share/kbd/keymaps/</color> (//you can omit the keymap path and file extension when using <color #620BB9/#EEDDFF>loadkeys</color>//). For Swedish users for example, type:
  
 <code bash> <code bash>
Line 94: Line 98:
  
 ==== Activate swap ==== ==== Activate swap ====
 +
 +You would need to write / create and activate the Swap-partition:
  
 <code bash> <code bash>
Line 104: Line 110:
  
 ==== Mount the root partition ==== ==== Mount the root partition ====
 +
 +Now mount your root-partition for installing the system:
  
 <code bash> <code bash>
Line 110: Line 118:
  
 ==== Install the base system ==== ==== Install the base system ====
 +
 +To deploy all needed files and folders:
  
 <code bash> <code bash>
Line 116: 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 122: 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 135: Line 149:
 </code> </code>
  
-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 260: Line 274:
  
 ==== Unmount the partitions and reboot ==== ==== Unmount the partitions and reboot ====
 +
 +Now for the final steps:
  
 <code bash> <code bash>
Line 273: Line 289:
 </code> </code>
  
-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/Linux-libre** onto you computer. Congratulations! You have now installed **Hyperbola GNU/Linux-libre** onto you computer.
Line 279: 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. Look around in our wiki to find more information about those steps!