Boot Freeze with "ERROR: nvme0n1p1 not found" After Installing Custom Kernel with PreemptRT Patch

Hello everyone,

I previously posted a question about installing a custom kernel on my Jetson device.

After building and installing a custom kernel with the PreemptRT patch, my system now displays “ERROR: nvme0n1p1 not found” during boot and freezes completely.

I’ve already checked the following issue and tried the suggested solution of unpacking the standard initrd image and reflashing it, but the problem persists:

I have two questions:

  1. I’m not entirely confident that I followed the procedure in the linked issue correctly. Could someone please provide the specific commands I should execute to properly implement this fix?

  2. Are there any other potential issues that could be causing this problem besides what was mentioned in the linked thread?

Thank you!

Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!

1 Like

Hi,
Please check the posts and see if any steps are missing:
When enabling rt build in Jetpack6.2, white noise appears on the screen during restart - #5 by DaneLLL

1 Like

Hi carolyuu and DaneLLL,

Thank you for the information. It seems like this should work.
I can’t try it right away, but I’ll let you know once I’ve tested it, hopefully by the end of next week.

Is this still an issue to support? Any result can be shared?

I apologize for the delayed response.

I tried it today and was able to successfully boot the system.
Thank you very much for the information you provided!