-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Ubuntu 24.04 and 24.10 stuck on boot most of the times on iMac 2020 with latest Sequoia (15.2) #143
Comments
In settings, what resolution options are visible to you? |
Also, did you add it correctly? What's |
I've got the standard complete list (From 1024x768 up to 5120x2880 including the 1920x1080 and 2560x1440 options). |
How is cmdline irrelevant even if you add at boot time?
|
Don't have Linux installed so there's no cmdline yet. |
Try using safe graphics option |
For installation, some people use this workaround, copied the message from the discord! Hey, for the amdgpu driver issue for IMacs with t2 kernel and 5K display I did not find a solution. I will try to dig into the driver code when I have more time to understand what is actually happening. For now I use this solution: amdgpu-monitor.service
amdgpu_monitor #!/bin/bash
# Error pattern to search for
ERROR_PATTERN=".*\[drm:amdgpu_device_init \[amdgpu\]\] \*ERROR\* hw_init of IP block <smu> failed -62.*"
# Monitoring interval in seconds
INTERVAL=5
while true; do
if journalctl -k -b | grep -qE "$ERROR_PATTERN"; then
echo "Detected amdgpu driver error (hw_init of IP block <smu> failed)! Rebooting..."
sudo reboot
fi
sleep $INTERVAL
done It's a simple reboot when it fails to load the driver properly. Maybe it's not super useful for classic users, but when like me you need to manage 200+ t2 IMacs it's a very good temporary patch. So if anyone else have this issue, that's what I'm using for now. |
Using nomodset is helpfull for about 80% of the time (it's booting 4 times out of 5). |
I've provided you all possible workarounds. There is currently no fix available for this. You probably can read the link below to know more about what you are actually facing: https://khronokernel.com/macos/2021/12/08/5K-UEFI.html Probably file a bug report with AMD. |
HW: iMac 2020 27" (Intel i5) / AMD Radeon Pro 5300 / 128GB RAM
SW: Tried both BigSur 11.7.10 and Sequoia 15.2
Issue: Both installer and Installed OS expereince same system hang
Details: iMac boots successfully once in few boot attempts.
after being stubborn, successfuly loaded installer and installed Ubuntu.
Installed OS behave as installer - one successful boot after few boot attempts (need long press on power button to reset).
Not sure if helpful, but attaching terminal screenshot appearing while boot fail.
The text was updated successfully, but these errors were encountered: