Ma «distribution active» occupait un autre disque, je voulais juste me débarrasser de Fedora LVM - fedora ne joue pas bien avec les autres distributions qui ont détruit ma liste «grub2» et ne permettaient à aucune autre distribution de démarrer, donc nécessaire pour "se débarrasser"
lvscan
+ lvremove
comme sudo
ont travaillé un régal
$ sudo lvscan
ACTIVE '/dev/fedora_localhost/swap' [7.81 GiB] inherit
ACTIVE '/dev/fedora_localhost/home' [407.39 GiB] inherit
ACTIVE '/dev/fedora_localhost/root' [50.00 GiB] inherit
$ sudo lvremove /dev/fedora_localhost/swap
Do you really want to remove and DISCARD active logical volume swap? [y/n]: y
Logical volume "swap" successfully removed
$ sudo lvremove /dev/fedora_localhost/home
Do you really want to remove and DISCARD active logical volume home? [y/n]: y
Logical volume "home" successfully removed
$ sudo lvremove /dev/fedora_localhost/root
Do you really want to remove and DISCARD active logical volume root? [y/n]: y
Logical volume "root" successfully removed
Problème résolu ... merci 'geezanansa'