[Bug 1209729] After update system no longer able to boot because mount sysroot unknown filesystem type jfs
https://bugzilla.suse.com/show_bug.cgi?id=1209729 https://bugzilla.suse.com/show_bug.cgi?id=1209729#c10 Antonio Feijoo <antonio.feijoo@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FEATURE --- Comment #10 from Antonio Feijoo <antonio.feijoo@suse.com> --- (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. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com