We trying to boot Orin NX with PXE server. We have configured DHCP Server, TFTP Server and NFS Kernel Server as per this document and steps from this link. We have changed Boot Priority configurations to PXE in Orin NX. We are able to see the UEFI boot over PXE but after loading Linux and Kernel, booting is ending with Error
EFI stub: booting Linux kernel
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map
We are using ORIN NX Developer Kit with Jetpack Version 5.1.2 Jetson Linux 35.4.1.
I have attached the Serial Console Output. Can you please provide steps how to setup the Orin NX PXE bootable?
Yes, we have configured boot from NFS.
By Error, I mean we are unable to boot Orin NX over PXE Server.
Problem:
We are facing difficulties when attempting to set up a PXE server for imaging Nvidia Jetson Orin NX device.
Setup details:
Host computer: PXE server configured on x86 processor
Target Orin NX development board
Summary of observations:
The device successfully reaches the GRUB menu but loses signal shortly after selecting an entry, leading to a black screen.
Following brief messages appearing before the display loss occurs.
- EFI stub: booting Linux kernel
- EFI stub: Using DTB from configuration table
- EFI stub: Exiting boot services and installing virtual address map
After the display loss, the device fan stops, and neither the fan nor the display resumes for an extended period.
For more, sequence of steps followed:
Configured isc-dhcp-server, tftp server, nfs server
I’ve checked this log shared from you.
It seems your current issue is not from PXE boot since you’ve configured it correctly and boot from nfs.
It seems lost display after it boots into kernel.
Have you tried using this BSP package (<Linux_for_Tegra>/) to flash to NVMe SSD connected on Orin NX directly?
In addition, are you connecting a DP monitor on the devkit directly?
depmod: WARNING: could not open modules.order at /lib/modules/5.10.120-tegra: No such file or directory
depmod: WARNING: could not open modules.builtin at /lib/modules/5.10.120-tegra: No such file or directory
Have you checked if there’re files under <Linux_for_Tegra>/rootfs/lib/modules/5.10.120-tegra on your host?
With the following document, we are Able to do boot (Orin NX system) from pxe serer (host x86 computer).
After completed the pxe boot, we are able to ssh into the Orin NX system.
need help to get clarification on following:
After pxe boot , unable to do get root access.
If we do “sudo” following error was getting sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
We are unable to login as root user. What is the password to login as root?
Have you tried to run Skipping oem-config to configure the username/password in the BSP package(Linux_for_Tegra/) which is used for nfs boot on your host?