Site Tools


guide:artix_arch_install

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
guide:artix_arch_install [2023-08-11 Fri 06:02] theorytoeguide:artix_arch_install [2025-03-23 Sun 02:12] (current) – [Pre-steps] fix download link theorytoe
Line 5: Line 5:
  
 Secondly this guide assumes you'll be installing runit as your init of choice, of course you don't have to follow that recommendation, but note that some commands/actions may be different depending on your init choice. Secondly this guide assumes you'll be installing runit as your init of choice, of course you don't have to follow that recommendation, but note that some commands/actions may be different depending on your init choice.
 +
 +(Also this guide was last updated 2023-12-25 so beware if its currently a few years after this.)
  
 ===== Pre-steps ===== ===== Pre-steps =====
 For sake of completenes: For sake of completenes:
-  * Grab a iso from [[https://artixlinux.org/downloads|artixlinux.org downloads page]]+  * Grab a iso from [[https://artixlinux.org/download.php|artixlinux.org downloads page]]
   * Flash to a usb   * Flash to a usb
   * Disable secure boot on the target machine (backup keys too)   * Disable secure boot on the target machine (backup keys too)
Line 41: Line 43:
   * ''/boot'' boot partition, 512MiB is the minimum size it should be, fs is FAT32 (required for efi systems)   * ''/boot'' boot partition, 512MiB is the minimum size it should be, fs is FAT32 (required for efi systems)
   * ''/'' root partition (most likely ext4)   * ''/'' root partition (most likely ext4)
-  * ''[SWAP]'' should be the same size as your system memory((Some people reccomend double, but I've never seen that in the wild)) but I usually just set it to half my total mem size.+  * ''[SWAP]'' should be the same size as your system memory((Some people recommend double, but I've never seen that in the wild)) but I usually just set it to half my total mem size.
  
 Now some systems //also// have 1 more more of the following partitions: Now some systems //also// have 1 more more of the following partitions:
Line 158: Line 160:
 </code> </code>
  
-Now set the system clock to hardware+Now set the system clock to hardware. **NOTE:** If youre time is incorrect even after setting both 
 +the timezone and the hwclock. Go into your BIOS and make sure your system clock is synced up to 
 +**GMT**. If it is not, set it, as if its on anything else your clock will be wrong.
 <code bash> <code bash>
 hwclock --systohc hwclock --systohc
guide/artix_arch_install.1691733774.txt.gz · Last modified: 2023-08-11 Fri 06:02 by theorytoe