Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libguestfs: error: source ‘./resources/OcBinaryData/Resources’ does not exist (or cannot be read) #24

Open
TheBuzzer67 opened this issue Apr 2, 2022 · 2 comments

Comments

@TheBuzzer67
Copy link

./generate-specific-bootdisk.sh --model="MacPro7,1" --serial="..." --board-serial="..." --uuid="..." --mac-address="..." --width="1920" --height="1080"

Gives the error:
libguestfs: error: source ‘./resources/OcBinaryData/Resources’ does not exist (or cannot be read)

@takov751
Copy link

takov751 commented Sep 5, 2022

I have solved it by symlinking osx-kvm same name directory as it's already pulled down . Then it's working , however with this boot image I have seems to be run into bootloop

@startergo
Copy link

Same here:

### copy files to disk image
'./tmp.config.plist' -> '/var/tmp/opencore-image-ng.sh-27629/config.plist'
# mkdir /ESP/EFI
# mkdir /ESP/EFI/OC
# mkdir /ESP/EFI/OC/Kexts
# mkdir /ESP/EFI/OC/ACPI
# mkdir /ESP/EFI/OC/Resources
# mkdir /ESP/EFI/OC/Tools
# copy-in /var/tmp/opencore-image-ng.sh-27629/EFI/BOOT /ESP/EFI
# copy-in /var/tmp/opencore-image-ng.sh-27629/EFI/OC/OpenCore.efi /ESP/EFI/OC
# copy-in /var/tmp/opencore-image-ng.sh-27629/EFI/OC/Drivers /ESP/EFI/OC/
# copy-in /var/tmp/opencore-image-ng.sh-27629/EFI/OC/Kexts /ESP/EFI/OC/
# copy-in /var/tmp/opencore-image-ng.sh-27629/EFI/OC/ACPI /ESP/EFI/OC/
# copy-in ./resources/OcBinaryData/Resources /ESP/EFI/OC/
libguestfs: error: source ‘./resources/OcBinaryData/Resources’ does not exist (or cannot be read)
### cleaning up ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants