diff --git a/Manual/dump.md b/Manual/dump.md index b1f2077..6aac37e 100644 --- a/Manual/dump.md +++ b/Manual/dump.md @@ -54,7 +54,7 @@ For the latter, you just need to replace the following files with [DEBUG version * EFI/OC/ * `OpenCore.efi` -For the former, you can actually skip the ACPI section, return to the [OpenCore guide](https://dortania.github.io/OpenCore-Desktop-Guide/) and finish making the USB. Once booted to the picker, you can shut off the PC and check your USB: +For the former, you can actually skip the ACPI section, return to the [OpenCore guide](https://dortania.github.io/OpenCore-Install-Guide/) and finish making the USB. Once booted to the picker, you can shut off the PC and check your USB: ![](../images/Manual/dump-md/sysreport.png) @@ -62,7 +62,7 @@ And voila! You have a DSDT! Now you can continue on with making SSDTs ### UEFI Shell -For this, we'll want ti grab [`acpidump.efi`](https://github.com/dortania/OpenCore-Desktop-Guide/tree/master/extra-files/acpidump.efi.zip) and add this to `EFI/OC/Tools` and in your config under `Misc -> Tools` with the argument: `-b -n DSDT -z` and select this option in OpenCore's picker. +For this, we'll want ti grab [`acpidump.efi`](https://github.com/dortania/OpenCore-Install-Guide/tree/master/extra-files/acpidump.efi.zip) and add this to `EFI/OC/Tools` and in your config under `Misc -> Tools` with the argument: `-b -n DSDT -z` and select this option in OpenCore's picker. If OpenCore is having issues running acpidump.efi from the boot picker, you can call it from the shell with [OpenShell](https://github.com/acidanthera/OpenCorePkg/releases)(reminder to add to both `EFI/OC/Tools` and in your config under `Misc -> Tools` ): diff --git a/cleanup.md b/cleanup.md index 7875cbe..a4b9e8e 100644 --- a/cleanup.md +++ b/cleanup.md @@ -11,7 +11,7 @@ You can save yourself some work with the config.plist by running Cmd/Ctrl+R in P For those who do not yet have a config.plist, you'll want to next head back to your respective OpenCore guides and create the config.plist: -* [OpenCore Install guide](https://dortania.github.io/OpenCore-Desktop-Guide/) +* [OpenCore Install guide](https://dortania.github.io/OpenCore-Install-Guide/) Users of `FixHPET` will also need to merge oc_patches.plist into their config.plist diff --git a/ssdt-methods/ssdt-easy.md b/ssdt-methods/ssdt-easy.md index 64c780b..573d424 100644 --- a/ssdt-methods/ssdt-easy.md +++ b/ssdt-methods/ssdt-easy.md @@ -52,7 +52,7 @@ What we want to do is select option `4. Dump DSDT` first, then select the approp For Skylake and newer plus AMD, you can grab a pre-built file here: [SSDT-USBX.aml](https://github.com/dortania/USB-Map-Guide/blob/master/extra-files/SSDT-USBX.aml). This file is plug and play and requires no device configuration, **do not use on Broadwell and older**. -**Troubleshooting note**: See [General Troubleshooting](https://dortania.github.io/OpenCore-Desktop-Guide/troubleshooting/troubleshooting.html) if you're having issues running SSDTTime +**Troubleshooting note**: See [General Troubleshooting](https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/troubleshooting.html) if you're having issues running SSDTTime ## Adding to OpenCore @@ -65,7 +65,7 @@ Reminder that Cmd/Crtl+R with ProperTree pointed at your OC folder will add all For those who do not yet have a config.plist, you'll want to next head back to your respective OpenCore guides and create the config.plist: -* [OpenCore Install guide](https://dortania.github.io/OpenCore-Desktop-Guide/) +* [OpenCore Install guide](https://dortania.github.io/OpenCore-Install-Guide/) Users of `FixHPET` will also need to merge oc_patches.plist into their config.plist