Autor |
Nachricht |
|
Titel: Wrong boot-entried in grub boot-screen after kernel update
Verfasst am: 07.08.2006, 15:56 Uhr
|
|
Anmeldung: 04. Apr 2006
Beiträge: 51
|
|
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? |
|
|
|
|
 |
|
Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
Verfasst am: 07.08.2006, 20:28 Uhr
|
|
Team Member


Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
|
|
|
|
 |
|
Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
Verfasst am: 07.08.2006, 21:08 Uhr
|
|
Anmeldung: 04. Apr 2006
Beiträge: 51
|
|
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# |
|
|
|
|
 |
|
Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
Verfasst am: 07.08.2006, 21:15 Uhr
|
|
Team Member


Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
|
|
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 ? |
_________________ h2's d-u script
h2's rdiff-backup script
|
|
|
|
 |
|
Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
Verfasst am: 07.08.2006, 21:34 Uhr
|
|
Anmeldung: 04. Apr 2006
Beiträge: 51
|
|
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. |
|
|
|
|
 |
|
Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
Verfasst am: 07.08.2006, 21:50 Uhr
|
|
Team Member


Anmeldung: 03. Mai 2005
Beiträge: 1544
Wohnort: out there somewhere
|
|
|
|
 |
|
Titel: RE: Wrong boot-entried in grub boot-screen after kernel upda
Verfasst am: 07.08.2006, 22:07 Uhr
|
|
Anmeldung: 04. Apr 2006
Beiträge: 51
|
|
menu.list :
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.17.8-rc1-slh-1 Default
root (hd0,0)
kernel /vmlinuz root=/dev/hda3 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
initrd /initrd.img
boot
title Debian GNU/Linux, kernel 2.6.17.8-rc1-slh-1
root (hd0,0)
kernel /vmlinuz-2.6.17.8-rc1-slh-1 root=/dev/hda3 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
initrd /initrd.img-2.6.17.8-rc1-slh-1
boot
title Debian GNU/Linux, kernel 2.6.17-kanotix-1
root (hd0,0)
kernel /vmlinuz-2.6.17-kanotix-1 root=/dev/hda3 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
initrd /initrd.img-2.6.17-kanotix-1
boot
title Debian GNU/Linux, kernel 2.6.15.6-kanotix-1
root (hd0,0)
kernel /vmlinuz-2.6.15.6-kanotix-1 root=/dev/hda3 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
initrd /initrd.img-2.6.15.6-kanotix-1
boot
title Debian GNU/Linux, kernel 2.6.14-kanotix-9
root (hd0,0)
kernel /vmlinuz-2.6.14-kanotix-9 root=/dev/hda3 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=0x317
initrd /initrd.img-2.6.14-kanotix-9
boot
### 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? |
|
|
|
|
 |
|