dracut icon indicating copy to clipboard operation
dracut copied to clipboard

dracut the event driven initramfs infrastructure

Results 351 dracut issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have a system which has an encrypted root partition on mdraid array. ``` $ sudo blkid /dev/md1 /dev/md1: UUID="c156b2c0-d516-48d7-805b-a78bac83d818" TYPE="crypto_LUKS" $ ``` In order to mount...

bug
crypt

Load the SELinux policy after switch_root and remove the selinux-loadpolicy module. This fixes the bootup process with recent kernels, as it was getting stuck on Permission Denied errors due to...

modules
selinux
base
github

**Describe the bug** Dracut generated initramfs fails to boot with recent kernels due to SELinux Permission Denied errors **Dracut version** Dracut 044 **Init system** sysvinit **To Reproduce** Update the kernel...

bug

This pull request changes... ## Changes None. ## Checklist - [x] I have tested it locally - [x] I have reviewed and updated any documentation if relevant - [x] I...

man

The lvm module has been printing messages with whitespace damage: Scanning devices sda sdb for LVM logical volumes vg/root vg/swap Remove the trailing space after the final device name, and...

modules
lvm

With mkinitcpio the kernel and initramfs gets put into the /boot or ESP. With dracut it is putting them in a /boot/efi/d6e69fdcd21f4a8f952a9158f20ab69d/KERNEL_NAME_HERE(the long numer+chars, is mine ; not sure what...

A kernel that is configured to compress modules (for example `CONFIG_MODULE_COMPRESS_XZ=y`) still supports loading uncompressed modules. Given that it is size-wise more efficient to compress a bunch of uncompressed files,...

I observed the following directory layout under /dev/disk/by-path: /dev/disk/by-path/ ├── pci-0000:00:07.0 -> ../../vda ├── pci-0000:00:07.0-part │   ├── by-partnum │   │   ├── 1 -> ../../../../vda1 │   │   ├── 2 -> ../../../../vda2...

**Describe the bug** With the recent rework/expansion of systemd integration in dracut-10x, quite a few dependencies now tie in systemd-modules-load unconditionally. Which in turn requires module support compiled into systemd....

bug

**Describe the bug** when `--sysrootdir` argument is used, internal buffer handling gets confused **Distribution used** Ubuntu 24.04 **Dracut version** 2, but also present when compiled from master **Init system** Ubuntu...

bug