Skip to content

grub(?) error after update, can't boot Debian #303

Discussion options

You must be logged in to vote

This is an issue that happened to many users of the Sid repo recently. There is some chatter about it on the Siduction forums. I am using BtrFS with Snapper and had to boot from a Linux USB installer, then unlock my PC LUKS encryption, then mount the BtrFS filesystem, and then chroot into the PC, and then finally run the grub installer. Below are my notes on the topic.

Mount LUKS encrypted partition (if applicable)

cryptsetup luksOpen /dev/nvme0n1p2 crypt

Create our chroot directory

mkdir /mnt/chroot

Mount the installation partition (use only one of these options)

1 - No LUKS

mount /dev/sda2 /mnt/chroot

2 - LUKS

mount /dev/mapper/crypt /mnt/chroot

3 - BtrFS on top of LUKS

mount -o subvol=…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@geckolinux
Comment options

Answer selected by geckolinux
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants