arch
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| arch [2016/08/31 06:26] – michael | arch [2021/07/03 10:01] (current) – mduersch | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| pacman -Syu | pacman -Syu | ||
| Installation | Installation | ||
| - | create boot and root partition, | + | create boot and root partition, you may olso use lvm, but makes no sense for / on laptop. |
| mount /mnt /dev/sa1 | mount /mnt /dev/sa1 | ||
| mkdir /boot , | mkdir /boot , | ||
| mount /mnt/boot /dev/sda2 | mount /mnt/boot /dev/sda2 | ||
| + | # alternativ mit efi | ||
| + | mount / | ||
| ... | ... | ||
| + | | ||
| pacstrap /mnt base base-devel wpa_supplicant | pacstrap /mnt base base-devel wpa_supplicant | ||
| genfstab -U /mnt >> / | genfstab -U /mnt >> / | ||
| Line 41: | Line 44: | ||
| pacman -S grub | pacman -S grub | ||
| grub-mkconfig -o / | grub-mkconfig -o / | ||
| + | | ||
| + | | ||
| + | # alernativ mit efi: | ||
| + | grub-install --target=x86_64-efi --efi-directory=/ | ||
| + | grub-mkconfig -o / | ||
| + | |||
| + | | ||
| grub-install /dev/sda | grub-install /dev/sda | ||
| cp / | cp / | ||
| Line 46: | Line 56: | ||
| pacman -S intel-ucode | pacman -S intel-ucode | ||
| Install xorg, plasma and KDE: | Install xorg, plasma and KDE: | ||
| + | | ||
| pacman -S xorg xorg-xinit xorg-server-utils | pacman -S xorg xorg-xinit xorg-server-utils | ||
| pacman -S plasma kdebase | pacman -S plasma kdebase | ||
| Line 51: | Line 62: | ||
| pacman -S net-tools gtkmm | pacman -S net-tools gtkmm | ||
| systemctl enable sddm | systemctl enable sddm | ||
| - | pacman -S net-tools gtkmm | + | pacman -S net-tools gtkmm |
| + | pacman -S networkmanager | ||
| + | systemctl enable NetworkManager | ||
| If running in Virtualbox, add: | If running in Virtualbox, add: | ||
| pacman -Sy virtualbox-guest-utils | pacman -Sy virtualbox-guest-utils | ||
| - | pacman -Sy linux-headers | + | pacman -Sy linux-headers |
| Problems with Sound: | Problems with Sound: | ||
| [root@tuxvm user]# pacman -Ss alsa | [root@tuxvm user]# pacman -Ss alsa | ||
arch.1472624818.txt.gz · Last modified: 2021/04/24 07:38 (external edit)
