dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
**Describe the bug** `rngd` is not included in the images generated by `dracut` when system is using OpenRC. `rngd` is required to solve the `random: init crng done` issue. (https://forums.gentoo.org/viewtopic-t-1081710-start-0.html)....
Referencing this bug which did not get any love at all: https://bugzilla.redhat.com/show_bug.cgi?id=1842279 Fedora 32, x64 fresh installation. Using LVM + LUKS (that is, LUKS encrypted LVM) that contains rootfs +...
**Describe the bug** Dracut doesn't see `/lib/modules/` in the kmoddir and complains, but it is infact there in the path. **Distribution used** Arch (updated today) **Dracut version** 055 **Init system**...
Feature request. What I would like to do: 1. Install Debian to HDD with encrypted lvm using the usual installer. 2. Make any persistent changes normally. 3. Add dracut parameters...
**Describe the bug** Unable to boot from a software RAID after performing a dnf upgrade. **Distribution used** Fedora 34 (minimal install, see below for reproducible Kickstart file). **Dracut version** ```...
Can we please add a CI test for PXE boot? Relevant to https://github.com/dracutdevs/dracut/commit/94b0d89f173fef07bf7ab319d0d9c50e337871c6#r54513596 pxe booting a initramfs from dracut fails with "losetup: unexpected arguments" #1576 fix(dmsquash-live): correct regression introduced with...
Hi dracutdevs, I am attempting to boot from a USB drive using kernel 5.4.41 with a initramfs built with Dracut 0.50 from syslinux/isolinux. This is done on a LFS system....
kexec-tools heavily depends on dracut. However, the change of dracut occasionally breaks. For example, recently it's found that - commit 5840c466dcfe1c4322142980cac6606870bd586f ("95nfs: /var/lib/nfs/statd/sm is /var/lib/nfs/sm on SUSE") caused the failure...
``` ❯ LD_SHOW_AUXV="" ldd /bin/bash | fgrep AT_PLATFORM AT_PLATFORM: x86_64 AT_PLATFORM: x86_64 ``` AT_PLATFORM together with AT_HWCAP should give information on what libraries to install additionally in generic images. ```...
**Describe the bug** After commit b3bbf5fb6a95cfb69272da0711b5c5e0c6621de9 all nss libraries are included into initramfs. This causes a huge initramfs size increase in some cases. For example, if you have samba installed,...