eprigorodov / mkosxinstallusb

Linux shell script that creates USB flash drive booting OS X installer
Apache License 2.0
45 stars 10 forks source link

Catalina: The installer resources were not found. #9

Closed JonnyTech closed 3 years ago

JonnyTech commented 3 years ago

The message occurs when making a bootable drive using Linux for Catalina. Any ideas?

IMG_20201117_203850

List of files on the drive: filelist.txt

eprigorodov commented 3 years ago

That is essentially the same as #1: since High Sierra Apple changed something in the installer media so that this very method does not work anymore.

You can find a kind of solution in forked repositories.

JonnyTech commented 3 years ago

OK, thanks.