Comment 109 for bug 1274320

Revision history for this message
Douglas Fraser (douglas-fraser) wrote :

If you've got a UEFI system then you should have EFI System partition (/boot/efi) that grub can write to (it's just FAT). Noticed that Fedora now makes a symlink from /boot/grub2/grubenv to /boot/efi/EFI/fedora/grubenv. This worked for me on Ubuntu 15.04 so presumable the symlink patch is present:

cd /boot/grub
sudo mv grubenv ../efi/EFI/ubuntu/grubenv
sudo ln -s ../efi/EFI/ubuntu/grubenv