question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Possible error now with OpenCore 0.6.2

See original GitHub issue

I was starting to make my bootable usb following the OpenCore guide, then I noticed the guide suddenly started referencing OpenCore 0.6.2, so I checked the OC github and found OC was just updated one hour ago, so decided to start over, so I ran MakeInstall.bat and with the “O” argument and now it’s giving me this error at the step of installing OC

Gathering info...
 - Got OpenCore-0.6.2-RELEASE.zip
Downloading...
Downloaded 4.03 MB of 4.03 MB (100.00%)
Extracting OpenCore-0.6.2-RELEASE.zip...
Gathering DUET boot files...
 - boot
 - boot0
 - boot1f32
Copying EFI folder to F:/EFI...
Traceback (most recent call last):
  File "C:\Users\Matías\Downloads\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 879, in <module>
    w.main()
  File "C:\Users\Matías\Downloads\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 875, in main
    self.main()
  File "C:\Users\Matías\Downloads\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 801, in main
    self.main()
  File "C:\Users\Matías\Downloads\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 874, in main
    self.diskpart_erase(selected_disk, use_gpt, clover_version)
  File "C:\Users\Matías\Downloads\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 310, in diskpart_erase
    self.select_package(disk, clover_version)
  File "C:\Users\Matías\Downloads\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 406, in select_package
    self.dd_image(disk, os.path.join(temp, hfs), clover_version)
  File "C:\Users\Matías\Downloads\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 444, in dd_image
    if clover_version == "OpenCore": self.install_oc(disk)
  File "C:\Users\Matías\Downloads\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 513, in install_oc
    shutil.copytree(os.path.join(temp,"EFI"), "{}/EFI".format(part))
  File "C:\Users\Matías\AppData\Local\Programs\Python\Python38\lib\shutil.py", line 552, in copytree
    with os.scandir(src) as itr:
FileNotFoundError: [WinError 3] El sistema no puede encontrar la ruta especificada: 'C:\\Users\\MATAS~1\\AppData\\Local\\Temp\\tmpnxifrywo\\EFI'

Script exited with error code: 1

“The system cannot find the path specified”

As I said before, it was working just a few hours ago when 0.6.1 was the latest release

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
corpnewtcommented, Oct 5, 2020

Should be fixed in the latest commit.

-CorpNewt

0reactions
d-birkheadcommented, Oct 6, 2020

I decided to try an external USB NVME drive and it worked flawlessly. I think the installer is fussy about drives for some reason.

Anyone encountering this should simply try a different USB drive.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Updating OpenCore and macOS
# Updating OpenCore · # 1. Download the latest release of OpenCore · # 2. Mount your EFI · # 3. Replace the...
Read more >
Stuck on boot. Opencore 0.6.2 big sur b10 : r/hackintosh - Reddit
Since beta 10 increased the kernel size and OpenCore 0.6.2 wasn't able to handle it the update was put into 0.6.3, so it...
Read more >
OpenCore 0.6.2 - Legacy Boot Problem - Page 2 - InsanelyMac
When I boot from the usb I get an error about acpi being borked, so looks like I have some work to do...
Read more >
OC 0.6.2 / Big Sur Beta 10 fresh install - Stuck on a reboot loop
Hi there, My Hackintosh rebooted during a fresh installation of Big Sur Beta 10 with OpenCore 0.6.2, and it got stuck on a...
Read more >
How to Update OpenCore Bootloader | Hackintosh - YouTube
How to Update OpenCore Bootloader | Hackintosh | Step By Step Guide.Stay up to date: ✓ https://goo.gl/t7F2DQClick to get notified about ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found