Hi!
How can I remove entries from grub.cfg permanently?
I deleted some entries that I don't wanna have in grub.cfg but even if I run sudo update-grub the entries still there.
I want have permanently remove these entries in the grub.cfg.
insmod efi_gop
insmod efi_uga
--hint-efi=hd0,gpt2
I removed UEFI and I don't need these entries.
So, what to do?