Add efi=noruntime to Jetson Nano kernel parameters.

Fixes board not properly powering off and rebooting.
This commit is contained in:
Kevin Schmidt
2023-12-13 02:21:53 +01:00
committed by Igor
parent e9332d575c
commit 05b0f22e71

View File

@@ -6,6 +6,6 @@ declare -g KERNEL_TARGET="current,edge"
declare -g BOOT_LOGO=desktop
declare -g GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0,115200n8"
declare -g GRUB_CMDLINE_LINUX_DEFAULT="efi=noruntime console=ttyS0,115200n8"
declare -g BOOT_FDT_FILE="nvidia/tegra210-p3450-0000.dtb"
enable_extension "grub-with-dtb"