Skip to content

Instantly share code, notes, and snippets.

@kleo
Last active June 15, 2023 06:47
Show Gist options
  • Save kleo/24ae9cdaa08eebff154f515433404369 to your computer and use it in GitHub Desktop.
Save kleo/24ae9cdaa08eebff154f515433404369 to your computer and use it in GitHub Desktop.
// fix systemd-boot menu
// on bios update removed boot entries
// boot archlinux install usb
# cryptsetup luksOpen /dev/nvme1n1p2 foo
# mount /dev/mapper/foo /mnt -o subvol=@
# mount /dev/nvme1n1p1 /mnt/boot
# arch-chroot /mnt
# bootctl install
// systemd-boot key bindings https://man.archlinux.org/man/systemd-boot.7#KEY_BINDINGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment