Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
linux:arch-spezifisch:installation [08.04.2023 09:08] marc |
linux:arch-spezifisch:installation [05.06.2023 20:11] (aktuell) marc |
||
|---|---|---|---|
| Zeile 16: | Zeile 16: | ||
| ===== Dauerhafte Installation auf USB-Stick | ===== Dauerhafte Installation auf USB-Stick | ||
| + | ==== Installation ==== | ||
| - | Image herunterladen. Bei Installation als Chroot | + | |
| + | Image herunterladen | ||
| $ unsquashfs usbstick/ | $ unsquashfs usbstick/ | ||
| - | Anschließend Zielmedium in den Pfad mit einhängen und wie üblich Chrooten. | + | Anschließend Zielmedium in den Pfad squashfs-root/ |
| + | # pacman-key --init | ||
| # pacman-key --populate archlinux | # pacman-key --populate archlinux | ||
| - | # pacstrap /mnt/usb/ base linux linux-firmware dhcpcd nano iwd lvm2 | + | # pacstrap /mnt/usb/ base linux linux-firmware dhcpcd nano iwd lvm2 htop usbutils |
| + | |||
| + | Grub (BIOS / legacy) installieren | ||
| + | |||
| + | # grub-install --target=i386-pc /dev/sdc | ||
| + | |||
| + | |||
| + | ==== Scheduler ==== | ||
| + | |||
| + | # cat / | ||
| + | # # echo bfq > / | ||
| + | |||
| + | |||
| + | ==== Re-Install ==== | ||
| + | |||
| + | Alle installierten Pakete erneut installieren: | ||
| + | |||
| + | # pacman -Qqn | pacman -S - | ||