Hi everyone! I’ve been working on a Jetson Nano, and my GUI has stopped loading after a reboot and I’m not stuck on a terminal login. While I can of course flash a new image, I’m looking to understand what happened.
My dmesg:
boot.log (60.1 KB)
So the last things I was working on were gstreamer. I was running the compiled tutorial codes that had video/audio and I did an export DISPLAY=:0
to make some errors go away because I was working on the nano via remote SSH. I installed a bunch of gstreamer plugins as stated
here.
I was also writing a Makefile before then that would compile all .c files in the folder and cleaning them. I think I could have accidentally did a rm -rf /bin
here while defining the phony targets but the stupidity was caught by the OS before any damage could be done and it was never in sudo. I checked my root files and they are there.
Lastly, a bluetooth keyboard for the nano was under a bunch of pillows on the sofa. I’m wondering if ctr + alt + fxx could persisted some virtual console changes? If so how do I get out of it? I read about the virtual console sessions here: tty - How do I get out of Ctrl + Alt + F3? - Ask Ubuntu
I’m running my display to a HDMI monitor. I’ve tried using startx
to force the GUI but it just hangs on the nvidia logo.