On 04/30/2017 02:33 AM, [email protected] wrote:
The only difference between the first fedora install that broke, and the
second one that I can think of, is that the first one used btrfs for
filesystem, and the second one ext4. So I'm suspecting that the btrfs
filesystem doesnt get properly loaded or something in the second case.

Try rebuilding the initrd, and including btrfs:

dracut --add-drivers btrfs --force

If that resolves your problem, you might (I'm unsure) need to add a file to /etc/dracut.conf.d/ specifying the following in order to ensure that future initrds also include the driver:

add_drivers+="btrfs"
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to