In a previous thread I detailed the steps I went through with various attempts/experiments using UEFI on my system. A few weeks ago I went "live" and made the full switch to UEFI. During installation I used Ubiquity's "no bootloader" option (so as to not install GRUB at all), then installed rEFInd to handle my dual-booting needs. My system has been perfectly happy without GRUB, but now today Muon again thinks it needs to install GRUB:
Running "dpkg -l *grub*" output the following:
So I ran "sudo apt-get remove grub-pc" and:
...followed by "sudo apt-get purge grub-pc"
A second instance of "dpkg -l *grub*" gives now gives me this:
Since Muon still wants to install GRUB...
...how can I force my system to ignore GRUB completely and forever so that it doesn't try to install with my other updates?
Running "dpkg -l *grub*" output the following:
Code:
Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= un grub <none> <none> (no description available) un grub-common <none> <none> (no description available) un grub-coreboot <none> <none> (no description available) un grub-efi-amd64 <none> <none> (no description available) un grub-efi-ia32 <none> <none> (no description available) un grub-gfxpayloa <none> <none> (no description available) un grub-ieee1275 <none> <none> (no description available) un grub-legacy <none> <none> (no description available) rc grub-pc 2.02~beta2-9 amd64 GRand Unified Bootloader, version un grub-pc-bin <none> <none> (no description available) un grub-xen <none> <none> (no description available) un grub2 <none> <none> (no description available) un grub2-common <none> <none> (no description available)
Code:
Reading package lists... Done Building dependency tree Reading state information... Done Package 'grub-pc' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Code:
Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: grub-pc* 0 upgraded, 0 newly installed, 1 to remove and 7 not upgraded. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] Y (Reading database ... 160006 files and directories currently installed.) Removing grub-pc (2.02~beta2-9) ... Purging configuration files for grub-pc (2.02~beta2-9) ... rmdir: failed to remove ‘/boot/grub’: No such file or directory
Code:
Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= un grub <none> <none> (no description available) un grub-efi-amd64 <none> <none> (no description available) un grub-efi-ia32 <none> <none> (no description available) un grub-legacy <none> <none> (no description available) un grub-pc <none> <none> (no description available) un grub2 <none> <none> (no description available)
...how can I force my system to ignore GRUB completely and forever so that it doesn't try to install with my other updates?
Comment