Grub saying Ubuntu by default instead of Kubuntu. This has been a thing with you guys. Sometimes you fix it sometimes you don't. But you guys do an excellent Job and should take credit for it. Plus dual boot with Ubuntu and Kubuntu gets interesting.
Announcement
Collapse
No announcement yet.
Grub Label
Collapse
X
-
You can change it to say Kubuntu if you want by editing as the /etc/default/grub file to look like this.
#GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_DISTRIBUTOR='KUBUNTU'Dave Kubuntu 20.04 Registered Linux User #462608
Wireless Script: http://ubuntuforums.org/showthread.p...5#post12350385
- Top
- Bottom
- Likes 1
Comment
-
Yes, this is why when I try to boot windows it says MS NT.............
I am aware of how to fix it. You are missing the simple fact that I should not have too. It literally would take about 15mins of time to make this fix. If you have a new user who installs Kubuntu and it first boots and shows Ubuntu they are going to be confused. It also makes the distro seem hacky/buggy instead of the polished thing it actually is.
- Top
- Bottom
Comment
-
The thing is, Kubuntu is NOT a separate distro from Ubuntu. Think Fedora KDE as a good comparison. A custom ISO image that provides Fedora with Plasma instead of Gnome.
Fortunately they wisely didn't decide to call the project "Kedora".
Yes, Kubuntu is a crappy name, and this is the entire reason for the "confusing" aspect that somehow has NOT been a widely reported problem over a large number of years.
Kubuntu would have to create and maintain, and help support separate grub packages, and though entirely possible, it is not something that they are willing or able to do. And/or papa Ubuntu won't let them do so, for quite valid reasons.
Same thing happens on other "Flavours" as well, and is nothing new.Last edited by claydoh; Jan 23, 2024, 06:51 PM.
- Top
- Bottom
Comment
-
The “OS” is Ubuntu; the kernel. Kubuntu is the KDE Plasma DE (Desktop Environment).Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
-
But to be honest I haven't visited this topic in so long that I can't recall what the technical reasons, if any, or policies that there may be that prevents a separate and unique grub entry for each of Ubuntu's flavours.
- Top
- Bottom
- Likes 1
Comment
-
Originally posted by claydoh View PostBut to be honest I haven't visited this topic in so long that I can't recall what the technical reasons, if any, or policies that there may be that prevents a separate and unique grub entry for each of Ubuntu's flavours.
[^1]: Maybe that's related to https://lists.ubuntu.com/archives/ra...il/009067.html , if we go to https://bazaar.launchpad.net/~ubuntu...g/revision/169 and click on «expand all» we see some changes that had to be done because the name of the Grub entry mattered:
- if [ "$GRUB_DISTRIBUTOR" = Ubuntu ]; then
+ if [ "$GRUB_DISTRIBUTOR" = Ubuntu ] || [ "$GRUB_DISTRIBUTOR" = Kubuntu ]; then
Last edited by Ganton; Jan 29, 2024, 04:32 AM.
- Top
- Bottom
Comment
-
In https://forum.ubuntuusers.de/topic/g...d-kubuntu-unt/ we can see that a particular script (/etc/default/grub.d/50_kubuntu.cfg) existed:
Code:if [ "${GRUB_DISTRIBUTOR}" = "Ubuntu" ] ; then GRUB_DISTRIBUTOR="Kubuntu" [...]
Last edited by Ganton; Feb 04, 2024, 11:49 AM.
- Top
- Bottom
Comment
Comment