My Jetson Orin Nano Super Developer Kit fails to boot Ubuntu/JetPack 6.2 from SD card: after the NVIDIA boot splash and firmware log (see attached image), the display goes fully black except for a blinking underscore/cursor in the corner. The board remains powered up and fan runs as normal. There are no further messages, desktop, or login prompt.
Hardware & Setup:
Jetson Orin Nano Super (2025 revision)
Official NVIDIA power supply (12V/3A)
Samsung EVO 64GB and SanDisk Ultra 32GB SD cards (Class 10, U3)
HDMI connection directly to FullHD and 4K monitors (tested both)
No SSD, USB devices, or extras attached during testing
Steps Tried And Observed Behavior:
Downloaded official JetPack 6.2 SD card image from NVIDIA.
Flashed card using Balena Etcher with verification.
Inserted SD card and powered board with only HDMI, keyboard, and mouse.
Boot proceeds normally through UEFI splash/logo (see image), shows logs:
“Attempting Recovery Boot”
“EFI stub: Booting Linux Kernel…”
“EFI stub: Using DTB from configuration table”
“EFI stub: Loaded initrd from LINUX_EFI, INITRD_MEDIA_GUID device path”
“EFI stub: Exiting boot services…”
Immediately after, display becomes black and shows only a blinking “_”. No change after several minutes.
Tried multiple SD cards, HDMI cables, and monitors. All give identical result.
Waited over 10 minutes, behavior unchanged.
Confirmed power supply voltage/current is stable and official.
Here the image what i got before the black screen.
*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, I’ll attempt to troubleshoot the issue with your Jetson Orin Nano Super Developer Kit.
Symptoms:
The board fails to boot Ubuntu/JetPack 6.2 from an SD card.
After the NVIDIA boot splash and firmware log, the display goes fully black except for a blinking underscore cursor in the corner.
The board remains powered up, and the fan runs as normal.
There are no further messages, desktop, or login prompt.
Hardware and Software Configuration:
Jetson Orin Nano Super Developer Kit (2025 revision)
Official NVIDIA power supply (12V, 3A)
Samsung EVO 64GB and SanDisk Ultra 32GB SD cards (Class 10, U3)
HDMI connection directly to FullHD and 4K monitors (tested both)
No SSD, USB devices, or extras attached during testing
Downloaded official JetPack 6.2 SD card image from NVIDIA
Flashed card using Balena Etcher with verification
Troubleshooting Steps:
Verify the SD card image: Ensure that the SD card image is correctly flashed and verified using Balena Etcher.
Check the SD card: Try using a different SD card to rule out any issues with the current one.
HDMI connection: Verify that the HDMI connection is secure and try using a different HDMI cable or monitor.
Power supply: Confirm that the power supply voltage/current is stable and official.
Boot logs: Analyze the boot logs to see if there are any error messages or clues that might indicate the cause of the issue.
Comparison with Similar Issues:
The issue seems similar to the one described in the context: “Jetson Orin Nano Developer Kit – Black Screen and Fan Stops After Boot (JetPack 5.1.3)”.
However, the symptoms are slightly different, as the fan continues to run in your case.
Another similar issue is “Booting issue Jetson Orin Nano boot, jetson”, but the solution is not provided in the context.
Potential Causes:
Corrupted SD card image or incorrect flashing process
Incompatible or faulty SD card
HDMI connection issues or incompatible monitor
Power supply problems or insufficient power
Boot loader or kernel issues
Recommendations:
Try re-flashing the SD card with the official JetPack 6.2 image and verify the process.
Use a different SD card to rule out any issues with the current one.
Verify the HDMI connection and try using a different HDMI cable or monitor.
Ensure that the power supply is stable and official.
Analyze the boot logs to see if there are any error messages or clues that might indicate the cause of the issue.
If none of these troubleshooting steps resolve the issue, it may be helpful to provide more information about the boot logs or any error messages that appear during the boot process.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
The GPU driver is fine, but the display manager (GDM/X11) fails to bind to the HDMI display at boot often due to EDID detection issues or HDMI being connected after boot.
Try to login from Macbook via USB: screen /dev/tty.usbmodem* 115200
Temporary Fix:
sudo systemctl restart gdm
This immediately brings up the login screen.
Permanent Fix:
Force HDMI output by editing /boot/extlinux/extlinux.conf and adding:
video=HDMI-A-0:1920x1080@60
at the end of the APPEND ${cbootargs} line.
2. Make sure GDM is enabled at boot:
sudo systemctl enable gdm
sudo reboot
Notes:
Freeing disk space may be required if reinstalling NVIDIA packages fails.
NVIDIA driver stack can be reinstalled using JetPack 6.x packages: