ошибка сборки ядра с dracut -H Executing: /usr/bin/dracut -H Will not override existing initramfs (/boot/initramfs-3.14.27-calculate.img) without --force

решил собрать ядро, чтобы процессор не трогался так как нужна энергонезависимость Донбасса :slight_smile:
питаю от батареи ноут

собраю на флешке, зашел в cl-builder

все выполнилось корректно до момента:

calculate linux # dracut -H
Executing: /usr/bin/dracut -H
Will not override existing initramfs (/boot/initramfs-3.14.27-calculate.img) without --force

мне написано так
я выполнил:

calculate linux # dracut -H --force
Executing: /usr/bin/dracut -H --force
dracut module ‘bootchart’ will not be installed, because command ‘/sbin/bootchartd’ could not be found!
dracut module ‘dash’ will not be installed, because command ‘/bin/dash’ could not be found!
dracut module ‘crypt’ will not be installed, because command ‘cryptsetup’ could not be found!
dracut module ‘multipath’ will not be installed, because it’s in the list to be omitted!
dracut module ‘fcoe-uefi’ will not be installed, because command ‘dcbtool’ could not be found!
dracut module ‘fcoe-uefi’ will not be installed, because command ‘fipvlan’ could not be found!
dracut module ‘fcoe-uefi’ will not be installed, because command ‘lldpad’ could not be found!
dracut module ‘iscsi’ will not be installed, because command ‘iscsistart’ could not be found!
dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut module ‘nbd’ will not be installed, because command ‘nbd-client’ could not be found!
dracut module ‘biosdevname’ will not be installed, because command ‘biosdevname’ could not be found!
dracut module ‘dash’ will not be installed, because command ‘/bin/dash’ could not be found!
dracut module ‘crypt’ will not be installed, because command ‘cryptsetup’ could not be found!
dracut module ‘fcoe-uefi’ will not be installed, because command ‘dcbtool’ could not be found!
dracut module ‘fcoe-uefi’ will not be installed, because command ‘fipvlan’ could not be found!
dracut module ‘fcoe-uefi’ will not be installed, because command ‘lldpad’ could not be found!
dracut module ‘iscsi’ will not be installed, because command ‘iscsistart’ could not be found!
dracut module ‘iscsi’ will not be installed, because command ‘iscsi-iname’ could not be found!
dracut module ‘nbd’ will not be installed, because command ‘nbd-client’ could not be found!
Including module: bash *****
Including module: caps *****
Including module: i18n *****
Including module: video *****
Including module: network *****
Including module: drm *****
Including module: plymouth *****
Including module: calculate *****
Including module: kernel-modules *****
Including module: nfs *****
Including module: rootfs-block *****
Including module: terminfo *****
Including module: tuxonice *****
dracut-install: ERROR: installing ‘tuxoniceui’
/usr/libexec/dracut-install -D /var/tmp/initramfs.VbPVVM tuxoniceui
Including module: udev-rules *****
Skipping udev rule: 91-permissions.rules
Skipping udev rule: 80-drivers-modprobe.rules
Including module: usrmount *****
Including module: base *****
Including module: fs-lib *****
Including module: shutdown *****
Including modules done *****
Installing kernel module dependencies and firmware *****
Installing kernel module dependencies and firmware done *****
Resolving executable dependencies *
Resolving executable dependencies done
*
Pre-linking files *****
Pre-linking files done *****
Stripping files *****
Stripping files done *****
Store current command line parameters *****
Creating image file *****
Creating image file done *****

что я не так сделал?

Спасибо

Попробуйте просто пересобрать ядро в билдер-режиме и потом собрать образ без применения dracut.
Почитайте еще эту запись - http://www.calculate-linux.org/blogs/ru/491/show

В вашем случае, думаю, что лучше разместить конфиг ядра в шаблоне.

а я просто делаю: dracut -f
выхлоп тот же. все работает.
я правильно делаю или нет?