Jetson Nano 2GB error cp: not writing through dangling symlink 'etc/resolv.conf'

Hello @JerryChang,

Thank you for your reply. Actually, I couldn’t start VNC (although I set it up correctly) when I had this mistake. I have recently resolved the issue this way:
As far, as I understood, the problem was “The real problem you have is the desktop manager (gdm3) seems not able to turn on so desktop is gone”. I did this:

  1. via ssh (USB device mode) I installed nano editor on my Jetson (since it’s the best way to reach config files on Jetson via ssh):
    sudo apt install nano
  2. then I opened and correted a mistake in desktop resolution in /etc/X11/xorg.conf:
    sudo nano /etc/X11/xorg.conf
  3. and made a reboot:
    sudo systemctl reboot

That’s it.
Below is a usefull link if there is a problem with gdm3 and or gnome:

Thank you for your support.