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** OS boot fails with below error while using IBFT in kernel command line. "netroot=iscsi" dracut is expecting ip address for target discovery from "netroot=" parameter even though...

iscsi

**Describe the bug** We are getting a false error during the boot-time that dracut is not able to mount `/sysroot`. Although, the system continues to boot smoothly and I get...

**Describe the bug** Grep error while building initrd with -H ... dracut[I]: *** Including module: rootfs-block *** grep: warning: stray \ before x ... **Distribution used** Arch - fully up...

The summary pretty much sums it up. My current (working) config looks like this: ``` add_dracutmodules+=" systemd-veritysetup " add_drivers+=" dm-verity erofs " ``` This boots everything successfully. But I'm surprised...

**Describe the bug** When `dracut` includes `vfat/fat` modules for detected filesystems, it does _not_ include the necessary `nls_*` modules for it to actually mount successfully. **Distribution used** Debian sid **Dracut...

os booting normal when disable btrfs compression error disappear [log.txt](https://github.com/dracutdevs/dracut/files/11143298/log.txt)

**Describe the bug** I like to run the upstream test suite on all available Debian/Ubuntu architectures. After applying the patches from https://github.com/dracutdevs/dracut/pull/2487 many architectures fail due to not available IDE...

test

**Describe the enhancement** I would like to build two different types of initramfs's on a Linux distribution. One "fat" version built simply via "dracut -f" and another slimmed down version,...

Most command line options also have a corresponding configuration option which can be used in `dracut.conf`. (For example, `--install=` becomes `install_items=" "`, etc.). The command line option `--include ` allows...

**Describe the bug** When trying to add "network-manager" dracut module, initramfs generation is halted because "dbus-daemon" module is not available. Dbus-daemon is not used on latest linux distributions anymore and...