Closed ghost closed 4 years ago
Sorry to bother you with this, but my google foo is failing me.
I just installed amd-ucode and wanted to update my grub.cfg and ran grub-mkconfig -o /boot/grub/grub.cfg and I get the following error.
grub-mkconfig -o /boot/grub/grub.cfg
/usr/bin/grub-probe: error: failed to get canonical path of `/dev/ata-KINGSTON_SA400S37480G_50026B7782EE112D-part2'.
What am I doing wrong? Thanks.
You need to set ZPOOL_VDEV_NAME_PATH=1 as an environment variable.
ZPOOL_VDEV_NAME_PATH=1
ZPOOL_VDEV_NAME_PATH=1 grub-mkconfig -o /boot/grub/grub.cfg
Thank you!
Sorry to bother you with this, but my google foo is failing me.
I just installed amd-ucode and wanted to update my grub.cfg and ran
grub-mkconfig -o /boot/grub/grub.cfg
and I get the following error.What am I doing wrong? Thanks.