elemental
elemental copied to clipboard
/usr/libexec missing on aarch64
After copying firmware and bootloader files on aarch64, cOS comes up nicely but then fails to mount /usr/libexec, resulting in a locked root account and no way out.
(Not sure if this is a ros-installer or a cOS-toolkit issue 🤷🏻 )
This looks like an issue while creating the base image. os2 requires the /usr/libexec path in the container image used to boot.
aarch64 support depends on https://github.com/rancher/elemental-toolkit/issues/1258 - otherwise can be achieved using the arm_image_builder.sh script in the toolkit repository.
This is considered fixed.