Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #59817
| From | <Mario.Limonciello@dell.com> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#886349: initramfs-tools: Missing vmd driver in hook-functions |
| Date | 2018-01-04 20:40 +0100 |
| Message-ID | <v4jwR-1ub-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
Package: initramfs-tools Version: 0.130 Severity: important Dear Maintainer, initramfs-tools is missing the Intel Volume Management Device (vmd.ko) that was included in kernel 4.9 and later. This sets up NVME disks in a separate PCI domain and is needed to access them when the system is configured this way. It must be available in the initramfs to locate the root disk if configured as boot. This can be fixed with the following trivial patch: --- hook-functions.old 2018-01-04 13:58:03.256828153 -0500 +++ hook-functions 2017-10-13 15:09:26.000000000 -0400 @@ -583,7 +583,7 @@ block) copy_modules_dir kernel/drivers/block copy_modules_dir kernel/drivers/nvme - modules="$modules" + modules="$modules vmd" ;; ubi) modules="$modules deflate zlib lzo ubi ubifs"
Back to linux.debian.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Bug#886349: initramfs-tools: Missing vmd driver in hook-functions <Mario.Limonciello@dell.com> - 2018-01-04 20:40 +0100 Bug#886349: marked as done (initramfs-tools: Missing vmd driver in hook-functions) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2018-07-19 02:30 +0200
csiph-web