help-grub
[Top][All Lists]
Advanced

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

Re: GRUB netboot with HTTP download


From: Andrey Borzenkov
Subject: Re: GRUB netboot with HTTP download
Date: Sun, 1 Sep 2013 09:39:16 +0400

В Sun, 1 Sep 2013 08:47:47 +0400
Andrey Borzenkov <address@hidden> пишет:

> В Sat, 31 Aug 2013 14:10:49 +0200
> Daniel Dehennin <address@hidden> пишет:
> 
> > Daniel Dehennin <address@hidden> writes:
> > 
> > 
> > [...]
> > 
> > >> Are you using current trunk?
> > >
> > > No, I'm using Debian sid 2.00-18.
> > >
> > > I'll try to build the trunk and see if there is any difference.
> > 
> > Hello,
> > 
> > I just build the trunk[1] and got the rescue too:
> > 
> >     errror: destination unreachable.
> 
> Well, that looks "better". Now the problem is ...
> 
> >     Entering rescue mode...
> >     grub rescue> set
> >     net_default_ip=(null)
> >     net_default_mac=(null)
> 
> grub does not have any configured interface. Did you try to configure
> it?
> 
> net_ls_cards will give you list of known NIC
> 
> net_add_addr ALIAS NIC ADDR
> 
> will configure address ADDR on card NIC. You can later refer to it
> using ALIAS (e.g. to unconfigure it)
> 
> net_add_route ALIAS IP/MASK gw GATEWAY
> 
> will add route entry with name ALIAS to IP/MASK via GATEWAY
> 

You can also skip all of this and simply use

net_bootp NIC

to configure NIC using DHCP. You can also omit NIC to configure all
cards. 

> >     net_default_server=
> >     prefix=(http,10.0.0.1/grub
> >     pxe_default_server=
> >     root=http,10.0.0.1
> >     grub rescue> ls
> >     (hd0) (hd1)
> > 
> > NB: “make check” failed on 41 tests, tests suite log file attached.
> > 
> > Regards.
> > 
> > 
> > Footnotes: 
> > [1]  configure --enable-grub-mkfont --enable-mm-debug --with-platform=efi
> > 
> 

Attachment: signature.asc
Description: PGP signature


reply via email to

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