Using ClusterHAT-2017-11-29-lite-2-usbboot.zip to boot two zeros over usb. Followed directions,worked perfectly. Later I did sudo apt-get update & upgrade on the controller with no issues. But when I do update & upgrade from the zeros they do not boot. LED flashes but does not stay on or boot. I have done this twice to confirm. Individual zeros work until upgrade.
Ideas?
for I in 1 2 3 4 ; do for V in `(cd /var/lib/clusterhat/nfs/p$I/lib/modules/;ls|grep -v v7)`; do chroot /var/lib/clusterhat/nfs/p$I/ /bin/bash -c "mkinitramfs -o /boot/initramfs.img $V" donedone./commd.sh: line 3: cd: /var/lib/clusterhat/nfs/p1/lib/modules/: No such file or directorychroot: failed to run command ‘/bin/bash’: No such file or directory