Jetson Orin developer kit upgrade to ubuntu 22.04 from 20.04 does not boot up after upgrade

The Jetson Orin Developer Kit out of box is with ubuntu 20.04 . When performing updates using

sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo do-release-upgrade

Once the upgrade process is complete and system reboots. The screen goes blank and OS screen does not show up.

Is there any correct way of upgrading the Jetson Orin AGX developer kit

Hi ashokkumar_ruparam,

What’s the Jetpack version in use?
You can run the following command to check.

$ cat /etc/nv_tegra_release

If you want to update to Jetpack 6.0 (L4T R36.3.0 based on Ubuntu22.04) for the devkit, you can choose either the following methods.

  1. Get a standalone Ubuntu PC and use SDK Manager to flash Jetpack 6.0 GA directly.
  2. refer to Updating Jetson Linux with Image-Based Over-the-Air Update for details