Kubuntu 18.04 LTS named Ubuntu in GRUB and tlp-stat
Solution 1:
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 (where x
is a number) because I kept track of what was being installed and where.
From /boot/grub/grub.cfg
:
menuentry 'Ubuntu'
submenu 'Advanced options for Ubuntu'
menuentry 'Ubuntu 16.04.4 LTS (16.04) (on /dev/sda3)'
submenu 'Advanced options for Ubuntu 16.04.4 LTS (16.04) (on /dev/sda3)'
menuentry 'Ubuntu 16.04.4 LTS (16.04) (on /dev/sda5)'
submenu 'Advanced options for Ubuntu 16.04.4 LTS (16.04) (on /dev/sda5)'
sudo fdisk -l
also doesn't reveal the flavor:
$ sudo fdisk -l
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 1ACBE91E-130E-446E-9740-008010615D1D
Device Start End Sectors Size Type
/dev/sda1 2048 1026047 1024000 500M EFI System
/dev/sda2 1026048 7317503 6291456 3G Microsoft basic data
/dev/sda3 7317504 380581887 373264384 178G Linux filesystem
/dev/sda4 1937289216 1953523711 16234496 7.8G Linux swap
/dev/sda5 994983936 1613765185 618781250 295.1G Linux filesystem
/dev/sda6 380581888 994981887 614400000 293G Linux filesystem
/dev/sda7 1613766656 1937289215 323522560 154.3G Linux filesystem
Partition table entries are not in disk order.
And neither is sudo parted -l
helpful:
$ sudo parted -l
Model: ATA TOSHIBA MQ01ABD1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 525MB 524MB fat32 EFI system partition boot, esp
2 525MB 3747MB 3221MB fat32 Basic data partition msftdata
3 3747MB 195GB 191GB ext4
6 195GB 509GB 315GB ext4
5 509GB 826GB 317GB ext4
7 826GB 992GB 166GB ext4
4 992GB 1000GB 8312MB linux-swap(v1)
But /var/log/installer/media-info
should reveal the flavor you've currently booted into:
Kubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
I doubt that entries in GRUB affect the performance of TLP.