grub2 missing support for non-extfs under uefi
Bug #1758447 reported by
Mahmoud H. Al-Qudsi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grub2 (Ubuntu) |
Triaged
|
High
|
Unassigned |
Bug Description
Ubuntu Desktop/Server 17.10.1 allows manual partitioning of a disk and the selection of a non-ext{3,4} filesystem for the / partition. The grub2 uefi module (at least the amd64 one) is not baked with support for all the filesystems that one can deploy Ubuntu during setup. Result: grub2 is installed and runs after reboot, but errors out before it can load the kernel as it has not been baked with support for the filesystem in question.
Tested against an xfs root partition on both physical and virtual hardware.
Somewhat like #185878, only affecting UEFI instead of MBR installations.
description: | updated |
affects: | ubuntu → grub (Ubuntu) |
tags: | added: artful |
affects: | grub (Ubuntu) → grub2 (Ubuntu) |
To post a comment you must log in.
Triaged:
xfs is clearly not on the list of modules included in signed images, and there's a very solid point in making sure the images we ship include all the filesystems we support at install time (zfs is even listed).