Public bug reported:

Trying to install ZFS-on-root using subiquity and autoinstall.yaml for
26.04, out of the box I've found the installation is not possible due to
missing modules for the kernel version being shipped with the Ubuntu
ISO.

Specifically the problem is ZFS modules for linux-image-7.0.0-14-generic
are shipped, but the installer on the disk and from the updates is
running linux-image-7.0.0-30-generic.

This breaks install during partitioning.

In order to tork around this it was necessary to add the following:

```
  early-commands:
    # Install ZFS drivers
    - bash -c 'rm -f /etc/kernel/postinst.d/*'
    - bash -c 'apt update && apt install -y linux-main-modules-zfs-$(uname -r) 
zfsutils-linux'
```

** Affects: subiquity (Ubuntu)
     Importance: Undecided
         Status: New

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

Title:
  ZFS on root installation broken due to missing modules on CD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/2166129/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to