0

I've installed updates and noticed that my Ubuntu 16.04 changed it's recognition to elementary OS. There is elementary everywhere, in grub (no more Ubuntu) In the settings menu:

right corner click

I mean, it's not a huge issue, by I love Ubuntu and would not like to see it anywhere

stumblebee
  • 3,547
Artemio
  • 29
  • 2
    Did you install or configure any Elementary OS repositories on your system? You might've tried adding an eOS repo to your system to gain access to something, and it overwrote what was there in Ubuntu. (In essence, you're technically on eOS if this is what you did, and you might have 'reinstall' to return to Ubuntu specifically, depending on exactly what had changed on the system...) – Thomas Ward Apr 16 '18 at 22:47
  • nope, simple apt-get update and upgrade – Artemio Apr 16 '18 at 22:51
  • Include the output of cat /etc/apt/sources.list /etc/apt/sources.list.d/*.list as an edit to your question. – Thomas Ward Apr 16 '18 at 22:52
  • but it looks like I've found my answer here https://askubuntu.com/questions/817589/unity-shows-wrong-distribution-name sorry for the dublicate – Artemio Apr 16 '18 at 22:52
  • to make it fast to find, this fixes the issue sudo apt-get --reinstall install base-files/xenial-updates – Artemio Apr 16 '18 at 22:55
  • @Artemio If you found a solution, please make it a proper answer. Comments are not persistent and besides this site is QA ( question/answer) format, not forum. Cheers ! – Sergiy Kolodyazhnyy Apr 16 '18 at 23:03
  • 2
    If the related post gave you exact answer, i.e. exactly the solution, then this question can be considered a duplicate and subject to voting – Sergiy Kolodyazhnyy Apr 16 '18 at 23:04

1 Answers1

1

Fast fix for ubuntu 16

sudo apt-get --reinstall install base-files/xenial-updates

After reboot this has fixed all my issues

Artemio
  • 29