Find the answer to your Linux question:
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 ...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    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 holidays
    Bodhi 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"

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    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 ...
    Code:
    sudo -s
    cat /boot/grub/grub.cfg >> /etc/grub.d/41_custom
    nano /etc/grub.d/41_custom
    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 executable )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...