On Tue, Mar 26, 2024 at 08:45:33PM +0300, Andrei Borzenkov wrote: > You do not show the error in this case so it is entirely unclear and > useless. But to search for UUID grub image must include the correct > filesystem driver (you did not show filesystem type). >
My setup with filesystems: sda ├─sda1 95,4M part /boot/efi (vfat) ├─sda2 4M part BIOS boot partition ├─sda3 166,7G part │ ├─vgssd-slash 35G lvm / (ext4) │ ├─vgssd-var 116,7G lvm /var (ext4) │ └─vgssd-usrlocal 15G lvm /usr/local (ext4) ├─sda4 2G part [SWAP] └─sda5 54,8G part (not important) sdb... (data, not important) > Start with the very first one > > grub-install --verbose --target=x86_64-efi > I have booted via UEFI a SystemRescueCD USB, arch-chroot'ed my environment and I have run: # grub-install --verbose --target=x86_64-efi Output: https://dpaste.com/CGW4D4H4T And then when I boot I get the following error: error: disk `lvmid/yc9Fs5-...(long string)...-rF8WbQ' not found. Entering rescue mode... grub rescue> ls (hd0) (hd1) grub rescue> Thanks a lot for your help.
