-
Notifications
You must be signed in to change notification settings - Fork 1
uninstall
XADE edited this page Dec 10, 2023
·
1 revision
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 '}'