varszegimarcell / Optiplex-3020-Hackintosh-OpenCore

This repository contains a guide on how to install macOS on the Dell Optiplex 3020, with the neccesary files.
70 stars 12 forks source link

unable to boot #10

Closed nazirulizzat closed 3 years ago

nazirulizzat commented 3 years ago

hi im using 3020 MT stock I5 3.2GHz i follow all the instruction given, but no success. the EFI i just change the MAC address and serial id. the OS i using BigSur and copy using mbp.

Untitled

varszegimarcell commented 3 years ago

Hello

It seems like, the CFG Lock is not disabled, at least to my knowlege, this is why the boot stucks at this moment.

Make sure that you've run this command in the modGrubEFI shell. setup_var 0xD9E 0x0

If disabling CFG Lock doesn't works, to temporarly solve this issue, you should edit your conflig.plist, modify the Kernel > Quirks > AppleCpuPmCfgLock and AppleXcpmCfgLock values. These are boolean values, set them to true. According to the OpenCore documentation, these quirks should be avoided whenever possible. For now, at least it gets you booting.

nazirulizzat commented 3 years ago

i had run the command.

Untitled

and yet still same result

varszegimarcell commented 3 years ago

i had run the command.

Untitled

and yet still same result

Hey!

Now at least you're in Darwin! That's a progress, even if you still was unable to boot. Previously, you were stuck in the bootloader. Now you hava a kernel panic, which seems like there's insufficent video memory allocated.

I think you should repeat the modGrubEFI commands stage of the guide. Run the following commands: setup_var 0x263 0x2 setup_var 0x2 0x1 setup_var 0x144 0x1 setup_var 0x15A 0x2 setup_var 0x146 0x0 setup_var 0x147 0x0 reboot It sholud boot up afterwards. Do you use a dGPU, or just the integrated one?

nazirulizzat commented 3 years ago

yeah. i did also. but how to put the command? all the together or 1 by one? eg: setup_var 0x263 0x2 setup_var 0x2 0x1 setup_var 0x144 0x1 setup_var 0x15A 0x2 setup_var 0x146 0x0 setup_var 0x147 0x0 , and enter OR 1 by 1. do u get me? i quite noob. sorry. i try 1 by 1 but still the same im using integrated gpu.

varszegimarcell commented 3 years ago

yeah. i did also. but how to put the command? all the together or 1 by one? eg: setup_var 0x263 0x2 setup_var 0x2 0x1 setup_var 0x144 0x1 setup_var 0x15A 0x2 setup_var 0x146 0x0 setup_var 0x147 0x0 , and enter OR 1 by 1. do u get me? i quite noob. sorry. i try 1 by 1 but still the same im using integrated gpu.

No problem mate!

You should run all the commands one by one, and pay special attenion to typeos. If you make a mistake in the command, the shell will become unresponsive, and don’t execute anything unless you reboot the machine into the shell again.

You can run any of these commands multiple times, it does not do any damage.

I assume that you’ve followed the OpenCore install media making guide. Did you used the generic OC EFI, or you’ve downloaded mine, and copied that to the disk? Use my EFI please, with the generic OC one, you have to do all the tweaks yourself for a successful boot.

Also, you MUST use the DP output, Mac does not support VGA from mid 2015.

nazirulizzat commented 3 years ago

im using ur new EFI and adjust the mac, serial and model no.

Untitled

varszegimarcell commented 3 years ago

Are you getting a kernel panic?

nazirulizzat commented 3 years ago

all done now. i create a new plist using oc gen x.working flawlessly