On 01/19/2010 08:18 AM, Jay_Linux wrote: > This is on a Fedora 12 i386 system (new install from DVD). On doing > online update (though PackageKit module) and selecting all updates > (about 850 MB) , on rebooting, I find that I cannot boot into the new > kernel. Though the new kernel with images are there in /etc/boot it > still boots into the old kernel: > > New - 2.6.31.9-174.fc12 > Old - 2.6.31.5-174.fc12 > > I had selected all packages (green, orange, red) from the Update Applet > window. > > The contents of the /boot dir are as in this image: > http://www.imagebam.com/image/a17ab164358024 > > Any suggestions on how to proceed. or anybody else with a similar > problem w/ a wrokaround ? > > > Thanks, > > Jay > > -- > Linux User 483705 @ http://counter.li.org/ (Linux Counter) > Please verify the /boot/grub/grub.conf file. I did the same update you did but didn't have any problems with it. Nevertheless, what gets loaded by default is controlled by the grub.conf file. First, when you boot the system, you can press the 'Esc' key to check the order in which your kernels appear. It should be something like: Fedora (2.6.31.9-174.fc12.i686) Fedora (2.6.31.5-127.fc12.i686) In the case you see that in a different order all you have to do is edit the grub.conf file. The kernel list in mine looks like this: title Fedora (2.6.31.9-174.fc12.i686) root (hd0,1) kernel /vmlinuz-2.6.31.9-174.fc12.i686 ro root=/dev/mapper/vg_d0d-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=es rhgb quiet initrd /initramfs-2.6.31.9-174.fc12.i686.img title Fedora (2.6.31.5-127.fc12.i686) root (hd0,1) kernel /vmlinuz-2.6.31.5-127.fc12.i686 ro root=/dev/mapper/vg_d0d-lv_root noiswmd LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=es rhgb quiet initrd /initramfs-2.6.31.5-127.fc12.i686.img As you see, 2.6.31.9-174.fc12.i686 is listed first, thus, it gets loaded first. Check that in your grub.conf file. Regards -- ======================== d0d, Security Enthusiast Fedora User Linux user #399288 ======================== -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines