Page 1 of 1

grub over network

Posted: Thu Feb 05, 2004 7:21 am
by Adek336
Hi all, recently I added some file service support, ... and what seems uncomfortable for me, is that although

Code: Select all

file= fs_read("/mnt/fd0/boot/grub/grub.conf");
works, it takes about 10 seconds under bochs... :P So, I thought, perhaps I could do some network magic.. does anybody know how to set it up? I compile grub with --enable-rtl8139, copy stage1/stage2 with dd to fd0, but then it doesn't work... how should I create a grub disk then?

Cheers,
Adrian.