{"id":388,"date":"2020-05-20T03:51:04","date_gmt":"2020-05-19T18:51:04","guid":{"rendered":"https:\/\/mifmif.mydns.jp\/alpha\/?p=388"},"modified":"2020-05-23T06:26:14","modified_gmt":"2020-05-22T21:26:14","slug":"oc0-5-8-%e5%86%8d%e8%a8%ad%e5%ae%9a%e3%83%a1%e3%83%a2","status":"publish","type":"post","link":"https:\/\/mifmif.mydns.jp\/alpha\/oc0-5-8-%e5%86%8d%e8%a8%ad%e5%ae%9a%e3%83%a1%e3%83%a2\/","title":{"rendered":"OC0.5.8 \u518d\u8a2d\u5b9a\u30e1\u30e2"},"content":{"rendered":"<div class=\"\" data-block=\"true\" data-editor=\"bvmfj\" data-offset-key=\"2n4t8-0-0\">\n<div data-offset-key=\"2n4t8-0-0\" class=\"public-DraftStyleDefault-block public-DraftStyleDefault-ltr\">\u5927\u672c\u306e\u30cd\u30bf\u306f<\/div>\n<div data-offset-key=\"2n4t8-0-0\"><a href=\"https:\/\/dortania.github.io\/OpenCore-Desktop-Guide\/\">https:\/\/dortania.github.io\/OpenCore-Desktop-Guide\/<\/a><\/div>\n<\/div>\n<pre><code>\r\nACPI\r\n\tSSDT-PLUG.aml\r\n \tSSDT-EC-USBX.ami\r\n\tSSDT-AWAC.ami\r\n \tSSDT-PMC.aml\r\n\tSSDT-UIAC.aml\r\nDrivers\r\n\r\n\tOpenRuntime.efi\r\n\u306e\u307f\u3092\u6b8b\u3059\u3002\r\nKext\r\n\tAppleALC.kext\r\n\tLilu.kext\r\n\tRealtekRTL8111.kext\r\n\tSMCBatteryManager.kext\uff08\u3042\u3068\u3067Disable\u306b\uff09\r\n\tSMCLightSensor.kext\uff08\u3042\u3068\u3067Disable\u306b\uff09\r\n\tSMCProcessor.kext\r\n\tSMCSuperIO.kext\r\n\tUSBInjectAll.kext\r\n\tVirtualSMC.kext\r\n\tWhateverGreen.kext\r\nTools\r\n\u5f8c\u3067\r\n\tOpenShell.efi\r\n\u306e\u307f\u3092Enable\u306b\u3059\u308b\u3002\r\n\r\nFinder\u3067\/Volumes\/\u3092\u3088\u304f\u4f7f\u3046\u9805\u76ee\u306b\u30bb\u30c3\u30c8\r\nProperTree.command\u3092\u8d77\u52d5\r\nSample.plist\u2192config.plist\u3078\r\nProperTree.command\u3067Open\r\nOC Clean Snapshot\u3067OC\u3092\u9078\u629e\u2192\u81ea\u52d5\u3067aml,Kext,efi\u304c\u5165\u308b\r\n\u4e0a\u306b\u5f93\u3044\u3001aml,Kext,efi\u3092\u8a2d\u5b9a\r\n\r\n\u4ee5\u4e0bconfig.plist\u8a2d\u5b9a\r\n\r\n\r\n\u25cfACPI\r\n\tBlock\r\n\t\tThis blocks certain ACPI tables from loading, for us we can ignore this\r\n\tPatch:\r\n\t\tThis section allows us to dynamically modify parts of the ACPI (DSDT, SSDT, etc.) via OpenCore. For us, our patches are handled by our SSDTs. This is a much cleaner solution as this will allow us to boot Windows and other OSes with OpenCore\r\n\tQuirk:\r\n\t\tSettings relating to ACPI, leave everything here as default.\r\n\t\t*FadtEnableReset: NO\r\n        \t\tEnable reboot and shutdown on legacy hardware, not recommended unless needed\r\n    \t\t*NormalizeHeaders: NO\r\n        \t\tCleanup ACPI header fields, only relevant for macOS High Sierra 10.13\r\n    \t\t*RebaseRegions: NO\r\n        \t\tAttempt to heuristically relocate ACPI memory regions, not needed unless custom DSDT is used.\r\n    \t\t*ResetHwSig: NO\r\n        \t\tNeeded for hardware that fails to maintain hardware signature across the reboots and cause issues with waking from hibernation\r\n    \t\t*ResetLogoStatus: NO\r\n        \t\tWorkaround for OEM Windows logo not drawing on systems with BGRT tables.\r\n\r\n\r\n\u25cfBooter\r\nThis section is dedicated to quirks relating to boot.efi patching with OpenRuntime, the replacement for AptioMemoryFix.efi\r\n\r\n\tMmioWhitelist:\r\n\t\tThis section is allowing devices to be passthrough to macOS that are generally ignored, for us we can ignore this section.\r\n\r\n\tQuirks:\r\n\t\tSettings relating to boot.efi patching and firmware fixes, ones we need to change are DevirtualiseMmio, RebuildAppleMemoryMap, SyncRuntimePermissions and SetupVirtualMap\r\n\r\n    \t\t\t*AvoidRuntimeDefrag: YES\r\n        \t\t\tFixes UEFI runtime services like date, time, NVRAM, power control, etc\r\n    \t\t\t@DevirtualiseMmio: YES\r\n        \t\t\tReduces Stolen Memory Footprint, expands options for slide=N values and very helpful with fixing Memory Allocation issues on Z390. Requires ProtectUefiServices as well on IceLake and Z390 Coffee Lake\r\n    \t\t\t*DisableSingleUser: NO\r\n        \t\t\tDisables the use of Cmd+S and -s, this is closer to the behavior of T2 based machines\r\n    \t\t\t*DisableVariableWrite: NO\r\n        \t\t\tNeeded for systems with non-functioning NVRAM, you can verify here if yours works\r\n    \t\t\t*DiscardHibernateMap: NO\r\n        \t\t\tReuse original hibernate memory map, only needed for certain legacy hardware\r\n    \t\t\t*EnableSafeModeSlide: YES\r\n        \t\t\tAllows for slide values to be used in Safe mode\r\n    \t\t\t*EnableWriteUnprotector: YES\r\n        \t\t\tRemoves write protection from CR0 register during their execution\r\n    \t\t\t*ForceExitBootServices: NO\r\n        \t\t\tEnsures ExitBootServices calls succeeds even when the Memory Map has changed, don't use unless necessary\r\n    \t\t\t*ProtectMemoryRegions: NO\r\n        \t\t\tNeeded for fixing artifacts and sleep-wake issues, generally only needed on very old firmwares\r\n    \t\t\t*ProtectSecureBoot: NO\r\n        \t\t\tFixes Secure Boot keys on MacPro5,1 and Insyde firmwares\r\n    \t\t\t*ProtectUefiServices: NO\r\n        \t\t\tProtects UEFI services from being overridden by the firmware, mainly relevant for VMs, Icelake and Z390 systems'\r\n        \t\t\tIf on Z390, enable this quirk\r\n    \t\t\t*ProvideCustomSlide: YES\r\n        \t\t\tIf there's a conflicting slide value, this option forces macOS to use a pseudo-random value. Needed for those receiving Only N\/256 slide values are \t\t\t\tusable! debug message\r\n    \t\t\t@RebuildAppleMemoryMap: YES\r\n        \t\t\tGenerates Memory Map compatible with macOS, can break on some laptop OEM firmwares so if you receive early boot failures disable this\r\n    \t\t\t@SetupVirtualMap: NO\r\n        \t\t\tFixes SetVirtualAddresses calls to virtual addresses, not needed on Skylake and newer. Some firmware like Gigabyte may still require it, and will kernel panic without this\r\n    \t\t\t*SignalAppleOS: NO\r\n        \t\t\tTricks the hardware into thinking its always booting macOS, mainly beneficial for MacBook Pro's with dGPUs as booting Windows won't allow for the iGPU to be used\r\n    \t\t\t@SyncRuntimePermissions: YES\r\n        \t\t\tFixes alignment with MAT tables and required to boot Windows and Linux with MAT tables, also recommended for macOS. Mainly relevant for Skylake and newer\r\n\r\n\u25cfDeviceProperties\r\nAdd: Sets device properties from a map.\r\n\r\n\t*PciRoot(0x0)\/Pci(0x2,0x0) \uff5bNew Chidlen\u3067\u4f5c\u3063\u3066\u3001Dictionary\u306b\u76f4\u3059\uff5d\r\n\t\tThis section is set up via WhateverGreen's Framebuffer Patching Guide and is used for fixing certain iGPU properties like ig-platform-id. The way we get the proper value for this is to look at the framebuffer we intend to use, then swap the pairs of hex bytes.\r\n\t\tRX-570\u3092\u4f7f\u3063\u3066\u3044\u308b\u306e\u3067\u3001\u30d8\u30c3\u30c9\u30ec\u30b9\u3067AAPL,ig-platform-id\u3092\u5165\u308c\u308b\r\n\t\t0x3E920003 - this is used when the Desktop iGPU is only used for computing tasks and doesn't drive a display\r\n\r\n    \t\t+0300923E when hex-swapped(this is the value we use for AAPL,ig-platform-id)\uff5bNew Children\u3067\u4f5c\u3063\u3066\u3001AAPL,ig-platform-id\u3001Data\u5f62\u5f0f\u30670300923E\u3092\u5165\u308c\u308b\uff5d\r\n\r\n\u25cfKernel\r\n\r\nAdd: Here's where you specify which kexts to load, order matters here so make sure Lilu.kext is always first! Other higher priority kexts come after Lilu such as VirtualSMC, AppleALC, WhateverGreen, etc. A reminder that ProperTree users can run Cmd\/Ctrl + Shift + R to add all their kexts in the correct order without manually typing each kext out.\r\n\r\n    BundlePath\r\n        Name of the kext\r\n        ex: Lilu.kext\r\n    Enabled\r\n        Self-explanatory, either enables or disables the kext\r\n    ExecutablePath\r\n        Path to the actual executable is hidden within the kext, you can see what path your kext has by right-clicking and selecting Show Package Contents. Generally, they'll be Contents\/MacOS\/Kext but some have kexts hidden within under Plugin folder. Do note that plist only kexts do not need this filled in.\r\n        ex: Contents\/MacOS\/Lilu\r\n    PlistPath\r\n        Path to the info.plist hidden within the kext\r\n        ex: Contents\/Info.plist\r\n\u4ee5\u4e0a\u306fOC Clean Snapshot\u3067\u8a2d\u5b9a\u6e08\u307f\u306b\u306a\u308b\r\n\r\n\tEmulate: Needed for spoofing unsupported CPUs like Pentiums and Celerons\r\n    \t\tCpuidMask: Leave this blank\r\n    \t\tCpuidData: Leave this blank\r\n\r\n\tBlock: Blocks kexts from loading. Not relevant for us\r\n\r\n\tPatch: Patches both the kernel and kexts\r\n\r\n\tQuirks:\r\n\t\tSettings relating to the kernel, for us we'll be enabling \t\tAppleCpuPmCfgLock, AppleXcpmCfgLock, DisableIOMapper, PanicNoKextDump, PowerTimeoutKernelPanic and XhciPortLimit. Everything else should be left as default\r\n    \t\t\t@AppleCpuPmCfgLock: YES\r\n        \t\t\tOnly needed when CFG-Lock can't be disabled in BIOS, Clover counterpart would be AppleIntelCPUPM. Please verify you can disable CFG-Lock, most systems won't boot with it on so requiring use of this quirk\r\n    \t\t\t@AppleXcpmCfgLock: YES\r\n        \t\t\tOnly needed when CFG-Lock can't be disabled in BIOS, Clover counterpart would be KernelPM. Please verify you can disable CFG-Lock, most systems won't boot with it on so requiring use of this quirk\r\n    \t\t\t*AppleXcpmExtraMsrs: NO\r\n        \t\t\tDisables multiple MSR access needed for unsupported CPUs like Pentiums and many Xeons.\r\n    \t\t\t*AppleXcpmForceBoost: NO\r\n        \t\t\tForces maximum multiplier, only recommended to enable on scientific or media calculation machines that are constantly under load. Main Xeons benefit from this\r\n    \t\t\t*CustomSMBIOSGuid: NO\r\n        \t\t\tPerforms GUID patching for UpdateSMBIOSMode Custom mode. Usually relevant for Dell laptops\r\n    \t\t\t@DisableIoMapper: YES\r\n        \t\t\tNeeded to get around VT-D if either unable to disable in BIOS or needed for other operating systems, much better alternative to dart=0 as SIP can stay on in Catalina\r\n    \t\t\t\uff20DisableRtcChecksum: YES\r\n        \t\t\tPrevents AppleRTC from writing to primary checksum (0x58-0x59), required for users who either receive BIOS reset or are sent into Safe mode after reboot\/shutdown\r\n    \t\t\t*DummyPowerManagement: NO\r\n        \t\t\tNew alternative to NullCPUPowerManagement, required for all AMD CPU based systems as there's no native power management. Intel can ignore\r\n    \t\t\t*ExternalDiskIcons: NO\r\n        \t\t\tExternal Icons Patch, for when internal drives are treated as external drives but can also make USB drives internal. For NVMe on Z87 and below you just add built-in property via DeviceProperties.\r\n    \t\t\t*IncreasePciBarSize: NO\r\n        \t\t\tIncreases 32-bit PCI bar size in IOPCIFamily from 1 to 4 GB, enabling Above4GDecoding in the BIOS is a much cleaner and safer approach. Some X99 boards may require this, you'll generally experience a kernel panic on IOPCIFamily if you need this. Note this shouldn't be needed on Mojave and newer\r\n    \t\t\t*LapicKernelPanic: NO\r\n        \t\t\tDisables kernel panic on AP core lapic interrupt, generally needed for HP systems. Clover equivalent is Kernel LAPIC\r\n    \t\t\t@PanicNoKextDump: YES\r\n        \t\t\tAllows for reading kernel panics logs when kernel panics occur\r\n    \t\t\t@PowerTimeoutKernelPanic: YES\r\n        \t\t\tHelps fix kernel panics relating to power changes with Apple drivers in macOS Catalina, most notably with digital audio.\r\n    \t\t\t\uff20ThirdPartyDrives: YES\r\n        \t\t\tEnables TRIM, not needed for NVMe but AHCI based drives may require this. Please check under system report to see if your drive supports TRIM\r\n    \t\t\t*XhciPortLimit: YES\r\n        \t\t\tThis is actually the 15 port limit patch, don't rely on it as it's not a guaranteed solution for fixing USB. Please create a USB map when possible.\r\nMisc\r\n\tBoot: Settings for boot screen (Leave everything as default)\r\n\r\n    \t\t*HibernateMode: None\r\n        \t\tBest to avoid hibernation with Hackintoshes all together\r\n    \t\t*PickerMode: Builtin\r\n        \t\tSets OpenCore to use the builtin picker\r\n    \t\t*HideAuxiliary: NO\r\n        \t\tHides Recovery and other partitions unless spacebar is pressed, more closely matches real Mac behavior\r\n    \t\t*HideSelf: YES\r\n        \t\tHides the EFI partition as a boot option in OC's boot picker\r\n    \t\t*ConsoleAttributes: 0\r\n        \t\tSets OpenCore's UI color, won't be covered here but see 8.3.8 of Configuration.pdf for more info\r\n    \t\t*PickerAttributes: 0\r\n        \t\tUsed for setting custom picker attributes, use of this setting will be covered in Post-Install\r\n    \t\t*PickerAudioAssist: NO\r\n        \t\tUsed for enabling VoiceOver like support in the picker, unless you want your hack talking to you keep this disabled\r\n    \t\t*PollAppleHotKeys: NO\r\n        \t\tAllows you to use Apple's hotkeys during boot, depending on the firmware you may need to use OpenUsbKbDxe.efi instead of OpenCore's builtin support. Do note that if you can select anything in OC's picker, disabling this option can help. Popular commands:\r\n            \t\tCmd+V: Enables verbose\r\n            \t\tCmd+Opt+P+R: Cleans NVRAM\r\n            \t\tCmd+R: Boots Recovery partition\r\n            \t\tCmd+S: Boot in Single-user mode\r\n            \t\tOption\/Alt: Shows boot picker when ShowPicker set to NO, an alternative is ESC key\r\n    \t\t*TakeoffDelay: 0\r\n        Used to add a delay for hotkeys when OpenCore is a bit to fast to register, 5000-10000 microseconds is the preferred range for users with broken hotkeys support\r\n    \t\t*Timeout: 5\r\n        \t\tThis sets how long OpenCore will wait until it automatically boots from the default selection\r\n\r\n\tDebug: Helpful for debugging OpenCore boot issues(We'll be changing everything but DisplayDelay)\r\n    \t\t@AppleDebug: YES\r\n        \t\tEnables boot.efi logging, useful for debugging. Note this is only supported on 10.15.4 and newer\r\n    \t\t@DisableWatchDog: YES\r\n        \t\tDisables the UEFI watchdog, can help with early boot issues\r\n    \t\t@Target: 67\r\n        \t\tShows more debug information, requires debug version of OpenCore\r\n    \t\t*DisplayLevel: 2147483650\r\n        \t\tShows even more debug information, requires debug version of \tOpenCore\r\n\r\n\t\tThese values are based of those calculated in OpenCore debugging\r\n\r\n\tSecurity: Security is pretty self-explanatory, do not skip\r\n\r\n\t\tWe'll be changing AllowNvramReset, AllowSetDefault, Vault and ScanPolicy\r\n\r\n    \t\t@AllowNvramReset: YES\r\n        \t\tAllows for NVRAM reset both in the boot picker and when pressing \t\t\tCmd+Opt+P+R\r\n    \t\t@AllowSetDefault: YES\r\n        \t\tAllow CTRL+Enter and CTRL+Index to set default boot device in the picker\r\n    \t\t*AuthRestart: NO:\r\n        \t\tEnables Authenticated restart for FileVault 2 so password is not required on reboot. Can be considered a security risk so optional\r\n    \t\t*BootProtect: None\r\n        \t\tAllows the use of Bootstrap.efi inside EFI\/OC\/Bootstrap instead of BOOTx64.efi, useful for those wanting to either boot with rEFInd or avoid BOOTx64.efi overwrites from Windows. Proper use of this quirks is not be covered in this guide\r\n    \t\t*ExposeSensitiveData: 6-------&gt;15\uff5bKext Updater\u304c\u52d5\u304b\u306a\u3044\uff5d\r\n        \t\tShows more debug information, requires debug version of OpenCore\r\n    \t\t@Vault: Optional\r\n        \t\tWe won't be dealing vaulting so we can ignore, you won't boot with this set to Secure\r\n        \t\tThis is a word, it is not optional to omit this setting. You will regret it if you don't set it to Optional, note that it is case-sensitive\r\n    \t\t@ScanPolicy: 0\r\n        \t\t0 allows you to see all drives available, please refer to Security section for further details. Will not boot USB devices with this set to default\r\n\r\nTools Used for running OC debugging tools like the shell, ProperTree's snapshot function will add these for you. For us, we won't be using any tools\r\n    Name\r\n        Name shown in OpenCore\r\n    Enabled\r\n        Self-explanatory, enables or disables\r\n    Path\r\n        Path to file after the Tools folder\r\n        ex: OpenShell.efi\r\nEntries: Used for specifying irregular boot paths that can't be found naturally with OpenCore\r\nWon't be covered here, see 8.6 of Configuration.pdf for more info\r\n\r\n\u25cfNVRAM\r\n\tAdd:\r\n\t\t*4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14 (Booter Path, mainly used for UI Scaling)\r\n    \t\tUIScale:\r\n        \t\t@01: Standard resolution(Clover equivalent is 0x28)\r\n        \t\t02: HiDPI (generally required for FileVault to function correctly on smaller displays, Clover equivalent is 0x2A)\r\n    \t\tDefaultBackgroundColor: Background color used by boot.efi\r\n        \t\t@00000000: Syrah Black\r\n        \t\tBFBFBF00: Light Gray\r\n\t\t*7C436110-AB2A-4BBB-A880-FE41995C9F82 (System Integrity Protection bitmask)\r\n\r\n    General Purpose boot-args:\r\n\r\n\t*boot-args \tDescription\r\n\t\tshikigva=32 shiki-id=Mac-7BA5B2D9E42DDD94\uff08Mojave\u306ejpeg\u306e\u30d7\u30ec\u30d3\u30e5\u30fc\u306e\u305f\u3081\uff09\r\n\r\n\r\n\t    \t*csr-active-config: Settings for SIP, generally recommended to manually change this within Recovery partition with csrutil via the recovery partition\r\n\r\n\t\t\tcsr-active-config is set to 00000000 which enables System Integrity Protection. You can choose a number of other options to enable\/disable sections of SIP. Some common ones are as follows:\r\n\r\n    \t\t\t00000000 - SIP completely enabled\r\n    \t\t\t03000000 - Allow unsigned kexts and writing to protected fs locations\r\n    \t\t\tE7030000 - SIP completely disabled\uff08\u9078\u629e\uff09\r\n\r\nRecommended to leave enabled for best security practices\r\n\r\n\t    \t*prev-lang:kbd: &lt;&gt;\r\n        \tNeeded for non-latin keyboards in the format of lang-COUNTRY:keyboard, recommended to keep blank though you can specify it(Default in Sample config is Russian):\r\n        \tAmerican: en-US:0(656e2d55533a30 in HEX)\r\n        \tFull list can be found in AppleKeyboardLayouts.txt\r\n        \tHint: prev-lang:kbd can be changed into a String so you can input en-US:0 directly instead of converting to HEX\r\n\r\nKey \tType \tValue\r\nprev-lang:kbd \tString \ten-US:0\r\nprev-lang:kbd \tString \tja:0\t\t\u30de\u30c3\u30af\u4e92\u63db\u306a\u3089\u3053\u308c\u3067\u826f\u3044\u306f\u305a\r\n\r\n\tBlock: Forcibly rewrites NVRAM variables, do note that Add will not overwrite values already present in NVRAM so values like boot-args should be left alone.\r\n\r\n\t*LegacyEnable: NO\r\n    Allows for NVRAM to be stored on nvram.plist, needed for systems without native NVRAM\r\n\t*LegacyOverwrite: NO\r\n    Permits overwriting firmware variables from nvram.plist, only needed for systems without native NVRAM\r\nLegacySchema\r\n    Used for assigning NVRAM variables, used with LegacyEnable set to YES\r\n\tWriteFlash: YES\r\n    Enables writing to flash memory for all added variables.\r\n\r\n\u25cfPionner BD-209 patch\r\n    &lt;key&gt;Kernel&lt;\/key&gt;\r\n    &lt;dict&gt;\r\n        &lt;key&gt;Patch&lt;\/key&gt;\r\n        &lt;array&gt;\r\n            &lt;dict&gt;\r\n                &lt;key&gt;Base&lt;\/key&gt;\r\n                &lt;string&gt;&lt;\/string&gt;\r\n                &lt;key&gt;Comment&lt;\/key&gt;\r\n                &lt;string&gt;PioneerBD-RW No Sleep&lt;\/string&gt;\r\n                &lt;key&gt;Count&lt;\/key&gt;\r\n                &lt;integer&gt;1&lt;\/integer&gt;\r\n                &lt;key&gt;Enabled&lt;\/key&gt;\r\n                &lt;true\/&gt;\r\n                &lt;key&gt;Find&lt;\/key&gt;\r\n                &lt;data&gt;RFZELVJXICBEVlItMTA1&lt;\/data&gt;\r\n                &lt;key&gt;Identifier&lt;\/key&gt;\r\n                &lt;string&gt;com.apple.driver.PioneerSuperDrive&lt;\/string&gt;\r\n                &lt;key&gt;Limit&lt;\/key&gt;\r\n                &lt;integer&gt;0&lt;\/integer&gt;\r\n                &lt;key&gt;Mask&lt;\/key&gt;\r\n                &lt;data&gt;&lt;\/data&gt;\r\n                &lt;key&gt;MaxKernel&lt;\/key&gt;\r\n                &lt;string&gt;&lt;\/string&gt;\r\n                &lt;key&gt;MinKernel&lt;\/key&gt;\r\n                &lt;string&gt;&lt;\/string&gt;\r\n                &lt;key&gt;Replace&lt;\/key&gt;\r\n                &lt;data&gt;QkQtUlcgICBCRFItMjA5&lt;\/data&gt;\r\n                &lt;key&gt;ReplaceMask&lt;\/key&gt;\r\n                &lt;data&gt;&lt;\/data&gt;\r\n                &lt;key&gt;Skip&lt;\/key&gt;\r\n                &lt;integer&gt;0&lt;\/integer&gt;\r\n            &lt;\/dict&gt;\r\n        &lt;\/array&gt;\r\n    &lt;\/dict&gt;\r\n\u25cfPlatforminfo\r\nPlatform\u9805\u76ee\r\n\r\nClover\u306eSMBIOS\u306b\u76f8\u5f53\u3059\u308b\u9805\u76ee\u3067\u3059\u306d\u3002\u6a5f\u7a2eID\u306f\u3001Mojave\u4ee5\u964d\u306fiMac19,2,\r\nClover\u306econfig.plist\u304b\u3089SerialNumber, BoardSerialNumber, SmUUID\u3092\u30b3\u30d4\u30fc\u3057\u3066\u3001\u305d\u308c\u305e\u308c\u3092\u3001\r\n\r\n    SystemSerialNumber\r\n    MLB\r\n    SystemUUID\r\n\r\n\u306b\u30b3\u30d4\u30fc\r\nROM\u306e\u9805\u76ee\u306b\u306f\u3001NIC\u306eMAC\u30a2\u30c9\u30ec\u30b9\r\n\r\n\u25cfUEFI\u9805\u76ee\r\n\r\nQuirks\u306e\u9805\u76ee\u306eRequestBootVarFallback\u3092True\u306b\u5909\u66f4\r\n\r\n\u25cfWarn:oc:setting nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:rtc-blacklist - not found oc\uff1anvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102\u306e\u8a2d\u5b9a\uff1artc-blacklist-not found\r\nrtc-blacklist\u3092\u6d88\u3059\uff08ProperTree-master\u3067\uff09\r\n\r\n\u25cfWindows\u304c\u7acb\u3061\u4e0a\u304c\u3089\u306a\u3044\r\nMisc Boot BlessOverride\u306b\r\n\\EFI\\Microsoft\\Boot\\bootmgfw.efi\r\n\u3092\u8ffd\u52a0\u3002\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5927\u672c\u306e\u30cd\u30bf\u306f https:\/\/dortania.github.io\/OpenCore-Desktop-Guide\/ ACPI SSDT-PLUG.aml SSDT-EC-USBX.ami SSDT-AWAC.ami SS [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":364,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jinr_url_youtube":"","_jinr_pip_youtube":false,"_jinr_time_youtube":"","_jinr_thumb_youtube":"","_jinr_media_youtube":"","_jinr_category_edit":false,"_jinr_category":"","_jinr_title_display":false,"_jinr_snsbutton_display":false,"_jinr_ads_display":false,"_jinr_thumbnail_display":false,"_jinr_profile_display":false,"_jinr_representations_display":false,"_jinr_relatedpost_display":false,"_jinr_sidebar1col_display":false,"_jinr_sidebar2col_display":false,"_jinr_seotitle_display":"","_jinr_description_display":"","_jinr_keyword_display":"","_jinr_hastag_display":"","_jinr_canonical_display":"","_jinr_noindex_display":false,"_jinr_paidpost":false,"_jinr_paidpost_product_id":"","_jinr_headtag_article":"","_jinr_ogp_image_url":"","_jinr_last_featured_id":0,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-388","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hackintosh"],"views":"0","_links":{"self":[{"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/posts\/388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/comments?post=388"}],"version-history":[{"count":0,"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/posts\/388\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/media\/364"}],"wp:attachment":[{"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/media?parent=388"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/categories?post=388"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mifmif.mydns.jp\/alpha\/wp-json\/wp\/v2\/tags?post=388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}