[Bug 2073751] [NEW] 50mounted-tests prevents os-prober to work with ThinLVM

Guillaume 2073751 at bugs.launchpad.net
Mon Jul 22 11:08:59 UTC 2024


Public bug reported:

No os-prober entries are added to grub.cfg for alternates systems on
ThinLVM, because of an issue with /usr/lib/linux-boot-probes/50mounted-
tests.

Updating line 55 from :
    type="$(grub-probe -d "$partition" -t fs)"
to
    type="$(grub-probe -d "$partition" -t fs || echo bad)"
fixes the issue.

Credit is due to mikeaa on bug #1987679.

Tested on Ubuntu 24.04.

** Affects: os-prober (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to os-prober in Ubuntu.
https://bugs.launchpad.net/bugs/2073751

Title:
  50mounted-tests prevents os-prober to work with ThinLVM

Status in os-prober package in Ubuntu:
  New

Bug description:
  No os-prober entries are added to grub.cfg for alternates systems on
  ThinLVM, because of an issue with /usr/lib/linux-boot-
  probes/50mounted-tests.

  Updating line 55 from :
      type="$(grub-probe -d "$partition" -t fs)"
  to
      type="$(grub-probe -d "$partition" -t fs || echo bad)"
  fixes the issue.

  Credit is due to mikeaa on bug #1987679.

  Tested on Ubuntu 24.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/2073751/+subscriptions




More information about the foundations-bugs mailing list