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

[Bug] Getting Panic Error after 20 seconds into apple logo #12

Closed
1 task done
aniruddha789 opened this issue Dec 31, 2022 · 14 comments
Closed
1 task done

[Bug] Getting Panic Error after 20 seconds into apple logo #12

aniruddha789 opened this issue Dec 31, 2022 · 14 comments
Assignees
Labels
bug Something isn't working english The language used in this issue is English help wanted Extra attention is needed inactive This issue is inactive wontfix This will not be worked on

Comments

@aniruddha789
Copy link

aniruddha789 commented Dec 31, 2022

What is your configuration ?

  • CPU: i5 7400
  • RAM: 8 GB
  • Hard Disk: Seagate 512GB
  • USB Boot drive - SanDisk 64 GB
  • GPU: HD 630
  • Additional infos:

Describe the Bug

Getting Panic Error after 20 seconds into apple logo

Steps to Reproduce

After booting to opencore

Anything else ?

Panic log attached
panic-2022-12-31-220619.txt

Code of Conduct

  • I agree to follow this project's Code of Conduct
@aniruddha789 aniruddha789 added bug Something isn't working english The language used in this issue is English help wanted Extra attention is needed labels Dec 31, 2022
@AurelienAudero
Copy link
Owner

Hi @aniruddha789,
Your issue appears to be iGPU related.

I have other questions to try to solve your problem :

  • What is your motherboard ?
  • How many screens do you have ?
  • What video ports you use ?
  • Is macOS already installed ?
  • Does it crash while displaying the Apple Logo screen ?

Thanks

@aniruddha789
Copy link
Author

image
Hi, it worked after I replaced device properties in config.plist with the above.
My details
ASUS H110M-CS MOBO
Single screen
VGA Monitor
macOS was not installed earlier
Yes it crashed while apple logo

Note: I also had multiple kexts for USB mapping which also was giving me further issues so I removed them all and just used USBports.kext

@AurelienAudero
Copy link
Owner

In your BIOS do you have an option to set the VRAM allocated to the iGPU, if so how is it set ?

Changing the setting in your BIOS rather than in your confit.plist (by using the stolenmem properties) improves stability and performance.

@aniruddha789
Copy link
Author

aniruddha789 commented Jan 3, 2023

In BIOS I have set dVMT to 64MB. Btw with the above settings I shared it boots fine but the VRAM shows only 3 MB in the about section. Also its laggy and unresponsive. What do you think would be the issue. I have tried changing SMBIOS from iMac18,1 to Macmini8,1 but no help.
My EFI folder- https://drive.google.com/file/d/1r1-EJ1z0v86FofzxoB78nW156RIYSQ7V/view?usp=share_link

Note: Im using VGA port as my mobo doesnt have HDMI or DVI

@AurelienAudero
Copy link
Owner

AurelienAudero commented Jan 14, 2023

Hi,
The graphics showing 3MB are because the iGPU fall back to VESA Drivers.
So there is no graphics acceleration, this means no transparency, very laggy animations and slow graphics.

But I think this problem can be resolved...
This may be an issue with the framebuffer or the video port that need to be patch.

I will investigate more deeply and suggest a patch for you when I find the time to do it.

Thanks again.

@aniruddha789
Copy link
Author

Thanks for taking out time.

@AurelienAudero
Copy link
Owner

AurelienAudero commented Mar 4, 2023

Hi,
Sorry for the long answer time.
First of all, set the DVMT to 128MB in the BIOS.
After that, download and boot from the first EFI linked to this message (called EFI1.zip) and tell me what happens.
If it does not boot or it boot with the VESA Drivers (you see 3MB in "About my Mac"), try the second EFI linked to this message (called EFI2.zip) and tell me what happens.

Thanks.


Important informations :

  • All the EFIs linked to this message are modified versions of the latest version of the EFI (with boot picker) at that time (v2.05). These should be compatible with the stable versions of macOS Ventura 13.1, macOS Ventura 13.2 and macOS Ventura 13.2.1. The compatibility of macOS Beta Softwares are not guaranteed.
  • I reused the same SMBIOS information that were in the EFI you sent me. So you don't need to change them for the moment but when macOS will be correctly installed, it's strongly recommended to change them because you should never share theses informations.

Download links :

EFI1.zip
EFI2.zip

@AurelienAudero AurelienAudero changed the title Getting Panic Error after 20 seconds into apple logo [Bug] Getting Panic Error after 20 seconds into apple logo Mar 7, 2023
@caicatar
Copy link

Hi, @AurelienAudero I'm also suffering from the same issue. I'm running with the same specification except for the fact that I'm using EX H110M-V instead of CS. The DVMT option is unavailable on H110M-V units so I can't really set the amount to allocate.

I'm using the 2.05 EFI, here are what I've noticed:

  1. Without "-igfxvesa", the ventura installer fails and gives me a panic error.
  2. With "-igfxvesa", the installer goes on a seemingly never-ending load screen and in verbose it repeats the same thing over and over ( sandbox restriction/bluetoothd not running ).

Would you mind helping me with this? I already tried the EFI1 and EFI2 you have provided, to no avail.

@AurelienAudero
Copy link
Owner

AurelienAudero commented Apr 2, 2023

Hi @caicatar,
It seems like there is a problem with H110 motherboards and this EFI.
I will investigate more into this issue, thanks for your informations.
I will come to you when I know more about it.

Thanks for using my EFI.
Aurélien

@caicatar
Copy link

Hi @caicatar, It seems like there is a problem with H110 motherboards and this EFI. I will investigate more into this issue, thanks for your informations. I will come to you when I know more about it.

Thanks for using my EFI. Aurélien

This is noted. Hope it works soon. Thanks!

@AurelienAudero
Copy link
Owner

Hi everyone,
I apologize for the long delay. I was having exams and a lot of work.

It appears that H110 motherboards doesn't have the option to disable CFG-Lock in the BIOS which is necessary in order to use this EFI. So, I made a modified version of this EFI (based of the latest v2.06) which allows macOS to fonction properly with CFG-Lock on. You can download it here. Please let me know if it works.

⚠️ Please note that this is only a test version as of now !
If it works, a definitive and more polished version will be available in the Release section.

Thanks for your time and I apologize once again for the delay.
Aurélien.

@caicatar
Copy link

Hi everyone, I apologize for the long delay. I was having exams and a lot of work.

It appears that H110 motherboards doesn't have the option to disable CFG-Lock in the BIOS which is necessary in order to use this EFI. So, I made a modified version of this EFI (based of the latest v2.06) which allows macOS to fonction properly with CFG-Lock on. You can download it here. Please let me know if it works.

⚠️ Please note that this is only a test version as of now ! If it works, a definitive and more polished version will be available in the Release section.

Thanks for your time and I apologize once again for the delay. Aurélien.

Thanks @AurelienAudero, I'll make sure to test this one out and I'll give you a feedback once I'm done.

@AurelienAudero
Copy link
Owner

Hi @caicatar,
Can you give me a feedback ?

Thanks.
Aurélien.

@AurelienAudero
Copy link
Owner

Hi,
As I no longer have an answer, I will now close this thread.
If necessary, I invite you to open another issue.

Thanks.
Aurélien.

@AurelienAudero AurelienAudero closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2023
@AurelienAudero AurelienAudero added wontfix This will not be worked on inactive This issue is inactive labels Oct 5, 2023
@adomerle adomerle mentioned this issue Oct 6, 2023
3 tasks
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working english The language used in this issue is English help wanted Extra attention is needed inactive This issue is inactive wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants