corpnewt / gibMacOS

Py2/py3 script that can download macOS components direct from Apple
MIT License
5.87k stars 776 forks source link

nbot found.... #79

Open ddm4313 opened 4 years ago

ddm4313 commented 4 years ago

File "C:\Users\dDm\Desktop\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 380, in select_package self.dd_image(disk, os.path.join(temp, hfs), clover_version) File "C:\Users\dDm\Desktop\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 418, in dd_image if clover_version == "OpenCore": self.install_oc(disk) File "C:\Users\dDm\Desktop\gibMacOS-master\gibMacOS-master\MakeInstall.py", line 490, in install_oc shutil.copy(os.path.join(temp,self.oc_boot),"{}/boot".format(part)) File "C:\Users\dDm\AppData\Local\Programs\Python\Python37\lib\shutil.py", line 248, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) File "C:\Users\dDm\AppData\Local\Programs\Python\Python37\lib\shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\dDm\AppData\Local\Temp\tmp6mincdv5\boot'

tucano3000 commented 4 years ago

I had same issue here

corpnewt commented 4 years ago

I should be able to fix this today - OcSupportPkg has been merged into OpenCorePkg, so I just need to change some pathing.

-CorpNewt

corpnewt commented 4 years ago

Should be fixed in this commit.

-CorpNewt

tucano3000 commented 4 years ago

It works now. It creates the opencore partition and returns to the main menu. Shouldn't this continue the installation when using "1O" instead of going back to the MENU?