P.S.: After deleting a volume group (with vgremove
) and completely lost your LVM configs you'll have to recreate your SolusSystem
vg (vgcreate
) and your Swap
(lvcreate
with 4 Megabytes not Mebibytes in Solus' case) plus Root
(lvcreate
with a -l 100%FULL
arg, your configs may vary), then you look for your best superblocks of your Root
partition (either testdisk
or e2fsprogs
) and run a fsck
on that partition, get the corresponding UUIDs of the lvs and edit /etc/fstab
alongside /etc/kernel/cmdline.d/10-resume.conf
and lastly you could either backup your data then install your OS again or update all your boot configs with clr-boot-manager update
, boot, pray.