What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
Resolution | --- | FEATURE |
(In reply to geheim geheim from comment #9) > (In reply to Antonio Feijoo from comment #8) > > Is the root partition mounted when you call dracut/zypper dup? > > yes. its /dev/sda3. > /boot is /dev/sda1 which is mounted after /dev/sda3 into boot. > > If you search in the log 'jfs' you find it as blocked filesystem. > This files must be removed from the system so the module can be included. If the jfs module is blacklisted, then dracut cannot do anything. As I told you in comment #3, dracut requires that the system it is called from has all the necessary file system drivers loaded, and in addition in your case /dev/sda3 mounted as /. BTW this file does not belong to dracut, this tool just generates the initrd, it does not decide what kernel modules are unsupported on the system: > $ rpm -qf /lib/modprobe.d/60-blacklist_fs-jfs.conf > suse-module-tools-16.0.30-1.1.x86_64 > > $ cat /lib/modprobe.d/60-blacklist_fs-jfs.conf > # DO NOT EDIT THIS FILE! > # > # The jfs file system is blacklisted by default because it isn't actively > # supported by SUSE, not well maintained, or may have security vulnerabilites. > blacklist jfs > # The filesystem can be un-blacklisted by running "modprobe jfs". > # See README.md in the suse-module-tools package for details. > install jfs /usr/lib/module-init-tools/unblacklist jfs; /sbin/modprobe --ignore-install jfs You can open a feature request against the kernel for this purpose.