[Bug 1553107] Re: initramfs-tools: UUID checks now fail for NTFS which has upper cases UUIDS

Launchpad Bug Tracker 1553107 at bugs.launchpad.net
Sun Mar 6 21:51:13 UTC 2016


This bug was fixed in the package initramfs-tools - 0.122ubuntu6

---------------
initramfs-tools (0.122ubuntu6) xenial; urgency=medium

  [ Andy Whitcroft ]
  * uuids: only apply case mapping to RFC#4122 format uuids (LP: #1553107,
    #1548120)

  [ Timo Aaltonen ]
  * hooks/framebuffer: Copy kernel/ubuntu/i915 backport driver too. (LP:
    #1500751)

initramfs-tools (0.122ubuntu5) xenial; urgency=medium

  [ Andy Whitcroft ]
  * uuids: busybox tr does not support symbolic ranges expand manually
    (LP: #1548120)

  [ Martin Pitt ]
  * wait-for-root.c: Drop check if device is queued in udev (LP: #1539195)

initramfs-tools (0.122ubuntu4) xenial; urgency=medium

  [ Manoj Iyer ]
  * Add support for uppercase and lowercase uuids. (LP: #1548120)

 -- Andy Whitcroft <apw at ubuntu.com>  Fri, 04 Mar 2016 10:12:42 +0000

** Changed in: initramfs-tools (Ubuntu)
       Status: In Progress => Fix Released

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

Title:
  initramfs-tools: UUID checks now fail for NTFS which has upper cases
  UUIDS

Status in initramfs-tools package in Ubuntu:
  Fix Released

Bug description:
  The new code to lowercase all UUIDs is breaking NTFS mounts because
  those have UPPERcase UUIDs exclusivly.  The correct fix would be to
  make blkid handle this as it knows what range of values the various
  UUIDs have and whether upper/lower casing them is even safe.

  For initramfs-tools it is clear we should be checking that the UUIDs
  unmodified before attempting to change their case.  This guearentees
  existing installs are never affected.  We should likely also only case
  map those in a known UUID format which is case insensitive.

  NOTE: the bug herein was only exposed in -proposed and found by
  testers on Bug #1548120, thanks goes to them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553107/+subscriptions



More information about the foundations-bugs mailing list