Browse Source

update arch crawler e10 blog

Thomas Buck 2 years ago
parent
commit
2825e998b9
1 changed files with 16 additions and 2 deletions
  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 View File

2
 post: Arch Linux on Medion Crawler E10
2
 post: Arch Linux on Medion Crawler E10
3
 description: Installation and keyboard LED setup
3
 description: Installation and keyboard LED setup
4
 date: 2022-01-18
4
 date: 2022-01-18
5
+update: 2022-02-16
5
 comments: true
6
 comments: true
6
 ---
7
 ---
7
 
8
 
12
 These are the basic steps we had to take, maybe it helps someone else.
13
 These are the basic steps we had to take, maybe it helps someone else.
13
 Some parts have been kept short, so always consider the current [Arch Installation Guide](https://wiki.archlinux.org/title/Installation_guide) as well!
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
 <pre class="sh_sh">
24
 <pre class="sh_sh">
18
 # set disk mode in UEFI to AHCI
25
 # set disk mode in UEFI to AHCI
86
 # enable multilib repos & ILoveCandy
93
 # enable multilib repos & ILoveCandy
87
 vim /etc/pacman.conf
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
 systemctl enable sddm
105
 systemctl enable sddm
92
 systemctl enable sshd
106
 systemctl enable sshd

Loading…
Cancel
Save