OrinNX JP5.1.2 启动阶段卡在NVIDIA图标 显示IPV4 IPV6很久问题

OrinNX JP5.1.2修改UEFI启动项(使用键盘 ESC进入启动配置)

把硬盘设置成第一启动项且保存配置后

发现再次断电启动后

发现硬盘启动又被恢复到非第一启动项

导致仍然卡在 IPV4 IPV6 环境很久

Hi @JiaZW,

Please confirm that you changed the default boot order using the following menu path:

Boot Maintenance ManagerBoot OptionsChange Boot Order

This is the documented procedure for changing the default UEFI boot order in Jetson Linux R35.4.1:

To determine whether BootOrder is being changed after the power cycle, or whether the drive is not detected by UEFI during cold boot, please run the following command at both points and share the complete outputs:

  1. After saving the UEFI boot order and booting into the system:

    sudo efibootmgr -v
    
  2. After fully removing power, reproducing the issue, and booting into the system again:

    sudo efibootmgr -v
    

Please keep all peripherals connected in the same way during this test. Also confirm whether you are using the NVIDIA Developer Kit or a custom carrier board, and specify the drive type, such as NVMe or USB storage.

Recommendation: Please do not reflash the device or modify the DTBO yet. First compare BootOrder and the corresponding boot entries in the two outputs.

Thanks.