initrd - First update after new full install

Hello.

For the first time on the same machine ( notepad hp pavilion dv 9500 series ) I got these error when dracut is called at the end of update.

Creating initrd: /boot/initrd-3.16.7-29-desktop
Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.16.7-29-desktop 3.16.7-29-desktop
*** Including module: bash ***
*** Including module: warpclock ***
*** Including module: i18n ***
*** Including module: convertfs ***
*** Including module: ifcfg ***
*** Including module: drm ***
*** Including module: plymouth ***
*** Including module: kernel-modules ***
Failed to install module sd_mod
Failed to install module hid_generic
Failed to install module unix
Failed to install module ehci-hcd
Failed to install module ehci-pci
Failed to install module ohci-hcd
Failed to install module uhci-hcd
Failed to install module atkbd
Failed to install module i8042
Failed to install module usbhid
Failed to install module hid-apple
Failed to install module hid-cherry
Failed to install module hid-logitech
Failed to install module hid-microsoft
Omitting driver i2o_scsi
Failed to install module swap
Failed to install module ext4
Failed to install module ext4
Failed to install module ext4
*** Including module: resume ***
*** Including module: rootfs-block ***
*** Including module: terminfo ***
*** Including module: udev-rules ***
Skipping udev rule: 91-permissions.rules
Skipping udev rule: 80-drivers-modprobe.rules
*** Including module: systemd ***
Failed to install module autofs4
Failed to install module ipv6
*** Including module: usrmount ***
*** Including module: base ***
*** Including module: fs-lib ***
*** Including module: shutdown ***
*** Including module: suse ***
*** Including modules done ***
*** Installing kernel module dependencies and firmware ***
*** Installing kernel module dependencies and firmware done ***
*** Resolving executable dependencies ***
*** Resolving executable dependencies done***
*** Hardlinking files ***
*** Hardlinking files done ***
*** Stripping files ***
*** Stripping files done ***
*** Generating early-microcode cpio image ***
*** Constructing GenuineIntel.bin ****
*** Store current command line parameters ***
Stored kernel commandline:
 resume=UUID=2d3f8b82-ad0d-4749-a0a2-e011def64a3d
root=UUID=2113ec3b-78e3-4290-864d-aa54af6543ad rootflags=rw,noatime,data=ordered rootfstype=ext4
*** Creating image file ***
*** Creating image file done ***
Some kernel modules could not be included:
sd_mod
hid_generic
unix
ehci-hcd
ehci-pci
ohci-hcd
uhci-hcd
atkbd
i8042
usbhid
hid-apple
hid-cherry
hid-logitech
hid-microsoft
swap
ext4
ext4
ext4
autofs4
ipv6
Update bootloader...

Running: fonts-config-20140604-3.5.1-reconfigure-fonts-cjk (fonts-config, /var/adm/update-scripts)
Running: fonts-config-20140604-3.5.1-reconfigure-fonts-cjk (fonts-config, /var/adm/update-scripts) …[done]
Running: fonts-config-20140604-3.5.1-reconfigure-fonts (fonts-config, /var/adm/update-scripts)
Running: fonts-config-20140604-3.5.1-reconfigure-fonts (fonts-config, /var/adm/update-scripts) …[done]
There are some running programs that might use files deleted by recent upgrade. You may wish to check and restart some of them. Run ‘zypper ps’ to list these programs.

The following start-up seems to be normal.

Any comment is welcome.

Ignore the messages.
Those modules are built into the kernel itself and are not available as modules.
So dracut cannot (and actually does not need to) add them to the initrd and prints a warning about that fact.

The messages started to appear because dracut got more verbose since some update a while ago.

Thank you very much.