Matgen84 Posted December 29, 2022 Share Posted December 29, 2022 (edited) Hi all I can't build latest commit ca9a501 (Opencorepkg). Maybe there is something new in ocbuild with mtoc ! My system is under Catalina. Processing meta-data . Architecture(s) = X64 Build target = DEBUG Toolchain = XCODE5 Active Platform = /Users/mathieu/OC/OpenCorepkg/UDK/OpenCorePkg/OpenCorePkg.dsc build.py... /Users/mathieu/OC/OpenCorepkg/UDK/OpenCorePkg/OpenCorePkg.dsc(54): error 000E: File/directory not found in workspace /Users/mathieu/OC/OpenCorepkg/UDK/MdePkg/Library/BaseOverflowLib/BaseOverflowLib.inf EDIT: I remove UDK to have a clean directory. Then new message: Finished building BaseTools C Tools with HOST_ARCH=X64 SOLVED: Remove both mtoc and nasm in /usr/local/bin. Using build_oc.tool, I reinstall this two files automatically. I can build now 😅 See txt file Résultat de Terminal Edited December 30, 2022 by Matgen84 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799380 Share on other sites More sharing options...
droples Posted December 30, 2022 Share Posted December 30, 2022 On 12/29/2022 at 2:45 PM, Matgen84 said: Hi all I can't build latest commit ca9a501 (Opencorepkg). Maybe there is something new in ocbuild with mtoc ! My system is under Catalina. Processing meta-data . Architecture(s) = X64 Build target = DEBUG Toolchain = XCODE5 Active Platform = /Users/mathieu/OC/OpenCorepkg/UDK/OpenCorePkg/OpenCorePkg.dsc build.py... /Users/mathieu/OC/OpenCorepkg/UDK/OpenCorePkg/OpenCorePkg.dsc(54): error 000E: File/directory not found in workspace /Users/mathieu/OC/OpenCorepkg/UDK/MdePkg/Library/BaseOverflowLib/BaseOverflowLib.inf EDIT: I remove UDK to have a clean directory. Then new message: Finished building BaseTools C Tools with HOST_ARCH=X64 SOLVED: Remove both mtoc and nasm in /usr/local/bin. Using build_oc.tool, I reinstall this two files automatically. I can build now 😅 See txt file Résultat de Terminal 269.01 kB · 4 downloads On systems where I use xcode-14.2 the compilation succeeds. On systems with Xcode-11.3.1 - there are problems with compiling open core from the master LogSuccessfulCompileOC-ca9a501__Xcode14.2.zip LogErrorCompile_XC113.1-Os10.14.6:11.7.3.zip 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799400 Share on other sites More sharing options...
IronManJFF Posted December 30, 2022 Share Posted December 30, 2022 Clarification about ReservedMemory properties… Quote 3. Size Type: plist integer Failsafe: 0 Description: Size of the reserved memory region, must be page-aligned (4 KBs). Is size the total number of bytes reserved or the number of 4KB pages to reserve ? General question : Can numbers be expressed in hexadecimal in config.plist ? Thanks. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799403 Share on other sites More sharing options...
polkaholga Posted January 2, 2023 Share Posted January 2, 2023 (edited) On 12/29/2022 at 9:45 AM, Matgen84 said: Hi all I can't build latest commit ca9a501 (Opencorepkg). Maybe there is something new in ocbuild with mtoc ! My system is under Catalina. Processing meta-data . Architecture(s) = X64 Build target = DEBUG Toolchain = XCODE5 Active Platform = /Users/mathieu/OC/OpenCorepkg/UDK/OpenCorePkg/OpenCorePkg.dsc build.py... /Users/mathieu/OC/OpenCorepkg/UDK/OpenCorePkg/OpenCorePkg.dsc(54): error 000E: File/directory not found in workspace /Users/mathieu/OC/OpenCorepkg/UDK/MdePkg/Library/BaseOverflowLib/BaseOverflowLib.inf EDIT: I remove UDK to have a clean directory. Then new message: Finished building BaseTools C Tools with HOST_ARCH=X64 SOLVED: Remove both mtoc and nasm in /usr/local/bin. Using build_oc.tool, I reinstall this two files automatically. I can build now 😅 See txt file Résultat de Terminal 269.01 kB · 9 downloads I am on BS 11.7.2 with Xcode 10.3 (10G8) and have the same problem compiling since latest commit. I tried what solved it for you ( even tried various mtoc / nasm versions ) but unfortunately Terminal always stops with "Finished building BaseTools C Tools with HOST_ARCH=X64" I hope one of the developers may find some time and have a look into it... Problem solved with latest commit ! Thanks Terminal-output Edited January 6, 2023 by polkaholga typos Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799478 Share on other sites More sharing options...
Matgen84 Posted January 2, 2023 Share Posted January 2, 2023 1 hour ago, polkaholga said: I am on BS 11.7.2 with Xcode 10.3 (10G8) and have the same problem compiling since latest commit. I tried what solved it for you ( even tried various mtoc / nasm versions ) but unfortunately Terminal always stops with "Finished building BaseTools C Tools with HOST_ARCH=X64" I hope one of the developers may find some time and have a look into it... Terminal-output 248.37 kB · 1 download Hi @polkaholga I used nasm and mtoc from ocbluid/external. How? After I remove previous version, the script build_oc.tool proposes to install automatically (from ocbuild/extrnal) by answering with Y 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799480 Share on other sites More sharing options...
polkaholga Posted January 2, 2023 Share Posted January 2, 2023 1 hour ago, Matgen84 said: Hi @polkaholga I used nasm and mtoc from ocbluid/external. How? After I remove previous version, the script build_oc.tool proposes to install automatically (from ocbuild/extrnal) by answering with Y @Matgen84 Thanks for suggesting but I have already tried all options... Manual installation and automatic from script build_oc.tool 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799488 Share on other sites More sharing options...
pananning Posted January 3, 2023 Share Posted January 3, 2023 Hi all, how can I use .contentVisibility to hide and disable boot entries? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799509 Share on other sites More sharing options...
Matgen84 Posted January 3, 2023 Share Posted January 3, 2023 29 minutes ago, pananning said: Hi all, how can I use .contentVisibility to hide and disable boot entries? Hi @pananning Configuration.pdf page 41 • Exclude entries if there is a .contentVisibility file near the bootloader or inside the boot directory with Disabled contents (ASCII). Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799512 Share on other sites More sharing options...
MacNB Posted January 3, 2023 Share Posted January 3, 2023 58 minutes ago, pananning said: Hi all, how can I use .contentVisibility to hide and disable boot entries? See this post for a bit more detail. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799518 Share on other sites More sharing options...
pananning Posted January 3, 2023 Share Posted January 3, 2023 30 minutes ago, Matgen84 said: Hi @pananning Configuration.pdf page 41 • Exclude entries if there is a .contentVisibility file near the bootloader or inside the boot directory with Disabled contents (ASCII). Thanks for your reply, how do I do it exactly? I created the .contentVisibility file and put it in the \EFI\Microsoft\Boot directory, but it didn't block the Windows startup items Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799519 Share on other sites More sharing options...
pananning Posted January 3, 2023 Share Posted January 3, 2023 6 minutes ago, MacNB said: 有关更多详细信息,请参阅此帖子。 Thank you very much Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799520 Share on other sites More sharing options...
Matgen84 Posted January 3, 2023 Share Posted January 3, 2023 37 minutes ago, pananning said: Thanks for your reply, how do I do it exactly? I created the .contentVisibility file and put it in the \EFI\Microsoft\Boot directory, but it didn't block the Windows startup items I don't use it. I think that you have to write Disabled inside the .contentvisibility file. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799523 Share on other sites More sharing options...
pananning Posted January 3, 2023 Share Posted January 3, 2023 6 minutes ago, Matgen84 said: I don't use it. I think that you have to write Disabled inside the .contentvisibility file. Thank you 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799525 Share on other sites More sharing options...
deeveedee Posted January 3, 2023 Share Posted January 3, 2023 (edited) EDIT: I determined that the LegacyBoot utility included with OC0.8.8 does not load HFSPlusLegacy.efi. Reverting to the LegacyBoot included with OC0.8.7 resolves the issue. For now, I have upgraded to OC0.8.8 while retaining the LegacyBoot provided with OC0.8.7. EDIT2: This problem has been reported here. ============================================ I tried upgrading my HackBookPro6,2 to OC0.8.8, but found that OC0.8.8 claims incompatibility with HFSPlusLegacy.efi. For now, I have reverted to OC0.8.7. Has anyone else experienced this and if so, how did you resolve the incompatibility? Thank you. Edited January 3, 2023 by deeveedee 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799537 Share on other sites More sharing options...
Stefanalmare Posted January 3, 2023 Share Posted January 3, 2023 (edited) HP xw4600, Intel(R) Core(TM)2 Extreme CPU X9650 @ 3.00GHz, AMD Radeon HD 7750 1 GB, OC 0.8.8, HfsPlusLegacy.efi, no issue. Edited January 3, 2023 by Stefanalmare 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799542 Share on other sites More sharing options...
IronManJFF Posted January 3, 2023 Share Posted January 3, 2023 Clarification about ReservedMemory properties… Is size the total number of bytes reserved or the number of 4KB pages to reserve ? General question : Can numbers be expressed in hexadecimal in config.plist ? Thanks. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799556 Share on other sites More sharing options...
STLVNUB Posted January 3, 2023 Share Posted January 3, 2023 Can Anyone Give Me A Working OC 0.8.8 EFI, Had A Huge Computer Crash and LOST Everything. Typing This on ONE Of My MacBook Air Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799557 Share on other sites More sharing options...
deeveedee Posted January 4, 2023 Share Posted January 4, 2023 6 hours ago, Stefanalmare said: HP xw4600, Intel(R) Core(TM)2 Extreme CPU X9650 @ 3.00GHz, AMD Radeon HD 7750 1 GB, OC 0.8.8, HfsPlusLegacy.efi, no issue. If you are not experiencing any issues with OC 0.8.8 LegacyBoot and HfsPlusLegacy.efi, it might help the Acidanthera developers if you post your configuration here. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799558 Share on other sites More sharing options...
deeveedee Posted January 4, 2023 Share Posted January 4, 2023 1 hour ago, STLVNUB said: Can Anyone Give Me A Working OC 0.8.8 EFI, Had A Huge Computer Crash and LOST Everything. Typing This on ONE Of My MacBook Air I'm not sure how this could possibly help you unless you have the identical hack, but my posted EFIs for OC 0.8.8 are here and here. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799559 Share on other sites More sharing options...
STLVNUB Posted January 4, 2023 Share Posted January 4, 2023 Just now, deeveedee said: I'm not sure how this could possibly help you unless you have the identical hack, but my posted EFIs for OC 0.8.8 are here and here. thanks, i'm just lazy and can tinker it to my system Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799560 Share on other sites More sharing options...
Stefanalmare Posted January 4, 2023 Share Posted January 4, 2023 9 hours ago, STLVNUB said: Can Anyone Give Me A Working OC 0.8.8 EFI, Had A Huge Computer Crash and LOST Everything. Typing This on ONE Of My MacBook Air Msi b560 pro-e, i5-10600K, rx 570 4gb (no SN, UUID and resources folder, OC 0.8.9): EFI.zip 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799571 Share on other sites More sharing options...
deeveedee Posted January 5, 2023 Share Posted January 5, 2023 (edited) I am blown away by the amount of debugging info provided by OpenCore to help diagnose boot issues. For those who are interested, this is good reading. If you haven't tried it, it's worth an experiment just to see the incredible detail provided in the debug reporting. EDIT: The OpenCore 0.8.8 LegacyBoot issue with HfsPlusLegacy.efi has been resolved here. Many thanks to Vit9696 and others who implemented the fix. Edited January 5, 2023 by deeveedee 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799651 Share on other sites More sharing options...
Stefanalmare Posted January 10, 2023 Share Posted January 10, 2023 For @linkline33: EFI.zip 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799829 Share on other sites More sharing options...
datafeedexpert Posted January 11, 2023 Share Posted January 11, 2023 On 1/3/2023 at 11:40 PM, Stefanalmare said: HP xw4600, Intel(R) Core(TM)2 Extreme CPU X9650 @ 3.00GHz, AMD Radeon HD 7750 1 GB, OC 0.8.8, HfsPlusLegacy.efi, no issue. Here your AMD Radeon 7750 Works with all the ports? Because i have Visiontek AMD Radeon DH 7750 2 GB (4x HDMI , 1x MiniDP) Only one port Works, Smbios : MacPro7,1 HP Z800 Workstation - Intel(R) Xeon(R) CPU E5620 @ 2.40GHz - OC 0.8.8 Legacy Boot Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799868 Share on other sites More sharing options...
Stefanalmare Posted January 11, 2023 Share Posted January 11, 2023 2 hours ago, datafeedexpert said: Here your AMD Radeon 7750 Works with all the ports? Because i have Visiontek AMD Radeon DH 7750 2 GB (4x HDMI , 1x MiniDP) Only one port Works, Smbios : MacPro7,1 HP Z800 Workstation - Intel(R) Xeon(R) CPU E5620 @ 2.40GHz - OC 0.8.8 Legacy Boot Just tried. HDMI and DVI without problem. I will report if VGA works, soon. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/322/#findComment-2799872 Share on other sites More sharing options...
Recommended Posts