From 9171b3178770e94fab37c2b69995c578eece116f Mon Sep 17 00:00:00 2001 From: Dario Iacampo Date: Thu, 10 May 2018 15:09:06 +0200 Subject: [PATCH] warn about an issue with Mac OS High Sierra --- source/hassio/installation.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 08a2744aede..61a0389196d 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -22,6 +22,16 @@ Hass.io images are available for all available Raspberry Pi and Intel NUC platfo - [Intel NUC][nuc] - Flash the downloaded image to an SD card using [Etcher]. + +

+ There is an [issue in the Etcher flashing process on Mac OS High Sierra](https://github.com/resin-io/etcher/issues/1908). + There is an easy workaround, just uncompress the image first. + + ```bash + bunzip2 -c resinos-hassio-1.1-raspberrypi3.img.bz2 > image.img + ``` +

+ - Optional - Setup the WiFi or static IP: On the SD-card, edit the `system-connections/resin-sample` file and follow the [ResinOS howto][resinos-network]. - Insert SD card to Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform).