Raspberry pi 3b+ does not boot RancherOS v1.5.0

Hello everyone,

Currently, I’m trying to install RancherOs v1.5.0 on my Pi3 b+ but (probably because of lack of sleep ) I believe I’m failing on something really basic that I can’t figure out why:

Steps I’m Following:

  1. Download image: https://releases.rancher.com/os/v1.5.0/arm64/rancheros-raspberry-pi64.zip
  2. Burn into SD with Etcher
  3. Eject, plug into pi and nothing Happens.

What i could be missing… ?

I can boot ROS 1.5.0 successfully on my Pi3 b+.
My Steps:

  1. download image: https://releases.rancher.com/os/v1.5.0/arm64/rancheros-raspberry-pi64.zip
  2. unzip rancheros-raspberry-pi64.zip
  3. diskutil umount /dev/disk2s1
  4. sudo dd bs=1m if=rancheros-raspberry-pi64.img of=/dev/rdisk2 conv=sync
  5. diskutil unmountDisk /dev/disk2