login: root password: password legacy kernel image update to the current version of the rootfs 2020.12.18 kernel version 5.10.3 installation on a sdcard Unpack the IMAGE file and record by running the following on the SD card ( /dev/mmcblk0 = your sd card device ): dd if=slarm64-current-*-base-rootfs-*-build-*.img of=/dev/mmcblk0 bs=1M or zstdcat slarm64-current-*-base-rootfs-*-build-*.img.zst > /dev/mmcblk0 installation on a USB-SSD/HDD Flash the image to USB-SSD/HDD: >> dd if=slarm64-current-*-base-rootfs-*-build-*.img of=/dev/sda bs=10M example : dd if=slarm64-current-*-xfce-rootfs-*-build-*.img of=/dev/sda bs=10M then edit 2 files in USB-SSD/HDD: >> mount /dev/sda2 /media >> mount /dev/sda1 /media/boot >> sed -i 's:mmcblk0p:sda:' /media/boot/uEnv.txt >> sed -i 's:mmcblk0p:sda:' /media/etc/fstab 2 version of the transfer a system with the SD to eMMC, you need to boot from the start and run the script: setup or setup.sh