В Sun, 29 Mar 2015 11:36:33 +0100 Barry Jackson <[email protected]> пишет:
> On 29/03/15 09:24, Andrei Borzenkov wrote: > > В Sat, 28 Mar 2015 23:27:23 +0000 > > Barry Jackson <[email protected]> пишет: > > >> How can I stop this happening? > >> > > > > Currently you can't. Drop a mail to grub-devel with good use case for > > it. Workaround is to use --efidir=/tmp (or any other directory). > > > Thanks Andrei, > I tried various directories but all error: > > [root@localhost baz]# grub2-install --efi-directory=/tmp > Installing for x86_64-efi platform. > grub2-install: error: failed to get canonical path of `tmpfs'. > > [root@localhost baz]# grub2-install --efi-directory=/dev/null > Installing for x86_64-efi platform. > grub2-install: error: failed to get canonical path of `devtmpfs'. > Yes, that's right, it does not like pseudo filesystems. > [root@localhost baz]# grub2-install --efi-directory=/home/baz > Installing for x86_64-efi platform. > grub2-install: error: /home/baz doesn't look like an EFI partition. > Indeed, it insists that efidir must be on FAT. Sorry, no idea short of faking FAT partition, may be via loop. _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
