Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to see full ACPI path of a drive and/or partition in hackintool? #206

Open
mike-code opened this issue Oct 7, 2023 · 1 comment

Comments

@mike-code
Copy link

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.

@benbaker76
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants