pibakery icon indicating copy to clipboard operation
pibakery copied to clipboard

v2 Compatibilty with Catalina

Open jessearmand opened this issue 6 years ago • 3 comments

I've downloaded the latest pibakery on latest stable version of Catalina.

I setup the basics, installed all the Raspbian Lite and Raspbian Full. Then, I tried to write Raspbian Full on a newly formatted microSD (FAT32) card with 32 GB size.

Then, it fails with an error: Screen Shot 2019-11-06 at 3 18 51 PM

Is it because of this change?

PiBakery no longer bundles .img files in the installer/program. Instead, the user must supply their own Raspbian .img file. This means that any Raspbian-based .img can be used, with the possibility of other distros in the future

Then, should I put the images inside /Library/Application Support/PiBakery/os?

jessearmand avatar Nov 06 '19 07:11 jessearmand

This seems to be related to stricter disk access rules in Catalina (found a reference for the dependency Etcher: https://github.com/balena-io/etcher/issues/2833)

A way around it is to run PiBakery as root:

sudo /Applications/PiBakery.app/Contents/MacOS/PiBakery

christophevg avatar Nov 24 '19 17:11 christophevg

I got the same problem. Running PiBakery as root solve the problem also.

SergeStinckwich avatar Dec 15 '19 13:12 SergeStinckwich

On macOS Monterrey this is not longer working, anyone has a fix?

arturojain avatar Dec 22 '21 19:12 arturojain