diff --git a/content/SCALEUIReference/Apps/_index.md b/content/SCALEUIReference/Apps/_index.md index 202fcbae2b..ec2b9b8f17 100644 --- a/content/SCALEUIReference/Apps/_index.md +++ b/content/SCALEUIReference/Apps/_index.md @@ -97,15 +97,18 @@ The **Address Pools** shows the current IP address and subnet mask for the netwo **Base** shows the default IP address and subnet, and **Size** shows the network size of each docker network that is cut off from the base subnet. Select a predefined range from the dropdown list. -**Install NVIDIA Drivers** shows if the system has an NVIDIA GPU installed. Select to enable TrueNAS to manually install drivers for this device. -Systems with non-NVIDIA GPU devices do not show this option, but they are selectable in the app installation wizards in the **Resources Configuration** section for the app. - {{< hint type="info" title="Apps Troubleshooting Tip!" >}} This setting replaces the Kubernetes Settings option for Bind Network in 24.04 and earlier. Use to resolve issues where apps experiences issues where TrueNAS device is not reachable from some networks. Select the network option, or add additional options to resolve the network connection issues. {{< /hint >}} +**Install NVIDIA Drivers** shows if the system has an NVIDIA GPU installed. +Select to enable TrueNAS to manually install drivers for this device. +When the TrueNAS Debug Kernel is enabled, NVIDIA drivers are disabled. + +Systems with non-NVIDIA GPU devices do not show this option, but these GPUs are selectable in the app installation wizards in the **Resources Configuration** section for the app. + **Check for docker image updates** sets TrueNAS to check for docker image updates (default setting). ## Applications Table diff --git a/content/SCALEUIReference/SystemSettings/AdvancedSettingsScreen.md b/content/SCALEUIReference/SystemSettings/AdvancedSettingsScreen.md index 51b6af2258..213604b5dd 100644 --- a/content/SCALEUIReference/SystemSettings/AdvancedSettingsScreen.md +++ b/content/SCALEUIReference/SystemSettings/AdvancedSettingsScreen.md @@ -99,7 +99,7 @@ The **Kernel** widget shows options for configuring the Linux kernel installed w {{< truetable >}} | Settings | Description | |----------|-------------| -| **Enable Debug Kernel** | Set to boot a debug kernel after the next system reboot. | +| **Enable Debug Kernel** | Set to boot a debug kernel after the next system reboot. This is intended for troubleshooting scenarios only and should typically remain disabled. Enabling this option disables any Nvidia drivers present on the system. | {{< /truetable >}} {{< /expand >}}