Yetixx
Yetixx
Server: nginx/1.28.0
System: Linux instance-rr9enuui 6.1.0-15-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.66-1 (2023-12-09) x86_64
User: www (1000)
PHP: 8.0.26
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: //usr/share/doc/dracut-core/README.Debian
dracut for Debian
-----------------

1. Give it a try

Currently dracut is not the default initrd creation tool in Debian.
You can try dracut without removing initramfs-tools from your machine
by following these steps:

# apt-get --no-install-recommends install dracut-core

cd /boot
cp -p vmlinuz-4.0.9-6-amd64 vmlinuz-4.0.9-6-amd64~dracut
dracut /boot/initrd.img-4.0.9-6-amd64~dracut
update-grub

You will get a new grub menu entry under advanced boot options, which you can boot then

Select: Advanced options for Debian GNU/Linux
Then: Debian GNU/Linux, with Linux 4.0.9-6-amd64~dracut

The initrd created by initramfs-tools will remain the default boot entry of grub.

If the new initrd works for you, you can switch from initramfs-tools to dracut
by installing the package dracut. This will then replace initramfs-tools.


2. Check the content of the dracut initrd
lsinitrd /boot/initrd.img-4.0.9-6-amd64~dracut

3. i18n

The module i18n for setting up the keyboard and the font is disabled in
Debian. You cannot use the variables described in modules.d/10i18n/README.

Instead, dracut uses the module 09console-setup which uses setupcon and
is configured in the files /etc/default/keyboard (the keyboard) and
/etc/default/console-setup (the font).  If you prefer to configure by
Debconf, you can use dpkg-reconfigure keyboard-configuration and
dpkg-reconfigure console-setup.

 -- Thomas Lange <lange@debian.org>, Sat, 19 May 2018 18:50:02 +0200