al3xtjames / Gigabyte-GA-Z77X-macOS-Install

Support files for running macOS on Gigabyte 7 Series motherboards
101 stars 26 forks source link

"no such file or directory" during installation #45

Closed Philipondio closed 7 years ago

Philipondio commented 7 years ago

Hi Alex! Running the script, I get the following errors no such file or directory (running 10.12.3):

Generating SMBIOS data: _genSMBIOSData:12: no such file or directory: /Users/xxx/Gigabyte-GA-Z77X-DSDT-Patch/modules/MacGen/simpleMacSerial.sh _genSMBIOSData:13: no such file or directory: /Users/xxx/Gigabyte-GA-Z77X-DSDT-Patch/modules/MacGen/simpleMLBSerial.sh

Beside that, everything in the script installs fine.

Is this a problem? Thanks!

Philipondio commented 7 years ago

When I finish the installation and reboot, I can't get into the Clover bootscreen anymore. Instead, I get this error:

Reboot and Select proper Boot device or Insert Boot Media in selected Boot device and press a key

janko84 commented 7 years ago

I have the same problem, any suggestion?

HypervisorX commented 7 years ago

can you confirm you followed the instructions for setup in github wiki for this project, including the UEFI configuration? also what hardware are you using?

janko84 commented 7 years ago

I have z77x-d3h, i7 3770 and gtx660, I pulled this version: git clone --recursive https://github.com/theracermaster/Gigabyte-GA-Z77X-DSDT-Patch --branch sierra and than - ./GA-Z77X.sh --install I already had clover installed and I did your tweak https://github.com/theracermaster/Gigabyte-GA-Z77X-DSDT-Patch/pull/46/commits/602447b4dcb9a206dc8c567826d6e4eedee20cf8, config.plist is fully generated now, but clover boot manager still don't work.

al3xtjames commented 7 years ago

Should be fixed in v2.0.0.

janko84 commented 7 years ago

Thanks for the update, but I have the new problem now: ./GA-Z77X.sh: line 234: /Users/janko/Gigabyte-GA-Z77X-macOS-Install-master/acpi/tools/mount_efi.sh: No such file or directory - I have tried to mount efi partition manually but error still persists.

al3xtjames commented 7 years ago

Make sure that you clone the repo with git clone --recursive. mount_efi.sh is included in one of the submodules.