Bug#966575: How to fix LLVM/LUKS installs?

2020-08-11 Thread Colin Watson
On Tue, Aug 11, 2020 at 12:51:17PM -0400, Todd Howe wrote: > I got around to fixing my desktop today. In addition to the instructions I > posted above and the procedure to mount system directories below, there was > only one necessary change: > >

Bug#966575: How to fix LLVM/LUKS installs?

2020-08-11 Thread Todd Howe
I got around to fixing my desktop today. In addition to the instructions I posted above and the procedure to mount system directories below, there was only one necessary change: https://gist.github.com/samuelcolvin/43c5ed2807e7db004b1058d0c9bfb068 That guy suggested used grub-install /dev/sda

Bug#966575: How to fix LLVM/LUKS installs?

2020-08-05 Thread Dorian Gaensslen
I.d.k. if it helps: We had problems on many Systems (all of them used noninteractive installation method) We saw, that if we do debconf-show grub-pc it showed us a wrong device: grub2/update_nvram: true grub-pc/install_devices_failed: false grub2/force_efi_extra_removable: false *

Bug#966575: How to fix LLVM/LUKS installs?

2020-08-04 Thread Colin Watson
On Tue, Aug 04, 2020 at 05:08:44PM -0400, Todd Howe wrote: > ls /media/root/$UUID > apt install grub > grub-install --root-directory=/media/root/$UUID /dev/sda I generally don't recommend this sort of approach. Instead, and simpler: for x in dev proc sys; do mount --rbind "/$x"

Bug#966575: How to fix LLVM/LUKS installs?

2020-08-04 Thread Todd Howe
tl;dr I hit this error while trying to reinstall grub: grub-probe: error: can't mount encrypted volume '/dev/sda5': no such partition Hello, we've seen fixes suggested for non-encrypted installs which involve either reinstalling grub or running dpkg-configure grub-pc from chroot. How do we go