-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add instructions on how to generate a dump with UsbDumpEfi.efi #53
Comments
Hello there, the above is not the case. Goldfish's UsbDumpEfi just outlines which port personalities are connected to a given controller - it doesn't map them to the physical ports (in fact, it does not even know if they're USB 2 or USB 3 personalities unless something is actively plugged into them), so you still have to map everything. The approach listed in your screenshot is just to create a dummy injector should your ACPI be too mangled to use until you're actually in macOS. Given that - I'm not sure it makes sense to push that approach to newcomers - unless I'm going to write up an entire guide on the topic, which isn't something I am currently planning to do. -CorpNewt |
Hi there, Sorry for the late reply 🙃 You're right, I hoped that it was some kind of automated procedure, but as you already stated the only way to configure everything properly is to check every port one by one. Never mind, it wasn't that complicated in the end. |
It sounds bad news. |
where can i get the .efi file? |
Hello, I've just read about this usage method, which I've totally missed the other times:
Intrigued by the possibility of generating the dump in a single operation, avoiding to map every single usb port manually, I did a search on Google to get this tool.
Unfortunately the search didn't return anything.
So I've tried on github, and found this repo: https://github.com/Goldfish64/UsbDumpEfiPkg
I'll give it a try now. Anyway, wouldn't be a good idea to add a link in the readme file?
🥂
The text was updated successfully, but these errors were encountered: