В Sat, 31 Aug 2013 14:10:49 +0200
Daniel Dehennin <[email protected]> пишет:

> Daniel Dehennin <[email protected]> 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

>     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

_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to