General Support - Wrong boot-entried in grub boot-screen after kernel update jack--ren - 07.08.2006, 15:56 Uhr Titel: Wrong boot-entried in grub boot-screen after kernel update
I updated my kernel with kernel-update-gui and everything went fine but when I reboot there is still the old kernel listed in grub boot-screen and when I select that one and boot it, it is actualy the new installed kernel.
I even edited menu.list and did grub-update , but still no entry for the new kernel in boot-screen .
How can I solve this?
piper - 07.08.2006, 20:28 Uhr Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
Can you show me the output of
uname -a
The stable kernel options are listed on the left side panel of this forum
jack--ren - 07.08.2006, 21:08 Uhr Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
root@jacksbox1:/home/jack# uname -a
Linux jacksbox1 2.6.17.8-rc1-slh-1 #1 PREEMPT Fri Aug 4 20:54:57 CEST 2006 i686 GNU/Linux
root@jacksbox1:/home/jack#
piper - 07.08.2006, 21:15 Uhr Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
That is the newest stable kernel
Are you saying that when you select a "older kernel" from grub boot menu that the newest stable version still boots ?
jack--ren - 07.08.2006, 21:34 Uhr Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
I only have "older" kernels in the grub boot menu ,but when I boot default (kernel 2.6.15.6-kanotix-1) it still
boots to newest kernel.
Entrys in menu.list are ok but are not shown on boot screen.
piper - 07.08.2006, 21:50 Uhr Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
Hmm, very odd. Their not commented out (#older kernels) are they ?
jack--ren - 07.08.2006, 22:07 Uhr Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
menu.list :
### END DEBIAN AUTOMAGIC KERNELS LIST
title Windows XP (hda2)
root (hd0,1)
makeactive
chainloader +1
But my boot screen shows something totlay different.
I think I know where the problem lays, I recently had to reinstall grub (http://kanotix.com/index.php?name=PNphpBB2&file=viewtopic&t=19361&highlight=)
I have a seperate partition for /boot (dev/hda1) but I had to copy content of /dev/hda1 to /boot on /dev/hda3 (=root parttion) in order to reinstal grub.
I think boot screen shows content of /dev/hda1 .
How can I check this?