This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
base 3-2 | |
base-devel 1-2 | |
dosfstools 4.2-5 | |
efibootmgr 18-3 | |
gist 6.0.0-2 | |
grub 2:2.12.r359.g19c698d12-1 | |
linux 6.17.1.arch1-1 | |
linux-firmware 20251011-1 | |
linux-headers 6.17.1.arch1-1 | |
lvm2 2.03.35-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:set ft=sh | |
# MODULES | |
# The following modules are loaded before any boot hooks are | |
# run. Advanced users may wish to specify all system modules | |
# in this array. For instance: | |
# MODULES=(usbhid xhci_hcd) | |
MODULES=() | |
# BINARIES | |
# This setting includes any additional binaries a given user may |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GRUB boot loader configuration | |
GRUB_DEFAULT=0 | |
GRUB_TIMEOUT=20 | |
GRUB_DISTRIBUTOR="Arch" | |
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 cryptdevice=/dev/sdb3:volgroup0 quiet" | |
GRUB_CMDLINE_LINUX="" | |
# Preload both GPT and MBR modules so that they are not missed | |
GRUB_PRELOAD_MODULES="part_gpt part_msdos" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dev/sdb2: UUID="9492c45e-f3a2-4f59-8851-01b33935ede1" TYPE="swap" PARTUUID="c414fbd6-822e-40af-bf25-561f6884ca33" | |
/dev/sdb3: UUID="3ef1c6fb-578b-4b77-8d94-d71683c0a0e9" TYPE="crypto_LUKS" PARTUUID="8e277163-0cd1-48d6-820b-37c1c101560b" | |
/dev/sdb1: UUID="820dbcd0-5f91-44ea-904d-9f3d76e61c4e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="cb6dd97a-b690-41c3-84fb-e2e8a4cccc0f" | |
/dev/sdc1: LABEL="ARCH" UUID="22A2-2E68" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="003ce57a-01" | |
/dev/sda4: BLOCK_SIZE="512" UUID="9230292030290D33" TYPE="ntfs" PARTUUID="399e2b8d-5eb6-4460-99f4-4338d328f276" | |
/dev/sda5: LABEL="Image" BLOCK_SIZE="512" UUID="CA8EA3A98EA38D0F" TYPE="ntfs" PARTUUID="a323d70a-2e4a-44b2-a9fb-ab129d159576" | |
/dev/sda3: LABEL="OS" BLOCK_SIZE="512" UUID="FADC8A84DC8A3AC1" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c332c0a1-776e-4bc9-9332-d7f2dcc7cefc" | |
/dev/sda1: LABEL_FATBOOT="ESP" LABEL="ESP" UUID="CA38-3750" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="53cd6864-ef40-48db-ad8a-df5191267e6 |