I think this is related to my problem of 'apt autoremove' leaving old kernels lying around.
I did a dist-upgrade yesterday which installed vmlinuz-5.11.0-25-generic. (As far as I know, those files in /boot/ are the kernels, but I'm not sure of that.) But when I boot, reFind only finds 5.8.0-63-generic. I can only boot that with grub. Consider this:
Before yesterday's upgrade, I was running (through reFind) 5.8.0-63-generic and that's what reFind still points to.
I tried GreyGeek's suggestion in that other post and successfully used muon to delete 5.4.0-71-generic. I suppose I could delete the other 5.4.0 kernels the same say, but, frankly, I'm afraid to delete the system I am using. 'Course, as long as I can boot it by choosing the grub partition...
Is there a way to re-initialize reFind? (Sorry if this is multiple questions.)
Thanks in advance for your suggestions.
I did a dist-upgrade yesterday which installed vmlinuz-5.11.0-25-generic. (As far as I know, those files in /boot/ are the kernels, but I'm not sure of that.) But when I boot, reFind only finds 5.8.0-63-generic. I can only boot that with grub. Consider this:
Code:
$ ll /boot/vml* lrwxrwxrwx 1 root root 25 ao?t 5 15:11 /boot/vmlinuz -> vmlinuz-5.11.0-25-generic -rw------- 1 root root 10125664 juil. 13 18:43 /boot/vmlinuz-5.11.0-25-generic -rw------- 1 root root 11756288 mars 19 13:01 /boot/vmlinuz-5.4.0-70-generic -rw------- 1 root root 11760384 mars 24 11:29 /boot/vmlinuz-5.4.0-71-generic -rw------- 1 root root 11768064 juil. 9 18:09 /boot/vmlinuz-5.4.0-80-generic -rw------- 1 root root 9800288 juil. 15 16:06 /boot/vmlinuz-5.8.0-63-generic lrwxrwxrwx 1 root root 24 ao?t 5 15:11 /boot/vmlinuz.old -> vmlinuz-5.4.0-80-generic
I tried GreyGeek's suggestion in that other post and successfully used muon to delete 5.4.0-71-generic. I suppose I could delete the other 5.4.0 kernels the same say, but, frankly, I'm afraid to delete the system I am using. 'Course, as long as I can boot it by choosing the grub partition...
Is there a way to re-initialize reFind? (Sorry if this is multiple questions.)
Thanks in advance for your suggestions.
Comment