Now I've hit a snag.
I'm re-doing my test system to try out my own tutorial (which has resulted in a substantial rewrite of Phase 3).
The snag is that I chose the KDE desktop for Kali, which supposedly work just fine ( LIES!!!! )
This gives me the opportunity to remove a distro.
Booting back into Kubuntu I tried to delete the Kali installed subvolumes with
sudo btrfs subv delete @
and was harshly rebuked with
ERROR: Could not statfs: No such file or directory.
Google and various forums revealed nothing helpful.
1. Can I just rm -r these things from Live USB? (tried it: YES! sudo rm -rfv @xxx - then back into Kubuntu to wipe out the EFI/kali directory)
2. What is the correct way via btrfs?
I intend to add this to the write up since it seems important.
I'm re-doing my test system to try out my own tutorial (which has resulted in a substantial rewrite of Phase 3).
The snag is that I chose the KDE desktop for Kali, which supposedly work just fine ( LIES!!!! )
This gives me the opportunity to remove a distro.
Booting back into Kubuntu I tried to delete the Kali installed subvolumes with
sudo btrfs subv delete @
and was harshly rebuked with
ERROR: Could not statfs: No such file or directory.
Google and various forums revealed nothing helpful.
1. Can I just rm -r these things from Live USB? (tried it: YES! sudo rm -rfv @xxx - then back into Kubuntu to wipe out the EFI/kali directory)
2. What is the correct way via btrfs?
I intend to add this to the write up since it seems important.
Comment