Re: [PATCH] zfs: fix LINUX_ROOT_DEVICE when grub-probe fails

2025-07-24 Thread Daniel Kiper
On Wed, Jul 23, 2025 at 04:40:04PM +0100, k...@mkukri.xyz wrote: > From: Doug Goldstein > > When grub-probe fails, the current code is to just stuff an empty result > in which causes the user to not knowingly have a system that no longer > boots. grub-probe can fail because the ZFS pool that conta

[PATCH] zfs: fix LINUX_ROOT_DEVICE when grub-probe fails

2025-07-23 Thread km
From: Doug Goldstein When grub-probe fails, the current code is to just stuff an empty result in which causes the user to not knowingly have a system that no longer boots. grub-probe can fail because the ZFS pool that contains the root filesystem might have features that grub does not yet support

Re: [PATCH] zfs: fix LINUX_ROOT_DEVICE when grub-probe fails

2022-02-06 Thread Tom Matthews via Grub-devel
> On Thu, Dec 17, 2020 at 08:27:14PM -0600, Doug Goldstein wrote: >> When grub-probe fails, the current code is to just stuff an empty result >> in which causes the user to not knowingly have a system that no longer >> boots. grub-probe can fail because the ZFS pool that contains the root >> files

Re: [PATCH] zfs: fix LINUX_ROOT_DEVICE when grub-probe fails

2020-12-23 Thread Daniel Kiper
On Thu, Dec 17, 2020 at 08:27:14PM -0600, Doug Goldstein wrote: > When grub-probe fails, the current code is to just stuff an empty result > in which causes the user to not knowingly have a system that no longer > boots. grub-probe can fail because the ZFS pool that contains the root > filesystem m

Re: [PATCH] zfs: fix LINUX_ROOT_DEVICE when grub-probe fails

2020-12-18 Thread Daniel Kiper
On Thu, Dec 17, 2020 at 08:27:14PM -0600, Doug Goldstein wrote: > When grub-probe fails, the current code is to just stuff an empty result > in which causes the user to not knowingly have a system that no longer > boots. grub-probe can fail because the ZFS pool that contains the root > filesystem m

[PATCH] zfs: fix LINUX_ROOT_DEVICE when grub-probe fails

2020-12-17 Thread Doug Goldstein
When grub-probe fails, the current code is to just stuff an empty result in which causes the user to not knowingly have a system that no longer boots. grub-probe can fail because the ZFS pool that contains the root filesystem might have features that grub does not yet support which is a common conf