I mean use a package manager in the usual way, to install a grub-efi package in your chroot.
In the absence of a package manager, I suggest verifying that your vfat-formatted efi partition is mounted in your chroot at /boot/efi, and using a more explicit grub-install command: grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=<up to you> --recheck --no-floppy --debug On Wed, Mar 27, 2024 at 10:53 AM Eduardo Suarez <esua...@itccanarias.org> wrote: > On Wed, Mar 27, 2024 at 09:55:42AM -0700, Randy Goldenberg wrote: > > On Wed, Mar 27, 2024 at 8:09 AM Eduardo Suarez <esua...@itccanarias.org> > > wrote: > > > > > > > > To me it seems that it is using the GPT module to open the LVM volume > > > directly. > > > Maybe GPT and LVM do not fit together for grub. > > > > > > > I use grub on systems with storage managed with LVM, including /boot, and > > have no issues. > > > > Why don't you just use your distro's package manager to install > grub-efi? > > Do you mean to use the package manager to install a grub efi image > directly on > the EFI partition? I use a source code based distribution (exherbo linux), > so I > think there is no such thing. > > https://www.exherbolinux.org/docs/install-guide.html > >