mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-28 16:52:21 +00:00
- Why I did it The existing grub configuration has a hardcoded "amd64" architecture in the kernel and initramfs names. This causes an error in the attempt to load the image compiled for a different architecture. - How I did it Use configured architecture in the GRUB config. - How to verify it Compile the image for Arm64 architecture and install it on the device.