I cannot disable os-prober MX23  [Solved]

Help with the version of MX KDE officially released by the Development Team.
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
pbear
Posts: 311
Joined: Tue Aug 09, 2022 9:24 pm

Re: I cannot disable os-prober MX23

#21 Post by pbear »

@fehlix, for what it's worth, I can't get debconf to work either. Ran multiple times as you suggest. dpkg-reconfigure shows the box unticked. get-selections confirms false. Still, os-prober runs.

On the bright side, to answer your other question, disabling 30_os-prober works fine in MX-23. To anyone considering the option, I suggest putting a comment in /etc/default/grub to remind yourself you've done it.

BitterTruth
Posts: 617
Joined: Tue Sep 22, 2020 7:36 pm

Re: I cannot disable os-prober MX23

#22 Post by BitterTruth »

Since os-prober is just a program/utility, I thought why can't it just be uninstalled?

Code: Select all

~$ dpkg -s os-prober
Package: os-prober
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 108
Maintainer: Steven Pusser <stevep@mxlinux.org>
Architecture: amd64
Version: 1.77mx19+1
Depends: libc6 (>= 2.4), grub-common
Description: utility to detect other OSes on a set of drives
 This package detects other OSes available on a system and outputs the
 results in a generic machine-readable format.
Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
uninstall shows:

Code: Select all

~$ sudo apt-get remove os-prober
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  fskbsetting gazelle-installer-data-mx grub-efi-amd64-bin grub-efi-ia32-bin
  linux-image-4.19.0-23-amd64 python-configobj python-gobject
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  mx-installer os-prober
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 2,355 kB disk space will be freed.
Do you want to continue? [Y/n] 
mx-installer has a dependancy on it. Is it safe to remove mx-installer? (mx-installer is not the same as mx-packageinstaller)

If it's safe to remove mx-installer as well then os-prober can just be uninstalled rather than messing around with scripts

Post Reply

Return to “MX KDE Official Release”