Contribute
Register

Kernel panic + no efi partition mount in safe mode

Status
Not open for further replies.
Joined
Oct 19, 2015
Messages
3
Motherboard
Gigabyte Z370 AORUS Gaming 7
CPU
i7-8700K
Graphics
GTX 1080
Hi, Trying to improve my hack i got it Worse... now i can´t boot (kernel Panic) and can´t mount efi in clover configurator (safe mode -x) i was trying to improve the performance and know im stuck.
any ideas?

Osx 10.13.6
z370 gaming 7 ---> bios f7
i7 8700k @ 3.7 --> (can i take it to 5? in hackintosh)
Corsair vengeance 32gb @ 4000mhz
Gtx 1080
 

Attachments

  • 20180808_212318.jpg
    20180808_212318.jpg
    348.8 KB · Views: 388
Hi, Trying to improve my hack i got it Worse... now i can´t boot (kernel Panic) and can´t mount efi in clover configurator (safe mode -x) i was trying to improve the performance and know im stuck.
any ideas?

Osx 10.13.6
z370 gaming 7 ---> bios f7
i7 8700k @ 3.7 --> (can i take it to 5? in hackintosh)
Corsair vengeance 32gb @ 4000mhz
Gtx 1080
there is a way to mount efi in safe mode:
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

scroll down to:
Q. Can the EFI partition be mounted in safe mode?
 
First of all, Thanks for your quick response;
I read the Q:
Q. Can the EFI partition be mounted in safe mode?
Not by default. It requires a slightly patched msdosfs.kext.

Preparation: create msdosfs.kext with safe mode capability:
Code:
Code (Text):

sudo mkdir /kexts
sudo cp -RX /System/Library/Extensions/msdosfs.kext /kexts
sudo /usr/libexec/PlistBuddy -c "Add :OSBundleRequired string" /kexts/msdosfs.kext/Contents/Info.plist
sudo /usr/libexec/PlistBuddy -c "Set :OSBundleRequired \"Safe Boot\"" /kexts/msdosfs.kext/Contents/Info.plist
Usage: load patched msdosfs.kext from safe mode when needed
Code:
sudo kextutil /kexts/msdosfs.kext
Then proceed to mount EFI as you normally would (see previous question).

When i do Step 5:
Code:
sudo kextutil /kexts/msdosfs.kext
A lot of kext names (all my kexts, i think):
"Bundle (/kexts/msdosfs.kext) failed to validate, deleting: /Library/StagedExtensions/kexts/(lots of numbers).kext
Untrusted kexts are not allowed
Kext with invalid signature (-67030) denied: /Library/StagedExtensions/kexts/(lots of numbers).kext
Unable to stage kext (/kexts/msdosfs.kext) to secure location."

Then nothing, can´t mount efi with clover configurator

 
I'm having the same problem.
My Hackintosh won't boot normally, only safemode and I can't access the EFI partition.
I tried doing the workaround, but after mounting the EFI partition, the volume "EFI" is just empty.
 
Status
Not open for further replies.
Back
Top