On Nov 15, Neal Lawson wrote: > I have building a Lab for the CS department here, and i was using > etherboot to load grub then from grub i have a netowrk boot linux but i > also need to boot a disk image how do i do that?
It's not possible, yet. It would require loading the disk image into memory and adding a small bios hook that maps accesses from floppy to the memory image. This is what etherboot does. AFAIK, nobody has written such code for grub yet. We could also add netboot image support do use the netboot floppy images (that contain the bios hook). But this would require shuffling memory blocks, as netboot assumes that the boot loader needs much less space than grub does. Jochen _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
