RehabMan Posted October 17, 2016 Share Posted October 17, 2016 Just found this entry in CLOVER BootLog 3821: 1:274 0:000 Using smbios.plist at path: EFI\CLOVER\smbios.plistis there anywhere an explanation on how this "smbios.plist" should look alike? Cause i don't have such a plist under the given path. It is like config.plist but with just SMBIOS section. Allows you to place SMBIOS data outside of config.plist, which you might want to do to protect your choices regarding serial#, etc. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301691 Share on other sites More sharing options...
Riley Freeman Posted October 17, 2016 Share Posted October 17, 2016 I think Mork was asking why it's showing up in the bootlog when he doesn't have this file. I've been getting this too for quite a while but also don't use a seperate smbios.plist. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301699 Share on other sites More sharing options...
RehabMan Posted October 17, 2016 Share Posted October 17, 2016 I think Mork was asking why it's showing up in the bootlog when he doesn't have this file. I've been getting this too for quite a while but also don't use a seperate smbios.plist. Probably a Clover bug. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301702 Share on other sites More sharing options...
MacUser2525 Posted October 17, 2016 Share Posted October 17, 2016 I think Mork was asking why it's showing up in the bootlog when he doesn't have this file. I've been getting this too for quite a while but also don't use a seperate smbios.plist. Shows up due to the check for it being logged, here on 3726 it just says it is not found. 0:100 0:000 Starting Clover revision: 3726 on American Megatrends EFI ..... snip 0:597 0:000 Using smbios.plist at path: EFI\CLOVER\smbios.plist, Status=Not Found Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301706 Share on other sites More sharing options...
pkdesign Posted October 17, 2016 Share Posted October 17, 2016 It is like config.plist but with just SMBIOS section. Allows you to place SMBIOS data outside of config.plist, which you might want to do to protect your choices regarding serial#, etc. I've been wondering about this for years! Have never seen any mention of it in wiki. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301711 Share on other sites More sharing options...
RehabMan Posted October 17, 2016 Share Posted October 17, 2016 I've been wondering about this for years! Have never seen any mention of it in wiki. The source code for Clover is the ultimate Clover documentation. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301717 Share on other sites More sharing options...
Slice Posted October 18, 2016 Share Posted October 18, 2016 Dear Slice, pls send probing in Linux and Windows of that http://www.insanelymac.com/forum/topic/313468-smc-the-place-to-be-definitely/?p=2301381 Otherwise it's just {censored} and u successfully made an efi app to print some info Steps to reproduce: 1. Compile recent Clover 3820+. Place SMCHelper.efi into drivers64UEFI. 2. Place your smcutil.efi into convenient place. 3. Boot, enter Shell, test. SMCHelper.efi.zip The feature was reported here #37 Just found this entry in CLOVER BootLog 3821: 1:274 0:000 Using smbios.plist at path: EFI\CLOVER\smbios.plist is there anywhere an explanation on how this "smbios.plist" should look alike? Cause i don't have such a plist under the given path. Probably a Clover bug. Yes, looks like a bug. This output can't contain "smbios.plist", it must be "config.plist" if (EFI_ERROR (Status)) { Status = egLoadFile (SelfRootDir, ConfigPlistPath, (UINT8**)&gConfigPtr, &Size); } DBG ("Using %s.plist at path: %s\n", ConfName, ConfigPlistPath); No, it's not a bug if you have smbios.plist. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301768 Share on other sites More sharing options...
Philip Petev Posted October 18, 2016 Share Posted October 18, 2016 @Slice: there are obviously missing files in r3824: TOOLCHAIN_DIR: /Users/philip/src/opt/local NASM_PREFIX: /Users/philip/src/opt/local/bin/ NASM_VER: 2.12.02 Initializing workspace Loading previous configuration from /Users/philip/src/edk2/Conf/BuildEnv.sh WORKSPACE: /Users/philip/src/edk2 EDK_TOOLS_PATH: /Users/philip/src/edk2/BaseTools CONF_PATH: /Users/philip/src/edk2/Conf Running edk2 build for CloverX64 using the command: build -D NO_GRUB_DRIVERS_EMBEDDED -D CHECK_FLAGS -D USE_LOW_EBDA -p Clover/Clover.dsc -a X64 -b RELEASE -t XCODE5 -n 5 Build environment: Darwin-15.6.0-x86_64-i386-64bit Build start time: 13:54:33, Oct.18 2016 WORKSPACE = /Users/philip/src/edk2 ECP_SOURCE = /Users/philip/src/edk2/EdkCompatibilityPkg EDK_SOURCE = /Users/philip/src/edk2/EdkCompatibilityPkg EFI_SOURCE = /Users/philip/src/edk2/EdkCompatibilityPkg EDK_TOOLS_PATH = /Users/philip/src/edk2/BaseTools CONF_PATH = /Users/philip/src/edk2/Conf Architecture(s) = X64 Build target = RELEASE Toolchain = XCODE5 Active Platform = /Users/philip/src/edk2/Clover/Clover.dsc Flash Image Definition = /Users/philip/src/edk2/Clover/Clover.fdf Processing meta-data ........ done! Building ... /Users/philip/src/edk2/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/BaseLib/BaseLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/OsxDxeIpl/DxeIpl.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/UefiLib/UefiLib.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Library/VBoxPeCoffLib/VBoxPeCoffLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64] Building ... /Users/philip/src/edk2/Clover/Library/DuetTimerLib/DuetTimerLib.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/DxeHobLib/DxeHobLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Library/GenericBdsLib/GenericBdsLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Library/OsxBdsPlatformLib/PlatformBds.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf [X64] Building ... /Users/philip/src/edk2/Clover/Library/MemLogLibDefault/MemLogLibDefault.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Library/VideoBiosPatchLib/VideoBiosPatchLib.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/UefiScsiLib/UefiScsiLib.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/ShellPkg/Library/UefiShellLib/UefiShellLib.inf [X64] Building ... /Users/philip/src/edk2/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Library/OpensslLib/OpensslLibNull.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/OsxDxeCore/DxeMain.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/GraphicsConsoleDxe/GraphicsConsoleDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/DuetPkg/SmbiosGenDxe/SmbiosGen.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/OsxEfiLdr/EfiLdr.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/OsxBdsDxe/BdsDxe.inf [X64] Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf [X64] Building ... /Users/philip/src/edk2/Clover/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/CpuDxe/Cpu.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/AcpiReset/Reset.inf [X64] make: Nothing to be done for `tbuild'. [CC] EfiLoader Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Metronome/Metronome.inf [X64] [SLINK] EfiLoader Building ... /Users/philip/src/edk2/Clover/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/PcAtChipsetPkg/8254TimerDxe/8254Timer.inf [X64] [DLINK1] EfiLoader [CC] HwErrRecSupport [MTOC] EfiLoader make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/PciRootBridgeDxe/PciRootBridge.inf [X64] Building ... /Users/philip/src/edk2/Clover/OsxPciBusNoEnumerationDxe/PciBusNoEnumeration.inf [X64] [GENFW] EfiLoader Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf [X64] make: Nothing to be done for `tbuild'. [VFR] BdsDxe make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/DriverOverride/DriverOverride.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxHfs.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxIso9660.inf [X64] Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxExt2.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxExt4.inf [X64] [CC] DeviceManagerVfr make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/VBoxFsDxe/VBoxReiserFS.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/FatPkg/EnhancedFatDxe/Fat.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/GrubFS/src/EXFAT.inf [X64] [VFR] BdsDxe make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/GrubFS/src/HFSPLUS.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/GrubFS/src/ISO9660.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/GrubFS/src/NTFS.inf [X64] Building ... /Users/philip/src/edk2/Clover/GrubFS/src/UDF.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf [X64] [CC] DriverHealthVfr make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/BiosVideo/BiosVideo.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/LegacyBios/VideoDxe/VideoDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/LegacyBios/VideoDxe/VideoDxe2.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/SataControllerDxe/SataControllerDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/AtaAtapi/AtaAtapiPassThru.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/AtaBus/AtaBusDxe.inf [X64] Building ... /Users/philip/src/edk2/Clover/DVDBus/ScsiBusDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/DVDDisk/ScsiDiskDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/OhciDxe/OhciDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Patches_for_EDK2/XhciDxe/XhciDxe.inf [X64] Building ... /Users/philip/src/edk2/Clover/Patches_for_EDK2/UsbBusDxe/UsbBusDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf [X64] Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf [X64] Building ... /Users/philip/src/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Ps2MouseDxe/Ps2MouseDxe.inf [X64] Building ... /Users/philip/src/edk2/Clover/OsxAcpiTableDxe/AcpiTableDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/OsxAcpiPlatformDxe/AcpiPlatformDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/PartitionDxe/PartitionDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/BiosKeyboard/KeyboardDxe.inf [X64] [CC] DeviceManager Building ... /Users/philip/src/edk2/Clover/LegacyBios/Region2Dxe/LegacyRegion2Dxe.inf [X64] Building ... /Users/philip/src/edk2/Clover/FSInject/FSInject.inf [X64] make: Nothing to be done for `tbuild'. make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/MsgLog/MsgLog.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Protocols/SMCHelper/SMCHelper.inf [X64] make: Nothing to be done for `tbuild'. [VFR] BdsDxe make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Protocols/OSInfo/OSInfo.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig.inf [X64] Building ... /Users/philip/src/edk2/Clover/DumpUefiCalls/DumpUefiCalls.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/OsxFatBinaryDrv/OsxFatBinaryDrv.inf [X64] [CC] BootManagerVfr Building ... /Users/philip/src/edk2/Clover/EmuVariableUefi/EmuVariableRuntimeDxe.inf [X64] make: Nothing to be done for `tbuild'. Building ... /Users/philip/src/edk2/Clover/Protocols/AppleImageCodec/AppleImageCodec.inf [X64] make: Nothing to be done for `tbuild'. /Users/philip/src/edk2/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig.c:15:10: fatal error: 'Protocol/AppleGraphConfig.h' file not found #include <Protocol/AppleGraphConfig.h> ^ 1 error generated. make: *** [/Users/philip/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig/OUTPUT/GraphicsConfig.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/Users/philip/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig] build.py... : error 7000: Failed to execute command make tbuild [/Users/philip/src/edk2/Build/Clover/RELEASE_XCODE5/X64/Clover/DumpUefiCalls/DumpUefiCalls] build.py... : error F002: Failed to build module /Users/philip/src/edk2/Clover/Protocols/AppleGraphicsConfig/GraphicsConfig.inf [X64, XCODE5, RELEASE] - Failed - Build end time: 13:54:48, Oct.18 2016 Build total time: 00:00:15 o_Ops, ./ebuild.sh exited with error(s), aborting.. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301949 Share on other sites More sharing options...
cecekpawon Posted October 18, 2016 Share Posted October 18, 2016 (edited) Manually copy from DumpUefiCalls didnt help? LOL wrong file, sorry philip Edited October 18, 2016 by cecekpawon Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301961 Share on other sites More sharing options...
RehabMan Posted October 18, 2016 Share Posted October 18, 2016 it was added a little while back I believe with some of cvad's edits (I'm not 100% sure though sorry if I named the wrong dev) to port your chameleon config and also for cases like rehab man mentioned. it's just a check to see if it exists. re:smbios.plist Nothing to do with "port your chameleon config". If I remember correctly, it was added by apianti (sp?) at my request. No, it's not a bug if you have smbios.plist. Yes, of course. But the reports are that the log is output when smbios.plist DOES NOT exist. I suspect the log is not conditional on the file existing... Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301973 Share on other sites More sharing options...
cecekpawon Posted October 18, 2016 Share Posted October 18, 2016 @Mork vom Ork look here Agreed with @Rehabman, maybe like this? if (EFI_ERROR (Status)) { Status = egLoadFile (SelfRootDir, ConfigPlistPath, (UINT8**)&gConfigPtr, &Size); if (!EFI_ERROR (Status)) { DBG ("Using %s.plist at path: %s\n", ConfName, ConfigPlistPath); } } //DBG ("Using %s.plist at path: %s\n", ConfName, ConfigPlistPath); Or move log here 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2301979 Share on other sites More sharing options...
bronxteck Posted October 19, 2016 Share Posted October 19, 2016 re:smbios.plist Nothing to do with "port your chameleon config". If I remember correctly, it was added by apianti (sp?) at my request. Yes, of course. But the reports are that the log is output when smbios.plist DOES NOT exist. I suspect the log is not conditional on the file existing... your right! just tried with chameleon smbios plist I got Invalid smbios.plist, not overriding config.plist! I deleted that comment to keep things concise on this thread. Thanks for spotting that. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2302755 Share on other sites More sharing options...
pid0uble Posted October 20, 2016 Share Posted October 20, 2016 Hi All! Tried searching but couldn't find the answer. I upgraded to Clover 3835 and am missing "without caches" selection in clover menu. Is this correct? Have things changed or should I revert to a previous version? Thanks for your help! Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2302918 Share on other sites More sharing options...
Slice Posted October 21, 2016 Share Posted October 21, 2016 Hi All! Tried searching but couldn't find the answer. I upgraded to Clover 3835 and am missing "without caches" selection in clover menu. Is this correct? Have things changed or should I revert to a previous version? Thanks for your help! As designed. Let system decide use cache or no. Or just manually delete it. Sierra has no mode to boot without caches. It will always boot with prelinkedkernel no matter we want. 4 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303183 Share on other sites More sharing options...
Micky1979 Posted October 21, 2016 Share Posted October 21, 2016 Yep, now macOS is like iOS 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303346 Share on other sites More sharing options...
frankiee Posted October 21, 2016 Share Posted October 21, 2016 Yep, now macOS is like iOS Indeed, more and more ... 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303391 Share on other sites More sharing options...
davidm71 Posted October 22, 2016 Share Posted October 22, 2016 Hey guys, I have noticed that if I use Clover to boot either 11.6 or 12.0 from within Ozmosis, I can successfully load osx on the next reboot cycle directly from Oz whereas before I could not due to some unknown issue. Wonder what could Clover be doing? Setting the right nvram variables maybe? Some driver being loaded that fixes what ever was broken?? Thanks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303607 Share on other sites More sharing options...
Slice Posted October 22, 2016 Share Posted October 22, 2016 Hey guys, I have noticed that if I use Clover to boot either 11.6 or 12.0 from within Ozmosis, I can successfully load osx on the next reboot cycle directly from Oz whereas before I could not due to some unknown issue. Wonder what could Clover be doing? Setting the right nvram variables maybe? Some driver being loaded that fixes what ever was broken?? Thanks Several NVRAM variables. I am not sure if any clover's drivers will remain after reboot. May be PCI memory state. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303664 Share on other sites More sharing options...
davidm71 Posted October 22, 2016 Share Posted October 22, 2016 Several NVRAM variables. I am not sure if any clover's drivers will remain after reboot. May be PCI memory state. The effect stays and lingers after a reboot. Even works after shutting down cold and rebooting. Guys on the Oz forum think its the Csr-Active-Config key and sip. I'm not too sure. Maybe I could dump all the nvram variables. Perhaps Clover is properly configuring the Nvidia injection.. Weird. Whats PCI memory state? Thanks Slice. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303790 Share on other sites More sharing options...
nicozan Posted October 22, 2016 Share Posted October 22, 2016 Dear Slice I ve a configuration in signature but I ve a problem in booting Sierra OSx. When I boot in verbose mode, I have a very slow booting step before arriving at login Desktop. Clover is 3875. First , Here first freezes at : Then after 30 sec appears second line: After 60 sec, Monitor turning off itself (does not seem to arrive video signal) ....After another minute: Desk login.... Could you help me what's happen? What is the reason for this slow booting? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303940 Share on other sites More sharing options...
Micky1979 Posted October 22, 2016 Share Posted October 22, 2016 Remove AppleHDA.kext (backup it first) to see if that is the problem. Anyway r3875 does not exist. PS (sorry if I'm not Slice ) Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303953 Share on other sites More sharing options...
nicozan Posted October 22, 2016 Share Posted October 22, 2016 Remove AppleHDA.kext (backup it first) to see if that is the problem. Anyway r3875 does not exist. PS (sorry if I'm not Slice ) Ops sorry I ve maiden a mistake.... I wanted to say 3835. There's no differance for me betwin you or slice. AppleHDA make works analogic audio for my motherboard. Can I remove for a little time from 10.12 folder and try some boot? After removing, have I do something on config.plist? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303965 Share on other sites More sharing options...
Micky1979 Posted October 22, 2016 Share Posted October 22, 2016 Wait, have you SMCHelper-64.efi installed? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303973 Share on other sites More sharing options...
nicozan Posted October 22, 2016 Share Posted October 22, 2016 Where i ve to see? Inviato dal mio iPhone utilizzando Tapatalk Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303976 Share on other sites More sharing options...
Micky1979 Posted October 22, 2016 Share Posted October 22, 2016 EFI/CLOVER/drivers64UEFI Italian? Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/453/#findComment-2303986 Share on other sites More sharing options...
Recommended Posts