Marlon's Wiki

it's better when it's simpler

User Tools

Site Tools


start:system:artix

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
start:system:artix [2024/12/29 07:17] – [Install Artix Base System] marlonivostart:system:artix [2025/04/26 08:04] (current) marlonivo
Line 10: Line 10:
 \\ \\
 ===== Create a Artix USB-Stick ====== ===== Create a Artix USB-Stick ======
-----+
 After you downloaded the ISO, write your stick with it. After you downloaded the ISO, write your stick with it.
 <code> <code>
Line 18: Line 18:
 \\ \\
 ===== Boot into your USB Stick ===== ===== Boot into your USB Stick =====
-----+
 **For Windows:** **For Windows:**
    - Press and hold the "Shift" key as you click the "Restart" option in the Start menu or on the sign-in screen. Windows will reboot into a special boot options menu.    - Press and hold the "Shift" key as you click the "Restart" option in the Start menu or on the sign-in screen. Windows will reboot into a special boot options menu.
Line 30: Line 30:
 \\ \\
 ===== Partitioning your Drives ===== ===== Partitioning your Drives =====
-----+
 After you booted into Artix you will be welcomed by a small GUI, giving you the option to choose your keyboard layout and language. After you did that, press 'from Stick/HDD'. It will install some scripts, then you need to login with: After you booted into Artix you will be welcomed by a small GUI, giving you the option to choose your keyboard layout and language. After you did that, press 'from Stick/HDD'. It will install some scripts, then you need to login with:
  
Line 58: Line 58:
 \\ \\
 ===== Format and Mount Partitions ===== ===== Format and Mount Partitions =====
-----+
 Jetzt müssen wir noch die Partitionen die wir erstellt haben, richtig formatieren. Jetzt müssen wir noch die Partitionen die wir erstellt haben, richtig formatieren.
  
Line 75: Line 75:
 \\ \\
 ===== Install Artix Base System ===== ===== Install Artix Base System =====
----- 
  
 Installiere das Basis-System (wähle das basissystem deiner ISO Datei) sowie den Kernel (Linux) auf der Root-Partition und synchronisiere den Computer mit der Uhrzeit: Installiere das Basis-System (wähle das basissystem deiner ISO Datei) sowie den Kernel (Linux) auf der Root-Partition und synchronisiere den Computer mit der Uhrzeit:
Line 87: Line 86:
 \\ \\
 ===== Configure the base system ===== ===== Configure the base system =====
-----+
 To configure the system, chroot into your new Artix: To configure the system, chroot into your new Artix:
 <code>artix-chroot /mnt</code> <code>artix-chroot /mnt</code>
Line 124: Line 123:
 \\ \\
 ===== Post-Installation Configuration ===== ===== Post-Installation Configuration =====
-----+
 You can now either configure your system manually yourself or install my auto-bootstrapping script called [[https://git.marlonivo.xyz/sharx|sharx]], which will give you pretty much everything you need. Therefore type: You can now either configure your system manually yourself or install my auto-bootstrapping script called [[https://git.marlonivo.xyz/sharx|sharx]], which will give you pretty much everything you need. Therefore type:
 <code> <code>
-curl -LO marlonivo.xyz/sharks.sh +curl -LO marlonivo.xyz/sharx.sh 
-sh sharks.sh +sh sharx.sh 
 </code> </code>
start/system/artix.txt · Last modified: 2025/04/26 08:04 by marlonivo