20.04.2016 17:26, Sakar Arora пишет: > Hi > > I have an initrd image 86 MB in size. > > Not able to tftp it using grub2. Following message from atftpd server log → > ------------------------------------------------------ > Requested file to big, increase BLKSIZE > ------------------------------------------------------ > > How to do I increase the BLKSIZE? >
You would need to recompile GRUB to request larger size, currently it requests 1024 bytes. See grub-core/net/tftp.c:tftp_open(). _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
