Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 21:45:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229191] efibootmgr(8) fails to create boot var when ESP is mounted using a gpt label
Message-ID:  <bug-229191-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229191

            Bug ID: 229191
           Summary: efibootmgr(8) fails to create boot var when ESP is
                    mounted using a gpt label
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: andrelupa@yandex.com

Consider, for example, the following sequence:

# mount_msdosfs /dev/gpt/efisys /mnt
# mkdir -p /mnt/efi/freebsd
# cp /boot/loader.efi /mnt/efi/freebsd/loader.efi
# efibootmgr -c -l /mnt/efi/freebsd/loader.efi -L FreeBSD
efibootmgr: Cannot translate unix loader path '\mnt\efi\freebsd\loader.efi'=
 to
UEFI: No error: 0

If the ESP is mounted using a normal device path (e.g., /dev/ada0p1) then
everything works fine.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229191-227>