Is it possible to see full ACPI path of a drive and/or partition in hackintool?
Hi. To create a custom boot entry in OpenCore, I need not only PCI path to a drive, but also the drive (id??) and partition uuid, e.g.
PciRoot(0x0)/Pci(0x1D,0x0)/Pci(0x0,0x0)/NVMe(0x1,40-63-90-21-57-38-25-00)/HD(1,GPT,3349B6B0-4343-11ED-8AE0-005056C00008,0x28,0x64000)/\EFI\........
hackintool shows the PCI path PciRoot(0x0)/Pci(0x1D,0x0)/Pci(0x0,0x0) on the PCIe tab. Is it also possible to somewhere see the rest? For now I use uefi shell, but I wondered if I can see it from within macos too.
I'm sure it's possible I just don't know where I would get this information from. gfxutil can decode EFI device paths but the only one I know of is gfxutil -d IODeviceTree:/chosen boot-device-path to get the boot-device-path but I don't know how to get a path for an arbitrary drive/partition.
If you figure out how to get it outside of a UEFI shell let me know and I may be able implement it.