On Wed, Mar 27, 2024 at 3:28 PM Eduardo Suarez <esua...@itccanarias.org> wrote: > > On Wed, Mar 27, 2024 at 02:00:11PM +0300, Andrei Borzenkov wrote: > > On Wed, Mar 27, 2024 at 1:26 PM Eduardo Suarez <esua...@itccanarias.org> > > wrote: > > > > > > 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) > > > > > > Show > > > > efibootmgr -v > > hexdump -C -n 512 /dev/sda > > hexdump -C -n 512 /dev/sdb > > https://dpaste.com/5Z7773C99 >
Still looks pretty good. Try adding option --debug-image=gpt to grub-install. It may show some more information.