Comment # 3 on bug 990701 from
I have grepped for "4.7.0" in grub2/grub.cfg

and it seems that there are some entries in there even for the rtm kernel
version, but this is not what the grub2 graphical screen boots when then first
graphical entry there that is selected for default is chosen, or if one waits
for the timeout and autocontinuing to boot.

------------

/boot/grub2 # grep "4.7.0" grub.cfg 
        echo    'Loading Linux 4.7.0-rc7-2.g152f160-default ...'
        linux   /boot/vmlinuz-4.7.0-rc7-2.g152f160-default
root=UUID=4a103dea-0699-4fce-a2f5-d456b8da39e0  video=1680x1050
resume=/dev/disk/by-id/ata-SAMSUNG_HD321KJ_S0MQJ1KP116340-part1 splash=silent
quiet showopts
        initrd  /boot/initrd-4.7.0-rc7-2.g152f160-default
        menuentry 'openSUSE Leap 42.1, with Linux 4.7.0-rc7-2.g152f160-default'
--hotkey=2 --class opensuse --class gnu-linux --class gnu --class os
$menuentry_id_option
'gnulinux-4.7.0-rc7-2.g152f160-default-advanced-4a103dea-0699-4fce-a2f5-d456b8da39e0'
{
                echo    'Loading Linux 4.7.0-rc7-2.g152f160-default ...'
                linux   /boot/vmlinuz-4.7.0-rc7-2.g152f160-default
root=UUID=4a103dea-0699-4fce-a2f5-d456b8da39e0  video=1680x1050
resume=/dev/disk/by-id/ata-SAMSUNG_HD321KJ_S0MQJ1KP116340-part1 splash=silent
quiet showopts
                initrd  /boot/initrd-4.7.0-rc7-2.g152f160-default
        menuentry 'openSUSE Leap 42.1, with Linux 4.7.0-1.g24f30d5-default' 
--class opensuse --class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-4.7.0-1.g24f30d5-default-advanced-4a103dea-0699-4fce-a2f5-d456b8da39e0'
{
                echo    'Loading Linux 4.7.0-1.g24f30d5-default ...'
                linux   /boot/vmlinuz-4.7.0-1.g24f30d5-default
root=UUID=4a103dea-0699-4fce-a2f5-d456b8da39e0  video=1680x1050
resume=/dev/disk/by-id/ata-SAMSUNG_HD321KJ_S0MQJ1KP116340-part1 splash=silent
quiet showopts
                initrd  /boot/initrd-4.7.0-1.g24f30d5-default


You are receiving this mail because: