Re: PXE-Grub has no menu - File not found
В Fri, 27 Jun 2014 09:26:05 +0300 Beeblebrox пишет: > > > 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
GRUB 2 design document
hello, I'm new to GRUB 2. Since this is re-design totally from scratch, I wonder where can I find design/architecture document for me to understand the whole context. Thanks. Wenwei ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel
Re: GRUB 2 design document
On Jun 27, 2014, at 6:36 PM, Wenwei Weng wrote: > hello, I'm new to GRUB 2. Since this is re-design totally from scratch, I > wonder where can I find design/architecture document for me to understand the > whole context. Thanks. Wenwei I don’t know if there is one, unfortunately. What do you want to know? > ___ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel signature.asc Description: Message signed with OpenPGP using GPGMail ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel