[RFE] grub2 doesn't work with XFS's nrext64 feature #21

Open
opened 2024-09-30 17:48:24 +00:00 by humaton · 0 comments
Member

Issue for tracking development progress of nrext64 support for grub2. The nrext64 (extended counters) is XFS feature which increases number of extents inode can have (32 bit to 64 bit bump). The feature brought on-disk changes which aren't currently known to grub2. Reproducible: Always Steps to Reproduce: 1. mkfs.xfs -i nrext64=1 /dev/sda 2. grub-install /dev/sda 3. Boot... Actual Results: The system won't boot Expected Results: System boots

Issue for tracking development progress of nrext64 support for grub2. The nrext64 (extended counters) is XFS feature which increases number of extents inode can have (32 bit to 64 bit bump). The feature brought on-disk changes which aren't currently known to grub2. Reproducible: Always Steps to Reproduce: 1. mkfs.xfs -i nrext64=1 /dev/sda 2. grub-install /dev/sda 3. Boot... Actual Results: The system won't boot Expected Results: System boots
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rpms/grub2#21
No description provided.