Skip to content

uninstall

XADE edited this page Dec 10, 2023 · 1 revision

How to Uninstall Distro?

for example, lets uninstall Gentoo. Assuming we named the installation name_of_installation

mount /dev/.... /mnt		# mount ROOT device
rm -rf /mnt/name_of_installation	# remove the folder with name provided during installation

Always Backup grub.cfg before modifying it

now, remove unneeded entries from /fat/grub.cfg, i.e.

# entry starts like function

menuentry 'name_of_installation' {
cryptomount -u ..............
search --set=root --fs-uuid ............
configfile /name_of_installation/boot/grub/grub.cfg}

# entry ends with '}'

Features

Requirements

Notes


Walk Through :

  1. Execute the script

  1. Select Distro & Packages

Click one of the Distros below for Detailed steps

Distro non Systemd Immutable musl support compilation support
Arch
Artix
Alpine
Void
Gentoo
Funtoo
NixOS
GUIX

Questions :

How ?

Why ?

Clone this wiki locally