Last active
June 15, 2023 06:47
-
-
Save kleo/24ae9cdaa08eebff154f515433404369 to your computer and use it in GitHub Desktop.
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
// 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