On 24/11/2020 20:19, Sreyan Chakravarty wrote:
I think I have found the problem:
Nov 24 10:44:00 localhost.HPNotebook dracut-initqueue[861]: Scanning devices
dm-0 for LVM logical volumes vgfedora/fedora
Nov 24 10:44:00 localhost.HPNotebook dracut-initqueue[886]: inactive
'/dev/vgfedora/pool00' [929.75 GiB] inherit
Nov 24 10:44:00 localhost.HPNotebook dracut-initqueue[886]: inactive
'/dev/vgfedora/fedora' [700.00 GiB] inherit
Nov 24 10:44:00 localhost.HPNotebook dracut-initqueue[888]: modprobe: FATAL:
Module dm-thin-pool not found in directory /lib/modules/5.8.18-200.fc32.x86_64
Nov 24 10:44:00 localhost.HPNotebook dracut-initqueue[888]: /usr/sbin/modprobe
failed: 1
Nov 24 10:44:00 localhost.HPNotebook dracut-initqueue[888]: Can't process LV
vgfedora/fedora: thin target support missing from kernel?
But I have no idea how to solve it.
I have marked the logical volumes as active via :
lvchange -kn vgfedora/pool00
lvchange -kn vgfedora/fedora
But no change.
How will I add the dm-thin-pool module ?
I cannot even boot.
Well, the module is located here in my f32 systems.
[egreshko@f32k ~]$ locate dm-thin-pool
/usr/lib/modules/5.8.13-200.fc32.x86_64/kernel/drivers/md/dm-thin-pool.ko.xz
/usr/lib/modules/5.8.14-200.fc32.x86_64/kernel/drivers/md/dm-thin-pool.ko.xz
/usr/lib/modules/5.9.8-100.fc32.x86_64/kernel/drivers/md/dm-thin-pool.ko.xz
You can try adding modules_load=dm-thin-pool to the kernel parameters.
---
The key to getting good answers is to ask good questions.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org