From e1e5f84aaa6172be868f7bf3e51a8e1fc1a4fab4 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 9 Nov 2024 13:14:33 +0100 Subject: [PATCH] arch linux: expanded unbootable medium fixes --- wiki/linux/arch-linux.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wiki/linux/arch-linux.md b/wiki/linux/arch-linux.md index 3ed1608..5536b7c 100644 --- a/wiki/linux/arch-linux.md +++ b/wiki/linux/arch-linux.md @@ -85,7 +85,13 @@ Now the command line of the system can be accessed for troubleshooting. After troubleshooting `exit` the system and [unmount](/wiki/linux/disk-management.md#mounting) all previously mounted file systems and try to boot back into the system. -Probably the most common source for not bootable systems is +If the system broke during an update then the easiest way to fix it, is by running the same update +command again. +The used command can be found in `/var/log/pacman.log`. +Make sure to run exactly this command. +Afterwards try to reboot into the system. + +Another common source for not bootable systems is [the initial ramdisk](#problems-with-the-initial-ramdisk). ### Problems with the Initial Ramdisk