grub over network

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Adek336

grub over network

Post 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.
Post Reply