Ubuntu – Stop Ubuntu from loading GUI

14.04bootgui

I have read all the other info about this subject but can't get this to work.

I have a Tegra Jetson TK1 board with Ubuntu 14.04 on it, I tried to update and upgrade Ubuntu, but now I can no longer see anything on my screen after the initial start (the list of tasks in text mode and NVidia logo shows up and then the screen goes black).

I tried to hold the shift key while booting, push Ctrl-Alt-F1 among other things, but I can not stop the GUI to load.

Anyone knows hoe I can get a terminal so I can recover the OS?

Really appreciate you help.

Best Answer

I've worked with the Jetson TK1 and upgrading/updating Ubuntu is a known issue. The libglx.so file gets overwritten. You need to run: "sudo apt-mark hold xserver-xorg-core" before updating. See wiki page here for more info: http://elinux.org/Jetson_TK1#An_important_step_before_connecting_the_Jetson_to_Internet

Apparently this has been solved with the latest TK1 image provided by Nvidia.

I've had the best luck flashing the device using the JetPack. (https://developer.nvidia.com/jetson-tk1-development-pack). It requires Ubuntu 12/14 64-bit. And for some reason it takes up a many gigs of disk space and I can't seem to get rid of it even after uninstalling. You might want to take a snapshot before installing if you're using a VM.

Hope that helps.

-Mike

Related Question