yCatDev / asus_x542un-hackintosh

Сonfigured EFI folder for Mojave/Catalina on Asus X542UN
9 stars 2 forks source link

No Mac boots option #1

Open HackGiter opened 4 years ago

HackGiter commented 4 years ago

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.

derrick921213 commented 4 years ago

me too

derrick921213 commented 4 years ago

I just see windows option

derrick921213 commented 4 years ago

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

HackGiter commented 4 years ago

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.

HackGiter commented 4 years ago

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

derrick921213 commented 4 years ago

Can you give me your efi ? I need

derrick921213 commented 4 years ago

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

derrick921213 commented 4 years ago

my email is dlin12457@gmail.com

takfate commented 4 years ago

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.

yCatDev commented 4 years ago

@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.