> How did you create your netboot directory and grub image? Your grub
> requests /boot/grub/i386-pc/normal.mod, *NOT* grub/i386-pc/normal.mod.
> It has wrong prefix.

my tftp & dhcp are running in a jail (consider it like a VM) and the
jail(VM)'s root (data/amd64) is NFS exported so that it can be mounted
as " / ro ".

My settings for tftp & dhcp:
tftp: -s /boot
dhcp for Grub: filename "grub/i386-pc/core.0";
dhcp for btx: filename "pxeboot";

As far as boot sequence goes, the tftp + dhcp combined path as
"/boot/grub/i386-pc/core.0" should be correct? Netboot dir made as:
cd /data/amd64 && grub-mknetdir --net-directory=./

Regards.

-- 
FreeBSD_amd64_11-Current_RadeonKMS

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to