davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.48k stars 146 forks source link

Hidden dependency on kpartx under linux #90

Open pelrun opened 7 years ago

pelrun commented 7 years ago

If kpartx isn't installed then a non-useful "undefined: not able to write image undefined" error is thrown after the image is written but before the configuration is.

Needs a mention in the installation instructions and a runtime check to see if it's present.

aaronpalermo commented 5 years ago

My error did mention kpartx, but only after several minutes of writing the SD card, then errored out. Checking for kpartx prior to writing the SD card would definitely be helpful.

davidferguson commented 5 years ago

Good idea, I'll be adding this in to the next version.

00p513-dev commented 4 years ago

I got this error on the version 2 pre-release. Maybe this should be added?