no zfs module in initramfs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maas-images |
Fix Committed
|
Medium
|
Unassigned | ||
initramfs-tools (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
zfs support exists in Ubuntu kernels for 16.04 and later, but the default initramfs build does not include this module.
Other common filesystems are included.
As a small piece of information:
$ du -hs /lib/modules/
3.2M /lib/modules/
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: initramfs-
ProcVersionSign
Uname: Linux 4.13.0-17-generic x86_64
NonfreeKernelMo
ApportVersion: 2.20.8-0ubuntu3
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Mon Dec 11 13:05:15 2017
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-07-23 (872 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150722.1)
PackageArchitec
ProcEnviron:
TERM=xterm-
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: initramfs-tools
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Lee Trager (community): Approve
-
Diff: 43 lines (+27/-0)1 file modifiedbin/kpack-from-image (+27/-0)
Changed in maas-images: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in initramfs-tools (Ubuntu): | |
status: | New → Invalid |
Changed in maas-images: | |
status: | Confirmed → Fix Committed |
As a work around you can specifically add the zfs module (if its in your kernel) with:
$ cat /etc/initramfs- tools/hooks/ zfs initramfs- tools/hook- functions
#!/bin/sh
. /usr/share/
manual_add_modules zfs
$ update-initramfs -u -k all