求助jetson agx orin 无法正常开机(如何进入命令行模式)HelpJetson AGX Orin Won't Turn On Properly (How to Enter Command Line Mode)

请使用下面的模版提问(创建话题后勾选相应的选项):
Jetson 模组
[✓] Jetson AGX Orin

问题描述
*jetson agx orin 无法正常开机,推测可能的原因是上次关机的时候剩余的存储空间太小,请问如何只进入设备的命令行模式,删掉一些文件进行开机?设备使用的是板载的64G存储空间。
Jetson AGX Orin can’t boot normally, it is speculated that the possible reason is that the remaining storage space is too small when the last shutdown, how can I just enter the command line mode of the device and delete some files for booting? The device uses 64G of onboard storage.

多个代码格式化文本*

与通常Linux启动选项类似。

  1. 开机时反复按Esc键,进入UEFI/GRUB菜单。
  2. 在启动项上按e编辑启动参数。
  3. 找到以linux 开头的那一行,在行尾添加:init=/bin/bash
  4. Ctrl+XF10启动,此时系统会进入命令行模式(root权限)。