Project

General

Profile

Support #984

Tips for Installing Debian on TrueNAS 12

Added by Daniel Curtis 17 days ago. Updated 12 days ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Server
Target version:
Start date:
07/21/2025
Due date:
% Done:

100%

Estimated time:
0.50 h

Description

These are a few tips to help get Debian 11 running on TrueNAS 12. I tried to install Debian 12, however both Graphical and Text installers had issues running.

Set the VNC resolution

  • After adding the VM, expand the VM options and click on Devices .
  • Next open the options for the VNC device
  • Set the Resolution to 800x600
  • Click Save

Fix EFI

  • Power off the VM and remove the CDROM device from the VM
  • Power on the VM, the EFI boot will fail
    Wait until the EFI shell appears, the press Esc
  • Exit the EFI shell
    exit
    
  • Navigate to the Boot Maintenance Manager
  • Select Boot from file -> <NO VOLUME LABEL ... GPT ...> -> EFI -> debian -> grubx64.efi
  • Login as root and type the following commands to fix the EFI boot issue
    mkdir -p /boot/efi/EFI/BOOT/
    cp /boot/efi/EFI/debian/grubx64.efi /boot/efi/EFI/BOOT/bootx64.efi
    reboot
    

Resources

#1

Updated by Daniel Curtis 17 days ago

  • Status changed from New to Resolved
  • Description updated (diff)
#2

Updated by Daniel Curtis 17 days ago

  • % Done changed from 0 to 100
#3

Updated by Daniel Curtis 12 days ago

  • Tracker changed from Bug to Support

Also available in: Atom PDF