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 Just to clarify, /dev/sda5 is used a raw device for a Windows virtual machine, so more partitions may be found inside when considered as a raw device. It doesn't look to me that grub is looking inside. Thanks