Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #59817 > unrolled thread

Bug#886349: initramfs-tools: Missing vmd driver in hook-functions

Started by<Mario.Limonciello@dell.com>
First post2018-01-04 20:40 +0100
Last post2018-07-19 02:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.debian.kernel


Contents

  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

#59817 — Bug#886349: initramfs-tools: Missing vmd driver in hook-functions

From<Mario.Limonciello@dell.com>
Date2018-01-04 20:40 +0100
SubjectBug#886349: initramfs-tools: Missing vmd driver in hook-functions
Message-ID<v4jwR-1ub-1@gated-at.bofh.it>
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"

[toc] | [next] | [standalone]


#61474 — Bug#886349: marked as done (initramfs-tools: Missing vmd driver in hook-functions)

From"Debian Bug Tracking System" <owner@bugs.debian.org>
Date2018-07-19 02:30 +0200
SubjectBug#886349: marked as done (initramfs-tools: Missing vmd driver in hook-functions)
Message-ID<wd4Zr-3yi-3@gated-at.bofh.it>
In reply to#59817

[Multipart message — attachments visible in raw view] — view raw

Your message dated Thu, 19 Jul 2018 00:19:37 +0000
with message-id <E1ffwfR-000BU6-5S@fasolo.debian.org>
and subject line Bug#886349: fixed in initramfs-tools 0.131
has caused the Debian Bug report #886349,
regarding initramfs-tools: Missing vmd driver in hook-functions
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
886349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886349
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web