elemental icon indicating copy to clipboard operation
elemental copied to clipboard

/usr/libexec missing on aarch64

Open kkaempf opened this issue 3 years ago • 2 comments

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 🤷🏻 )

kkaempf avatar Apr 26 '22 14:04 kkaempf

This looks like an issue while creating the base image. os2 requires the /usr/libexec path in the container image used to boot.

mudler avatar Apr 26 '22 14:04 mudler

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.

mudler avatar Jun 07 '22 07:06 mudler

This is considered fixed.

kkaempf avatar Oct 04 '22 15:10 kkaempf