Results 1 to 2 of 2
Hi All,
I installed an old kernel (pre version 3 because 3 has a bug that is causing major headaches for me). So I did the reconfigure grub-pc and it ...
- 12-24-2011 #1
Adding Old Kernel to Grub2
Hi All,
I installed an old kernel (pre version 3 because 3 has a bug that is causing major headaches for me). So I did the reconfigure grub-pc and it showed the correct images (both the most recent and the one I just installed). When I reboot and go into the grub menu it only shows the most recent kernel and of course memtest.
How do I add the one I just installed to the menu? It's weird that it shows up when I do the dpkg reconfigure grub-pc but that it's not showing up in the menu. Appreciate the help, happy holidaysBodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 12-24-2011 #2
You could try making the os-prober script in /etc/grub.d executable and re-run update-grub. If that does not work then you can manually add it to 40_custom or 41_custom which should be in the same folder. If you go down the add to custom route then I suggest you do the following ...
and wipe everything except the entry with the latest kernel version, then just update it to use the old kernel version ... after that a re-run of update-grub should add the entry to the menu for you (if it fails check 41_custom is executableCode:sudo -s cat /boot/grub/grub.cfg >> /etc/grub.d/41_custom nano /etc/grub.d/41_custom
)


Reply With Quote