Selaa lähdekoodia

update arch crawler e10 blog

Thomas Buck 2 vuotta sitten
vanhempi
commit
2825e998b9
1 muutettua tiedostoa jossa 16 lisäystä ja 2 poistoa
  1. 16
    2
      input/blog/2022/2022_01_18_medion_crawler_e10_arch.md

+ 16
- 2
input/blog/2022/2022_01_18_medion_crawler_e10_arch.md Näytä tiedosto

@@ -2,6 +2,7 @@ title: Blog
2 2
 post: Arch Linux on Medion Crawler E10
3 3
 description: Installation and keyboard LED setup
4 4
 date: 2022-01-18
5
+update: 2022-02-16
5 6
 comments: true
6 7
 ---
7 8
 
@@ -12,7 +13,13 @@ Installation was very straight forward, everything seems to work fine pretty muc
12 13
 These are the basic steps we had to take, maybe it helps someone else.
13 14
 Some parts have been kept short, so always consider the current [Arch Installation Guide](https://wiki.archlinux.org/title/Installation_guide) as well!
14 15
 
15
-Prepare the storage (SSD as cache for HDD, as described [here](https://unix.stackexchange.com/a/443415) / [here](https://lucaswerkmeister.de/posts/2018/05/12/luks-on-lvm/)), with full disk encryption and format the filesystems.
16
+<del>Prepare the storage (SSD as cache for HDD, as described [here](https://unix.stackexchange.com/a/443415) / [here](https://lucaswerkmeister.de/posts/2018/05/12/luks-on-lvm/)), with full disk encryption and format the filesystems.</del>
17
+
18
+**Update:** Even though it sounds good in theory, the real-world performance of the encrypted and cached LVM setup was very bad.
19
+For this reason we backed-up the root, re-formatted both the SSD and HDD to simple ext4 filesystems, put the data back on the SSD and modified the fstab and bootloader to boot from the now unencrypted root (mounting the HDD for data storage, if required in future).
20
+Performance is much better now!
21
+
22
+**So leave out the LVM related steps below and create a normal root partition.**
16 23
 
17 24
 <pre class="sh_sh">
18 25
 # set disk mode in UEFI to AHCI
@@ -86,7 +93,14 @@ visudo
86 93
 # enable multilib repos & ILoveCandy
87 94
 vim /etc/pacman.conf
88 95
 
89
-pacman -Syu xorg-server nvidia nvidia-utils nvidia-settings lib32-nvidia-utils sddm pipewire pipewire-alsa pipewire-pulse pipewire-jack lib32-pipewire lib32-pipewire-jack helvum wireplumber sddm-kcm plasma-meta vlc dolphin dolphin-plugins kdialog kfind ark yakuake libreoffice-fresh openssh breeze-gtk kde-gtk-config ttf-droid ttf-inconsolata ttf-liberation ttf-roboto ttf-dejavu ttf-bitstream-vera terminus-font wine steam gvim firefox firefox-i18n-de firefox-ublock-origin cups cups-pdf print-manager system-config-printer pacman-contrib bluez-utils
96
+pacman -Syu xorg-server nvidia nvidia-utils nvidia-settings lib32-nvidia-utils \
97
+sddm pipewire pipewire-alsa pipewire-pulse pipewire-jack lib32-pipewire \
98
+lib32-pipewire-jack helvum wireplumber sddm-kcm plasma-meta vlc dolphin \
99
+dolphin-plugins kdialog kfind ark yakuake libreoffice-fresh openssh breeze-gtk \
100
+kde-gtk-config ttf-droid ttf-inconsolata ttf-liberation ttf-roboto ttf-dejavu \
101
+ttf-bitstream-vera terminus-font wine steam gvim firefox firefox-i18n-de \
102
+firefox-ublock-origin cups cups-pdf print-manager system-config-printer \
103
+pacman-contrib bluez-utils
90 104
 
91 105
 systemctl enable sddm
92 106
 systemctl enable sshd

Loading…
Peruuta
Tallenna