В Fri, 27 Jun 2014 09:26:05 +0300 Beeblebrox <zap...@berentweb.com> пишет:
> > > 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? This path should be accessible by your tftp server. It is unlikely that both paths are correct. > Netboot dir made as: > cd /data/amd64 && grub-mknetdir --net-directory=./ > How /data/amd64 is related to /boot which is your tftp root? grub-mknetdir should have printed exact instructions how you need to configure your boot server; but it assumes that --net-directory points to your tftp server root. _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel