On 02/17/2013 09:02 PM, antonio montagnani wrote:
Joachim Backes ha scritto / said the following il giorno/on 17/02/2013 10:33:
On 02/17/2013 09:23 AM, antonio montagnani wrote:
It is not really important, but I realized that when I start the machine with a kernel, the echoed line on the screen reports the previous kernel.
Any idea??

This is part of the grub configuration file where you can see that the
first menu entry reports a previous kernel in the echo line (but older
kernel seems o.k.):


### BEGIN /etc/grub.d/10_linux ###
menuentry 'Fedora (3.7.8-202.fc18.i686.PAE)' --class fedora --class
gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-simple-422dbeae-9692-4677-bf2b-8e5c0e1aed0b' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos3'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3'
   5d6db129-001a-4159-bc3c-7c368eecedaa
    else
      search --no-floppy --fs-uuid --set=root
5d6db129-001a-4159-bc3c-7c368eecedaa
    fi
    echo 'Caricamento Linux 3.7.7-201.fc18.i686.PAE...'
    linux    /vmlinuz-3.7.8-202.fc18.i686.PAE
root=/dev/mapper/vg_acer5720-lv_root ro rd.lvm.lv=vg_acer5720/lv_root
LANG=it_IT.UTF-8 rd.md=0 rd.dm=0 rd.luks=0 rd.lvm.lv=vg_acer5720/lv_swap
   rhgb quiet
    echo 'Caricamento ramdisk iniziale...'
    initrd /initramfs-3.7.8-202.fc18.i686.PAE.img
}
menuentry 'Fedora' --class fedora --class gnu-linux --class gnu --class
os $menuentry_id_option
'gnulinux-simple-422dbeae-9692-4677-bf2b-8e5c0e1aed0b' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos3'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3'
   5d6db129-001a-4159-bc3c-7c368eecedaa
    else
      search --no-floppy --fs-uuid --set=root
5d6db129-001a-4159-bc3c-7c368eecedaa
    fi
    echo    'Caricamento Linux 3.7.7-201.fc18.i686.PAE...'
    linux    /vmlinuz-3.7.7-201.fc18.i686.PAE
root=/dev/mapper/vg_acer5720-lv_root ro rd.lvm.lv=vg_acer5720/lv_root
LANG=it_IT.UTF-8 rd.md=0 rd.dm=0 rd.luks=0 rd.lvm.lv=vg_acer5720/lv_swap
   rhgb quiet
    echo    'Caricamento ramdisk iniziale...'
    initrd    /initramfs-3.7.7-201.fc18.i686.PAE.img



I reported this already in F16:

https://bugzilla.redhat.co/show_bug.cgi?id=732654




added myself to the bug :-) . It seems still open for F18

Just as a side issue, this does not seem to be occurring in F17. Could it be a configuration issue, as the grub.cfg snippet you have provided in your mail indicates that your grub.cfg is created completely differently to an out of the box install of F17, in that you have multiple menuentry's, one for each kernel, whereas in F17 there is only a menu entry for the latest kernel, and all the other kernels are in submenuentry's under an Advanced Fedora Menuentry?

regards,
Steve


<<attachment: samorris.vcf>>

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to