grub2-editenv: error environment block too small

As the title says when I tried to generate grub on a machine running Fedora 31 using UEFI, I was presented with this error: # grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg Generating grub configuration file ... grub2-editenv: error: environment block too small. ... I didn’t know what had caused it. However, it seemed like an easy fix was to remove the grubenv file. # rm /boot/efi/EFI/fedora/grubenv # grub-editenv /boot/efi/EFI/fedora/grubenv create # grub2-mkconfig -o /boot/efi/EFI/fedora/grub....

September 10, 2019 · 1 min · 142 words · kenno

NVME Not Found on Boot With UEFI

A quick note to remind myself how to get NVME recognized on Dell XPS 15 9570 on Gentoo. Make sure to add the kernel BLK_DEV_NVME options. NVM Express block device (BLK_DEV_NVME) CONFIG_BLK_DEV_NVME: The NVM Express driver is for solid state drives directly connected to the PCI or PCI Express bus. If you know you don't have one of these, it is safe to answer N. To compile this driver as a module, choose M here: the module will be called nvme....

January 17, 2019 · 1 min · 124 words · kenno