On 05/16/2017 12:40 PM, Pascal Hambourg wrote:
Le 16/05/2017 à 19:12, Sam Smith a écrit :
On 05/11/2017 12:21 AM, Pascal Hambourg wrote:
Also, when using
the default ID ("debian"), it deletes any existing EFI boot entry whose
name contains "debian" (case insensitive IIRC).
I've used this now:
grub-install -v --target=x86_64-efi --bootloader-id=debian2
--efi-directory=/mnt/efi
Because of what I left quoted just above, I advise again using "debian"
as a sub-chain in the ID, because such entry may be deleted by a later
uncautious invocation of grub-install.
Wait, it (grub-install?) deletes anything with "debian" in it? Is that
only when it is invoked with "debian" as the bootloader id? That seems
troubling. What if I named it to "windows", would it then go delete all
my windows installs? Guess I'll set the id to "deb2" and re-run....
Regards,