sickcodes / osx-serial-generator

Mac Serial Generator - Generate complete sets of Serial Numbers for OSX-KVM, Docker-OSX and of course, OpenCore.
GNU General Public License v3.0
1.61k stars 159 forks source link

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

Open TheBuzzer67 opened 2 years ago

TheBuzzer67 commented 2 years ago

./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 commented 2 years ago

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 commented 6 months ago

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 ...