[Bug 413345] Re: incorrectly assumes /dev/mapper/ -> LVM

2020-05-05 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: grub2 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/413345

[Bug 413345] Re: incorrectly assumes /dev/mapper/ -> LVM

2020-03-05 Thread Marcus Tomlinson
This release of Ubuntu is no longer receiving maintenance updates. If this is still an issue on a maintained version of Ubuntu please let us know. ** Changed in: grub2 (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 413345] Re: incorrectly assumes /dev/mapper/ - LVM

2010-03-17 Thread lirel
The same happens if the former jackalope-install used sda1 for grub and kernels and lvm /dev/mapper/ubuntu-jackalope for root. it just assumes that all old systems boot from the new /dev/mapper/ubuntu-lucid even if it corrctly guesses the labels. here are some lines from grub.cfg: ... ### BEGIN

[Bug 413345] Re: incorrectly assumes /dev/mapper/ - LVM

2010-03-17 Thread lirel
** Tags added: lucid -- incorrectly assumes /dev/mapper/ - LVM https://bugs.launchpad.net/bugs/413345 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 413345] Re: incorrectly assumes /dev/mapper/ - LVM

2009-10-07 Thread HankB
I think I have experienced another facet of this bug. I had Jaunty installed in /dev/sda with a separate /boot partition. When I installed Karmic on another partition (also on /dev/sda) and *not* using the /boot partition for Karmic, the resulting grub.cfg created entries for Jaunty that ignored

[Bug 413345] Re: incorrectly assumes /dev/mapper/ - LVM

2009-10-05 Thread komputes
Hi Colin, Thank you for triaging this bug. If anything else is needed from me, please let me know. I hope this can be fixed before the karmic alt/server ISO release. -- incorrectly assumes /dev/mapper/ - LVM https://bugs.launchpad.net/bugs/413345 You received this bug notification because you

[Bug 413345] Re: incorrectly assumes /dev/mapper/ - LVM

2009-09-30 Thread Colin Watson
Here's the broken code (possibly other similar bits elsewhere): int grub_util_get_dev_abstraction (const char *os_dev UNUSED) { #ifdef __linux__ /* Check for LVM. */ if (!strncmp (os_dev, /dev/mapper/, 12)) return GRUB_DEV_ABSTRACTION_LVM; /* Check for RAID. */ if (!strncmp