Hi,
I am having an UEFI appliance running FreeBSD 10.3. I wanted to install GRUB in it.
I compiled and made a package for grub2-efi from /usr/ports/sysutils/grub2-efi.
grub2-efi is installed using
But when I execute "grub-install", I am getting an error message "efibootmgr not found".
Command used : "grub-install --target=x86_64-efi --root-directory=/efi /dev/da0"
I could not find a package with name "efibootmgr" in /usr/ports
disk is partitioned as given below.
How can I successfully install grub2-efi in FreeBSD 10.3?
Ajay
I am having an UEFI appliance running FreeBSD 10.3. I wanted to install GRUB in it.
I compiled and made a package for grub2-efi from /usr/ports/sysutils/grub2-efi.
grub2-efi is installed using
pkg install grub2-efi
But when I execute "grub-install", I am getting an error message "efibootmgr not found".
Command used : "grub-install --target=x86_64-efi --root-directory=/efi /dev/da0"
I could not find a package with name "efibootmgr" in /usr/ports
disk is partitioned as given below.
Code:
=> 6 146239733 da0 GPT (558G)
6 10 - free - (40K)
16 128 1 freebsd-boot (512K)
144 262144 2 efi (1.0G)
262288 1048576 3 freebsd-ufs (4.0G)
1310864 2097152 4 freebsd-swap (8.0G)
3408016 1048576 5 freebsd-ufs (4.0G)
4456592 102400 6 freebsd-ufs (400M)
4558992 13107200 7 freebsd-ufs (50G)
17666192 524288 8 freebsd-ufs (2.0G)
18190480 128049248 9 freebsd-ufs (488G)
146239728 11 - free - (44K)
How can I successfully install grub2-efi in FreeBSD 10.3?
Ajay