On Wed, Nov 2, 2011 at 2:47 AM, Yixuan Huang <[email protected]> wrote: > Hello all, > > I want to boot grub and retrieve kernel and initrd from network. > > I want to place my grub boot loader into floppy, in grub configuration file, > I will record tftp server (or ftp server), then let grub load remote kernel > & initrd. > > Is it possible for current grub? How can I implement? Any idea? > > > Thanks, > yixuan >
This is currently possible, but only using something like iPXE to load grub and give it access to the network (Or, if your hardware has it, your hardware's PXE stack). There is work being done currently to allow grub to access network hardware directly though. What is your end goal, and why a floppy? -- Jordan Uggla (Jordan_U on irc.freenode.net) _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
