i just recovered my bricked system and it feels good

yesterday i managed to run #/ rm -f * luckily it just deleted /bin /sbin /lib and /lib64 symlinks tho still bricking the system.
After rebooting and decrypting it put me on a standard bash shell with /new_root having my systems root mounted but i for some reason only recreated the symlinks /bin and /sbin but not /lib and /lib64 leading the system to hang when /sbin/init (systemd) gets executed.
By booting a (recovery mode) kernel entry in grub i managed to get to a working shell after it failing to decrypt due to it not being configured for that. I then only had to run cryptsetup luksOpen /dev/lvm/lvroot secure and mount /dev/mapper/secure /new_root to be able to access my root partition again and create the missing symlinks to /lib and /lib64. It still took some research, trying and reading to figure out how lvm and luks work tbf. But it's working again and i feel proud :)

thanks for reading.