RefindPlus Fails to Build with Monterey #14
Replies: 14 comments
-
Can you let me know which version of Mac OS you are trying to build on? Also, need to see where the build script is failing exactly. Thanks |
Beta Was this translation helpful? Give feedback.
-
Yes, I am trying Monterey booting through OCLP. If you’ve had success with
another OS, I could try that also, but I’m down to be a Guinea pig for
Monterey as well. I’ll get you a screen shot of the screen to follow this
email, it seems to be failing after completing the clean phase and when it
tries to build the toolkit it’s giving me an error message.
…On Wed, Jan 10, 2024 at 2:10 AM dakanji ***@***.***> wrote:
Can you let me know which version of Mac OS you are trying to build on?
I assume Monterey which I have never tried to build on myself and need to
test if this is the case.
Please cconfirm.
Also, need to see where the build script is failing exactly.
Please attach a screenshot of the terminal screen.
Thanks
—
Reply to this email directly, view it on GitHub
<https://github.com/dakanji/RefindPlus/discussions/174#discussioncomment-8076568>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFGTLYH63L6EJ2T6ZI3BI43YNZEHNAVCNFSM6AAAAABBUFICMCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANZWGU3DQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
hopefully these screenshots uploaded in order, i tried to include the
entire sequence for you. you can even see at the beginning where when I
build the infrastructure it requires me to force permissions at launch even
though I'm doing the operation as the super user.
…On Wed, Jan 10, 2024 at 2:10 AM dakanji ***@***.***> wrote:
Can you let me know which version of Mac OS you are trying to build on?
I assume Monterey which I have never tried to build on myself and need to
test if this is the case.
Please cconfirm.
Also, need to see where the build script is failing exactly.
Please attach a screenshot of the terminal screen.
Thanks
—
Reply to this email directly, view it on GitHub
<https://github.com/dakanji/RefindPlus/discussions/174#discussioncomment-8076568>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFGTLYH63L6EJ2T6ZI3BI43YNZEHNAVCNFSM6AAAAABBUFICMCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANZWGU3DQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks. I run Monterey on my MP31 as well but I build in BigSur (Mojave previously). |
Beta Was this translation helpful? Give feedback.
-
Thanks for that insight! I’ll be patiently waiting! I appreciate your
diligence!
…On Wed, Jan 10, 2024 at 6:10 AM dakanji ***@***.***> wrote:
Thanks.
I run Monterey on my MP31 as well but I build in BigSur (Mojave
previously).
I will try to build in Monterey to see what gives and get back to you
presently.
—
Reply to this email directly, view it on GitHub
<https://github.com/dakanji/RefindPlus/discussions/174#discussioncomment-8079349>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFGTLYCH4VWEXV3OCC4WC63YN2AMNAVCNFSM6AAAAABBUFICMCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANZZGM2DS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Took a proper look at the screenshots and I can see the issue. Your options:
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! I’ll look into it as I get time today! I may step back to a
clean install of Big Sur and work from there, if I still struggle on
Monterey!
…On Wed, Jan 10, 2024 at 6:34 AM dakanji ***@***.***> wrote:
Took a proper look at the screenshots and I can see the issue.
Python was basically removed from Monterey and certain parts of the build
relies on this
Your options:
- Use the prepackaged RefindPlus from the releases tab. The build
Python dependency will be sorted later
- Follw this: dakanji/RefindPlusUDK#12 (comment)
<#12 (comment)>
- Follw this: dakanji/RefindPlusUDK#12 (comment)
<#12 (comment)>
—
Reply to this email directly, view it on GitHub
<https://github.com/dakanji/RefindPlus/discussions/174#discussioncomment-8079587>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFGTLYHTNF3MGSRV2CQITGDYN2DERAVCNFSM6AAAAABBUFICMCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DANZZGU4DO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Good luck. I will move this under RefindPlusUDK |
Beta Was this translation helpful? Give feedback.
-
Can you try changing the last line of your That is, add |
Beta Was this translation helpful? Give feedback.
-
I will try that this evening and report back! Thanks!
…On Wed, Jan 10, 2024 at 10:29 AM dakanji ***@***.***> wrote:
Can you try changing the last line of your
Documents/RefindPlus/edk2/BaseTools/BinWrappers/PosixLike/build file
FROM: exec "${python_exe:-python}"
"$dir/../../Source/Python/$cmd/$cmd.py" "$@"
TO: exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py"
"$@" || true
That is, add || true to the end and see if it resolves the issue?
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFGTLYFJSPHW2HSOOSKNVCTYN26VJAVCNFSM6AAAAABBVCNXRGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DAOBSHAZDO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Here are my results after making the change you suggested. It seems to have
completed the toolkit, but still says i have a runtime error! ive included
the screen shots from this attempt. thanks for your help!
…On Wed, Jan 10, 2024 at 10:29 AM dakanji ***@***.***> wrote:
Can you try changing the last line of your
Documents/RefindPlus/edk2/BaseTools/BinWrappers/PosixLike/build file
FROM: exec "${python_exe:-python}"
"$dir/../../Source/Python/$cmd/$cmd.py" "$@"
TO: exec "${python_exe:-python}" "$dir/../../Source/Python/$cmd/$cmd.py"
"$@" || true
That is, add || true to the end and see if it resolves the issue?
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFGTLYFJSPHW2HSOOSKNVCTYN26VJAVCNFSM6AAAAABBVCNXRGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DAOBSHAZDO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I see. Please revert the change and use one of the other options. |
Beta Was this translation helpful? Give feedback.
-
I will thank you!
…On Wed, Jan 10, 2024 at 8:31 PM dakanji ***@***.***> wrote:
I see. Please revert the change. and use one of the other options.
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFGTLYFE4GWWHNM2TUR2LD3YN5FI3AVCNFSM6AAAAABBVCNXRGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DAOBZGI3TG>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
i have a 2008 CMP 3.1 that is currently corresponding with you via Mac OS Monterey via OCLP. Through that process, I learned a lot, and I'm now trying to install other OS on the computer, Windows 10 being the primary one. Everything I've seen points to RefindPlus being perfect for what I want to do. My issue is that after following all of the steps, to the letter, at this link. https://github.com/dakanji/RefindPlus/blob/GOPFix/BUILDING.md when i get to the build phase, it seems to be giving out more error codes than not and it ends in a "runtime error" in terminal. I'm not sure where i went wrong. I had to take a additional step of changing permissions for the RefindPlus folder (using "sudo chmod 755 'filename'") so that refindplusbuilder.sh could be launched in terminal. after doing that, it runs, but it ultimately fails. any help would be appreciated! I would like to have linux windows and modern mac os all on this machine if possible! thanks :)
Beta Was this translation helpful? Give feedback.
All reactions