Booting Issue on Jetson Orin Nano with Minimal Root Filesystem - PARTUUID Mount Fail

Hi,

Looks like the issue here is

  1. In minimal rootfs, pcie driver won’t get loaded even when driver is in /lib/modules/.

  2. Somehow initrd does not have pcie driver installed either

With above 2, pcie driver is gone so nvme driver won’t be up. Sdcard and usb driver are in the kernel image but not ko files so won’t get affected.

Please run below command in your BSP directory and flash the board again. This shall let you boot.

Linux_for_Tegra$ sudo ./tools/l4t_update_initrd.sh

1 Like