Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iMAC with Broadcom 14e4-1686 BCM57766 : link status down
2017-03-07, 11:45
Post: #11
RE: iMAC with Broadcom 14e4-1686 BCM57766 : link status down
(2017-02-13 18:35)NiKiZe Wrote:  Might be a notorious EFI bug, you can press ESC followed by b to emulate ctrl-b
Yes, that's work, thanks Wink.

So, dhcp followed by ifstat :
[Image: 715a83e9-927e-4faa-8b62-d96a3d678906.jpg]

(2017-02-13 18:35)NiKiZe Wrote:  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

Maybe it's a clue : I've tried that and I never go to the shell.

(2017-02-13 18:35)NiKiZe Wrote:  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
Here is the video of the boot :
https://youtu.be/dZJCd0R7ZG8


Thanks for your help.
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 - marcolefo - 2017-03-07 11:45



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