From 95d26a069286a1e3f519493d9873529af428e83b Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 4 Nov 2020 17:38:38 +0100 Subject: [PATCH] Change Partition location --- arch-config/Dokumente/other-linux/arch-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch-config/Dokumente/other-linux/arch-install.md b/arch-config/Dokumente/other-linux/arch-install.md index 4ef3d45b..bdcb45d6 100644 --- a/arch-config/Dokumente/other-linux/arch-install.md +++ b/arch-config/Dokumente/other-linux/arch-install.md @@ -41,7 +41,7 @@ mkfs.ext4 /dev/(partition) Generally partitions have to be mounted where you will later use them in your system. Root: /mnt -EFI: /mnt/efi +EFI: /mnt/boot Home: /mnt/home ## Creating swapfile @@ -72,7 +72,7 @@ pacstrap /mnt base linux linux-firmware vim dosfstools e2fsprogs ```bash genfstab -U /mnt >> /mnt/etc/fstab ``` -Make sure the fstab file has everything included +IMPORTANT: Make sure the fstab file has everything included ## Chroot into the system `arch-chroot /mnt` @@ -127,7 +127,7 @@ refind-install --usedefault /dev/(efi partition) --alldrivers Edit `/boot/refind_linux.conf` Delete any lines with "archiso". -Edit `/efi/EFI/BOOT/refind.conf` +Edit `/boot/EFI/BOOT/refind.conf` Search for `Arch Linux` (vim, press "/". Attention: case sensitive) Under `options` replace the UUID after `root=` with the configured EFI partition.