n-d-k / OpenCorePkg

OpenCore front end
BSD 3-Clause "New" or "Revised" License
105 stars 11 forks source link

auto scanner could be more robust #12

Closed ultratiem closed 4 years ago

ultratiem commented 4 years ago

Auto scanner seems to stop once it finds the first EFI when scanning the EFI Partition.

My disk structure is as follows:

EFI (main NVMe)
--OC
--Windows

EFI (TM Backup)
(Nothing)

NDK OC does not detect the Windows boot loader in this scenario.

n-d-k commented 4 years ago

Auto scanner was not modified at all. it's the same code in both of this fork and original one.

n-d-k commented 4 years ago

If you want anything to show up, use custom entry. The whole boot entries menu that feed from Auto scanner can be manipulated via custom entries.

ultratiem commented 4 years ago

Thanks. Is there any documentation on how to add custom entries?

n-d-k commented 4 years ago

All you need is finding the right Device Path which can be lookup from the debug log.