yCatDev/asus_x542un-hackintosh

No Mac boots option

HackGiter opened this issue · 10 comments

I have tried your efi, but after restart and enter into clover.I didn't see the Mac boot option.I don't konw why? Other efi can see Mac option.

me too

I just see windows option

I have tried your efi, but after restart and enter into clover.I didn't see the Mac boot option.I don't konw why? Other efi can see Mac option.

put ApfsDriverLoader-64 in driversUEFI shout be run

I have tried the other clover to install macOS.And after finished,replace the clover and then restart,everything will go well.I think the author upload the package which have been installed successfully. That can explain why there exist Apple folder. Whatever thank you very much.

But after installed ,I can‘t adjust the display brightness

Can you give me your efi ? I need

,and can you teach me how to install macos 10.14.6 please.

I have tried the other clover to install macOS.And after finished,replace the clover and then restart,everything will go well.I think the author upload the package which have been installed successfully. That can explain why there exist Apple folder. Whatever thank you very much.

i have tried this EFI, and found that VBoxHfs.kext is disabled.you can check this part of config.plist.

<key>DisableDrivers</key>
	<array>
		<string>VBoxHfs</string>
	</array>

change to

<key>DisableDrivers</key>
<array>
	<string>Nothing</string>
</array>

then,you can see the install boot option.

@takfate Hi, thank you very much for your help in developing the repository. I want to return to it by porting High Sierra since it is possible to run a discrete video card there. I would be glad if you made a pull request with the changes you made.