Calameres Installer is Missing Important Feature 27 March 2025, 17:59:13 I tried to reinstall Artix with ERASE-Clean Install only to see it is missing from the Calameres menu.Why would this option be removed when you have an existing Artix installation.I am not smart enough to remove an attackers modifications to the system so ERASE is my only salvation.When I see in the Audit.log and there are no shells in the logs, even after doing system updates, then I look at the whole log for the day or a boot to boot time period to see why normal shells aren't showing. If I can't find normal shell activity in the log, I get concerned and ERASE.When I can figure out how to make clones, then I'll switch to that method, but for now ERASE is my best friend.My workaround, install another OS then reboot and reinstall Artix. It takes me 3 times as long. (The other installer takes twice as long as artix installer.)
Re: Calameres Installer is Missing Important Feature Reply #1 – 28 March 2025, 09:27:14 To erase the whole drive (if it's a SSD) use:sudo blkdiscard -fv /dev/sdXThan it's complete empty: Everything is away.
Re: Calameres Installer is Missing Important Feature Reply #2 – 30 March 2025, 16:42:41 Quote from: Caramon2 – on 28 March 2025, 09:27:14To erase the whole drive (if it's a SSD) use:sudo blkdiscard -fv /dev/sdXThan it's complete empty: Everything is away.That would save me a half an hour.The other Arch distro takes 20 minutes to do it's thing.Artix takes 2 minutes to do it's thing.Add one minute for running blkdiscard and I save 27 minutes from my life of waiting.
Re: Calameres Installer is Missing Important Feature Reply #3 – Yesterday at 11:25:14 Quote from: Caramon2 – on 28 March 2025, 09:27:14To erase the whole drive (if it's a SSD) use:sudo blkdiscard -fv /dev/sdXThan it's complete empty: Everything is away.Is that for the root partition nvme0n1p2, efi partition nvme0n1p1, or just the drive nvme0n1?
Re: Calameres Installer is Missing Important Feature Reply #4 – Yesterday at 13:04:07 Quote from: tsedek1 – on Yesterday at 11:25:14Is that for the root partition nvme0n1p2, efi partition nvme0n1p1, or just the drive nvme0n1?Why don't you try and read documentation and manual pages for suggested tools? Answers to most of your questions are already there.Code: [Select]man blkdiscard 1 Likes
Re: Calameres Installer is Missing Important Feature Reply #5 – Yesterday at 15:49:39 Quote from: tsedek1 – on Yesterday at 11:25:14Is that for the root partition nvme0n1p2, efi partition nvme0n1p1, or just the drive nvme0n1?I have no experiences with NVMe and how it looks there.On SATA i. e. /dev/sda is the whole drive. /dev/sda1 the first partition and so on.
Re: Calameres Installer is Missing Important Feature Reply #6 – Yesterday at 16:18:47 Quote from: Caramon2 – on 28 March 2025, 09:27:14To erase the whole drive (if it's a SSD) use:sudo blkdiscard -fv /dev/sdXThan it's complete empty: Everything is away.I using Code: [Select]wipefs -a /dev/sdX
Re: Calameres Installer is Missing Important Feature Reply #7 – Yesterday at 18:58:13 Quote from: Ogis – on Yesterday at 16:18:47I using Code: [Select]wipefs -a /dev/sdX Seems useless to me:Quotewipefs does not erase the whole filesystem or any other data from the device.https://linux.die.net/man/8/wipefs