After I did two changes to my Ubuntu system today it didn't even boot any more. Let me explain further:
First thing: I want to develop my own Gnome Extensions - therefore I did a bit a research and might destroyed the gnome shell. I already used the GnomeTweak tool, but since I couldn't find a directory (according to my research) I tried: sudo apt install gnome-tweak-tool
.
Second: Simultaneously I was setting up Ubuntu and GitLab on my Raspberry Pi. By accident (didn't notice that I was working on my PC after a Pi reboot) I installed GitLab on my PC. Therefore I used the following commands:
sudo apt-get install -y curl openssh-server ca-certificates tzdata perl
sudo apt-get install -y postfix
Then I tried to remove the installed packages by simpy using
sudo apt remove curl openssh-server ca-certificates tzdata perl postfix
Later I noticed that my Gnome shell's icons were going crazy. Since I wasn't able to use my camera in a Zoom call I rebooted my PC and I came up to the following black screen:
/dev/sda6: clean, xxx/xxx files, xxx/xxx blocks
FYI: /dev/sda6 is my /, since I am on a dual boot system. Earlier I never had problem's with dual boot and my Windows10 is still working perfectly.
Did anyone came up across similar problems and can help me?
Since my data is synced to my server there won't be a data loss - happily.
I did some research about this black screen. Apparently on some system's it had something to do with their Nvidia graphics card - can't be the problem since my laptop's graphic card isn't from Nvidia.