Jump to content
8755 posts in this topic

Recommended Posts

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 by Matgen84
  • Like 2
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

  • Sad 2

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.

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 by polkaholga
typos
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

  • Like 1
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

  • Sad 1
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).

 

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

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.

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 by deeveedee
  • Like 2

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.

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.

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.  

  • Like 1
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

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

  • Like 3

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 by deeveedee
  • Like 3
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  
 

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.

  • Like 1
×
×
  • Create New...