ERROR: PARTUUID=bbc76f97-xxxx-xxxxx-xxxx-92697925be65 mount fail

When I boot the Jstson Orin Nano, the following error occured:


And I check this rootfs at boot configuration, an found that:
image
So, system try to mount rootfs which uuid=bbc76f97-xxxxx-…
And My NVME disk rootfs uuid=1E5A432C-xxxx-…
How Can I fix it?

I solver it!

  1. copy the uuid frome boot configuration(here is 1E5A432C-xxxx-…)
  2. use command write it to Linux_for_Tegra/bootloader/l4t-rootfs-uuid.txt
    sudo vim l4t-rootfs-uuid.txt
    :<pase it>
    
  3. sudo ./flash.sh --reuse-uuid jetson-orin-nano-devkit-nvme internal

Note:
plesase use lower-case to l4t-rootfs-uuid.txt

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.