start:system:artix
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system:artix [2024/12/29 07:10] – [Format and Mount Partitions] marlonivo | start:system:artix [2024/12/29 07:17] (current) – [Install Artix Base System] marlonivo | ||
---|---|---|---|
Line 68: | Line 68: | ||
Dann müssen wir die formatierten Partitionen einbinden: | Dann müssen wir die formatierten Partitionen einbinden: | ||
< | < | ||
- | mount / | + | mount / |
- | mkdir / | + | mkdir -p / |
mount / | mount / | ||
</ | </ | ||
Line 79: | Line 79: | ||
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: | ||
< | < | ||
- | basestrap /mnt base base-devel openrc elogind-openrc linux linux-firmware | + | basestrap /mnt base base-devel openrc elogind-openrc linux linux-firmware |
</ | </ | ||
Line 91: | Line 91: | ||
< | < | ||
- | Then, install grub and os-prober (for detecting other installed operating systems): | + | Then, install grub and os-prober (for detecting other installed operating systems). |
- | + | ||
- | < | + | |
- | pacman -S grub os-prober efibootmgr | + | |
- | grub-install --target=x86_64-efi --efi-directory=/ | + | |
- | grub-mkconfig -o / | + | |
- | </ | + | |
- | + | ||
- | After that, you should see an warning "**os-prober | + | |
- | Öffne die Datei: | + | |
< | < | ||
+ | pacman -S grub os-prober nano efibootmgr | ||
nano / | nano / | ||
</ | </ | ||
Line 109: | Line 101: | ||
GRUB_DISABLE_OS_PROBER=false | GRUB_DISABLE_OS_PROBER=false | ||
</ | </ | ||
+ | |||
+ | Install a bootloader (in our case grub) onto your Partition. | ||
+ | < | ||
+ | grub-install --target=x86_64-efi --efi-directory=/ | ||
+ | grub-mkconfig -o / | ||
+ | </ | ||
Then, set the root passwd and add a regular user: | Then, set the root passwd and add a regular user: | ||
< | < | ||
- | passwd | + | passwd |
useradd -m user <- add regular user | useradd -m user <- add regular user | ||
- | passwd user | + | passwd |
</ | </ | ||
Line 121: | Line 119: | ||
exit | exit | ||
umount -R /mnt | umount -R /mnt | ||
- | reboot | + | reboot |
</ | </ | ||
start/system/artix.1735456220.txt.gz · Last modified: 2024/12/29 07:10 by marlonivo