Comment 75 for bug 1274320

Revision history for this message
Anders Kaseorg (andersk) wrote :

To those who are looking for a quick workaround on their system and can’t figure out how to apply a patch, just change this line in /etc/grub.d/00_header:

      btrfs | cpiofs | newc | odc | romfs | squash4 | tarfs | zfs)

to

      btrfs | cpiofs | newc | odc | romfs | squash4 | tarfs | zfs | *)

This disables recordfail support unconditionally, but if you’re affected by this bug, it wouldn’t have worked on your system anyway. (The proper fix, again, is http://bugs.debian.org/754921.)