You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-11-23-week-03-arch-linux-install.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ I started with what seemed like a reasonable approach: follow a YouTube tutorial
101
101
102
102
The tutorial was detailed and professional. It covered disk encryption, LVM volume groups, and bootloader configuration. Perfect for a production system that would run Kubernetes infrastructure, right?
103
103
104
-
**The installation steps I followed:**
104
+
**Main Installation Steps**
105
105
1. Created bootable USB with Arch ISO
106
106
2. Partitioned disk with encrypted LVM (following tutorial)
107
107
3. Installed base system with `pacstrap`
@@ -113,13 +113,13 @@ The tutorial was detailed and professional. It covered disk encryption, LVM volu
113
113
114
114
**What happened:** The system booted directly into the MSI BIOS, completely bypassing the hard drive.
115
115
116
-
### Problem 1: MSI Motherboard UEFI Quirk
116
+
### Problem: MSI Motherboard UEFI Quirk
117
117
118
118
My first thought was the bootloader didn't install correctly. After searching, I discovered MSI motherboards have a known quirk: they ignore custom UEFI boot entries and only boot from the fallback path `/EFI/BOOT/BOOTX64.EFI`.
119
119
120
120
The solution: Install GRUB with the `--removable` flag.
0 commit comments