I am currently using the Jetson Orin Development Kit. Recently, I cloned my original SSD to a new SSD, but I am experiencing an infinite boot loop when attempting to boot from the cloned SSD.
Current Situation
Successfully cloned the original SSD.
Connected the cloned SSD to the Jetson Orin Development Kit.
Configured the UEFI/BIOS settings to set the cloned SSD as the primary boot device.
Upon booting, the Jetson Orin enters an infinite boot loop.
Troubleshooting Steps Taken
Checked Boot Logs: Attempted to access the terminal and serial console during boot to check logs, but did not find any specific errors.
File System Integrity Check: Used the fsck command to verify the file system integrity of the cloned SSD.
Reinstalled Bootloader: Booted from a USB drive and attempted to reinstall the bootloader in a chroot environment, but GRUB commands do not work on Jetson Orin.
Reset UEFI/BIOS Settings: Restored settings to default but the issue persists.
Firmware Update: Checked and updated the firmware to the latest version available for Jetson Orin.
Questions
Are there any other methods to resolve the infinite boot loop issue with a cloned SSD on the Jetson Orin Development Kit?
I need advice on configuring CBoot settings or any other boot-related settings specific to Jetson Orin.
Could you provide detailed steps to ensure that the root filesystem, initrd, and kernel images are correctly placed on the cloned SSD?
Any advice or similar experiences shared would be greatly appreciated.
I will check the serial output and ask the question again comprehensively.
For now, I have several Orin dev kits.
When I say “clone,” it literally means copying the contents of one SSD to a new SSD exactly as they are.
Previously, I had perfectly flashed an SSD (at that time, I booted and used the Orin dev kit with this SSD). I cloned this SSD to a new SSD and then mounted this new SSD onto another Orin dev kit and changed the boot order to boot from this SSD, which caused the issue.