At Thu, 10 Jan 2002 16:01:16 -0800, Titus Winters wrote: > I am running grub on a machine with several network interfaces, all of > which have the same chipset on them (tulip.) Is there a way for me > to choose which interface grub is going to listen to?
No, but I don't think it would be difficult to add a way than just choosing the first one. However, I'm not sure how to choose an interface generally. If an interface is a PCI device, you may choose it by a bus number, an I/O address, etc. But if it is an ISA device, that's impossible (in part because of the implementation of Etherboot). Another way is to have GRUB to list all avaliable interfaces and choose one of them. This requires that you rewrite the initialization code somewhat, but this is still straightforward. > PS For a project I was working on a while ago I wrote a grub command > 'netcommand' which made grub take input over UDP as if it was on > console. It was really useful for making controllable networks > (sometimes I wanted to boot a kernel off the network, sometimes the > local one.) Is it useful enough to bother submitting a patch? Of course! :) Okuji _______________________________________________ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub
