bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Network interfaces


From: Yoshinori K. Okuji
Subject: Re: Network interfaces
Date: Fri, 11 Jan 2002 19:55:57 +0900
User-agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryoae) APEL/10.3 Emacs/20.7 (i686-pc-linux-gnu) MULE/4.0 (HANANOEN)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]