randyzhong / HP-EliteDesk-800-G2-DM-Hackintosh

OpenCore version of HP EliteDesk 800 G2 Desktop Mini Business PC (35W/65W) Hackintosh Support.
55 stars 17 forks source link

OpenCore Bootup with no install option #7

Closed dereek5755 closed 2 years ago

dereek5755 commented 3 years ago

hi, i try to install the Mac Big Sur OS , i used your EFI (HP-EliteDesk-800-G2-DM-Hackintosh-main) with only edit the config file to add the SMBIOS info. but the boot-up does not show any option to install. only have UEFI shell, shoutdown, clear NVRM, Reset NVRM option. IMG_5286

the BIOS configure are follows the request as well. any idea where is the part I miss out ?

randyzhong commented 3 years ago

This EFI doesn't support install macOS online. You should create a bootable USB Big Sur installer.

ruibinjiang commented 3 years ago

This is not an issue with online vs offline install. Can confirm the same issue exists when trying to install Big Sur 11.6 with an offline installer.

randyzhong commented 3 years ago

What's your HDD device? Is it a NVMe SSD?

dereek5755 commented 3 years ago

Hi,I’m use Kingston 480GB SSD HDD.

On Wed, 22 Sep 2021 at 9:31 PM, Randy Zhong @.***> wrote:

What's your HDD device? Is it a NVMe SSD?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/randyzhong/HP-EliteDesk-800-G2-DM-Hackintosh/issues/7#issuecomment-924933973, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVHHYKM7Y4D2EYDL5LGBTTTUDHLDJANCNFSM5CH7K6EA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ruibinjiang commented 3 years ago

What's your HDD device? Is it a NVMe SSD?

I don't think that's the issue here. The installation partition is on the flash drive. Regardless, I'm only using a SATA SSD.

I'm not sure why you say the script "only allows offline installer" since that's not a limitation of OpenCore.

I had to use an alternative repo and install Catalina instead.

randyzhong commented 3 years ago

Oh sorry, I was thinking you can't find the hard disk, but it's about the USB installer, my bad.

I missed two options of ScanPolicy in config.plist

Will fix in my next release. Thanks.

ruibinjiang commented 3 years ago

Oh sorry, I was thinking you can't find the hard disk, but it's about the USB installer, my bad.

I missed two options of ScanPolicy in config.plist

  • OC_SCAN_ALLOW_FS_HFS
  • OC_SCAN_ALLOW_DEVICE_USB

Will fix in my next release. Thanks.

Ah right. That sure would cause the issue. I totally forgot to check that lol.

dereek5755 commented 3 years ago

Hi Randy.

Thanks. I will try and share the status with you again

On Fri, 24 Sep 2021 at 1:09 AM, ruibinjiang @.***> wrote:

Oh sorry, I was thinking you can't find the hard disk, but it's about the USB installer, my bad.

I missed two options of ScanPolicy in config.plist

  • OC_SCAN_ALLOW_FS_HFS
  • OC_SCAN_ALLOW_DEVICE_USB

Will fix in my next release. Thanks.

Ah right. That sure would cause the issue. I totally forgot to check that lol.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/randyzhong/HP-EliteDesk-800-G2-DM-Hackintosh/issues/7#issuecomment-926000156, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVHHYKIRFLKHMHQDLYZHDKDUDNNN5ANCNFSM5CH7K6EA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.