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

Missing apfs.efi driver #46

Closed
irwir opened this issue Jan 6, 2019 · 3 comments
Closed

Missing apfs.efi driver #46

irwir opened this issue Jan 6, 2019 · 3 comments

Comments

@irwir
Copy link

irwir commented Jan 6, 2019

cp /Volumes/OS\ X\ Base\ System/usr/standalone/i386/apfs.efi "$FILE_EFI"

Does the script check that base system was mounted?
make clover goes on with the build and created an ISO file. The ISO would load, but no APFS disks would be visible because of the missing driver.

It was sufficient to change the script line to
readonly FILE_EFI="/usr/standalone/i386/apfs.efi"
That also simplified the process: no unpacking for the driver, and no deleting FILE_EFI in clean-up.

@AlexanderWillner
Copy link
Owner

Thanks!

@irwir
Copy link
Author

irwir commented Jan 9, 2019

That part was not addressed in commit:

no deleting FILE_EFI in clean-up.

rm -f Clover-v2.4k-4533-X64.iso clover.tar* "$FILE_LOG" "$DST_CLOVER.iso" "$DST_CLOVER.dmg" "$DST_DMG" "$DST_ISO" "$FILE_EFI" || true

@AlexanderWillner
Copy link
Owner

Good point!

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

2 participants