Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: crash/reboot loop on Mac mini 2018 #1130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aarnaud
Copy link

@aarnaud aarnaud commented Jan 23, 2024

On cold boot the wifi card is present on snp/nii and ipxe crash during device initialization. I discovered that grub didn't have this issue. I tried to understand why: on a cold boot grub has 2 interfaces efinet0 and efinet1, efinet0 failed but efinet1 is good it's the ethernet port. So I did debug deeper with iPXE to fix this issue.

iPXE is usable on Mac Mini 2018 with snp.efi(ipxe.efi with tg3 card failed) boot on usb key or nvme drive. I didn't found yet the correct DHCP setting to boot iPXE directly over network.

But now it's working fine.

Screenshot just before crash and reboot:
image

On cold boot the wifi card is present on snp/nii and ipxe crash during device initialization

Signed-off-by: Anthony ARNAUD <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants