Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iMAC with Broadcom 14e4-1686 BCM57766 : link status down
2017-02-13, 18:35
Post: #9
RE: iMAC with Broadcom 14e4-1686 BCM57766 : link status down
(2017-02-13 17:05)marcolefo Wrote:  
(2017-02-04 00:34)NiKiZe Wrote:  Again please give the output of dhcp followed by ifstat

Ok, I've done that :
[Image: 5d981c35-4533-4ca3-a083-050fe438ef66.jpg]
Sorry but this image has ifstat followed by dhcp, we need dhcp followed by ifstat

(2017-02-13 17:05)marcolefo Wrote:  
(2017-02-04 00:34)NiKiZe Wrote:  press ctrl-b when booting
type dhcp
type ifstat
take a picture and upload

I can't do that. When asked, I have pressed ctrl-b and I didn't go to the shell but the iMac boot to OS.

Might be a notorious EFI bug, you can press ESC followed by b to emulate ctrl-b
Also note that you can't have a embeded script, since that disables the default prompt, if it still does not work you can add a embedded script with just shell to get into the shell.

So for this case lets go with: testscript.ipxe
Code:
#!ipxe
dhcp
ifstat
shell

build with
Code:
make bin-x86_64-efi/tg3.efi EMBED=testscript.ipxe
and test the resulting bin-x86_64-efi/tg3.efi

After uploading an image of running with the above embeded script without debug, please also build and do the same with
Code:
make bin-x86_64-efi/tg3.efi DEBUG=tg3,tg3_hw,tg3_phy EMBED=testscript.ipxe

It will probably be next to unreadable due to all output, so we might need to go thru this a couple of times.

If you can it will be easier to debug if you could join #ipxe at irc.freenode.net for example via: http://webchat.freenode.net/?channels=#ipxe if you don't have or want to install a client. Personally I'm mostly available from 19:00 CET

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iMAC with Broadcom 14e4-1686 BCM57766 : link status down - NiKiZe - 2017-02-13 18:35



User(s) browsing this thread: 1 Guest(s)