In GRUB Kubuntu 18.04 LTS is named just "Ubuntu".
Here's part of tlp-stat output (Kubuntu 18.04 LTS is named here "Ubuntu 18.04 LTS"):
+++ System Info
System = LENOVO ThinkPad X200s 7470BB1
BIOS = 6DET60WW (3.10 )
Release = Ubuntu 18.04 LTS
Kernel = 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64
/proc/cmdline = BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic root=UUID=22ed8f7d-5226-4f0a-a497-2889c2b9e647 ro quiet splash vt.handoff=1
Init system = systemd v237
Boot mode = BIOS (CSM, Legacy)
I'm dualbooting Kubuntu 18.04 LTS with Windows 10. I was dualbooting Ubuntu 18.04 LTS with Windows 10 before. I replaced Ubuntu 18.04 LTS with Kubuntu 18.04 LTS by formatting Ubuntu's partitions (swap, / and /home) and installing Kubuntu on them.
Did I mess something up? Should names "Ubuntu" instead of "Kubuntu" bother me? My biggest concern is TLP not recognising Kubuntu properly and consequently not handling battery life as well as before.
I have Ubuntu 16.04, Kubuntu 16.04, Kubuntu 18.04, and Lubuntu 18.04 all on my machine. GRUB shows them all as Ubuntu. I know which is which by the
sdx
information (wherex
is a number) because I kept track of what was being installed and where.From
/boot/grub/grub.cfg
:sudo fdisk -l
also doesn't reveal the flavor:And neither is
sudo parted -l
helpful:But
/var/log/installer/media-info
should reveal the flavor you've currently booted into:I doubt that entries in GRUB affect the performance of TLP.
In the folder
/etc/grub.d
you will find shell scripts (e.g.10_linux_proxy
). You can edit the line (in my case)to
and/or
You have to do this as Root. Be careful and backup before editing. Also make a backup of the
grub.cfg
file (/boot/grub
) first. When you're done runsudo update-grub
in the terminal. This will generate a newgrub.cfg
in which you can see the changes you made.You can also use the program grub-customizer for a more graphical experience. Double click on an entry and rename it. Safe your changes when you are done. Make backups first. I recommend you make 1 change first, save it, reboot and see if your Kubuntu now is Kubuntu or something else. If you named it Kubuntu and it is Lubuntu just change the name and save it.
grub.cfg and 10_linux_proxy