--- Antonio Olivares <olivares14031@xxxxxxxxx> wrote: > > --- Antonio Olivares <olivares14031@xxxxxxxxx> > wrote: > > > > > [olivares@localhost ~]$ uname -a > > Linux localhost.localdomain 2.6.24-0.83.rc5.fc9 #1 > > SMP > > Tue Dec 11 12:04:08 EST 2007 i686 i686 i386 > > GNU/Linux > > [olivares@localhost ~]$ rpm -qa kernel > > kernel-2.6.24-0.80.rc4.git6.fc9 > > kernel-2.6.24-0.107.rc5.git3.fc9 > > kernel-2.6.24-0.83.rc5.fc9 > > kernel-2.6.24-0.81.rc4.git7.fc9 > > [olivares@localhost ~]$ su - > > Password: > > [root@localhost ~]# cat /boot/grub/grub.conf > > # grub.conf generated by anaconda > > # > > # Note that you do not have to rerun grub after > > making > > changes to this file > > # NOTICE: You have a /boot partition. This means > > that > > # all kernel and initrd paths are > relative > > to > > /boot/, eg. > > # root (hd0,2) > > # kernel /vmlinuz-version ro > > root=/dev/VolGroup01/LogVol00 > > # initrd /initrd-version.img > > #boot=/dev/sda > > default=0 > > timeout=5 > > splashimage=(hd0,2)/grub/splash.xpm.gz > > hiddenmenu > > title Fedora (2.6.24-0.83.rc5.fc9) > > root (hd0,2) > > kernel /vmlinuz-2.6.24-0.83.rc5.fc9 ro > root=LABEL=/ > > rhgb quiet > > initrd /initrd-2.6.24-0.83.rc5.fc9.img > > title Fedora (2.6.24-0.81.rc4.git7.fc9) > > root (hd0,2) > > kernel /vmlinuz-2.6.24-0.81.rc4.git7.fc9 ro > > root=LABEL=/ rhgb quiet > > initrd /initrd-2.6.24-0.81.rc4.git7.fc9.img > > title Fedora (2.6.24-0.80.rc4.git6.fc9) > > root (hd0,2) > > kernel /vmlinuz-2.6.24-0.80.rc4.git6.fc9 ro > > root=LABEL=/ rhgb quiet > > initrd /initrd-2.6.24-0.80.rc4.git6.fc9.img > > title Microsoft Windows Vista Home Edition > > rootnoverify (hd0,1) > > chainloader +1 > > [root@localhost ~]# > > > > > > > > > ____________________________________________________________________________________ > > Never miss a thing. Make Yahoo your home page. > > http://www.yahoo.com/r/hs > > > > -- > > This happens on both machines. > > [root@localhost ~]# cat /boot/grub/grub.conf > # grub.conf generated by anaconda > # > # Note that you do not have to rerun grub after > making > changes to this file > # NOTICE: You have a /boot partition. This means > that > # all kernel and initrd paths are relative > to > /boot/, eg. > # root (hd0,2) > # kernel /vmlinuz-version ro > root=/dev/VolGroup00/LogVol00 > # initrd /initrd-version.img > #boot=/dev/sda > # kernel /vmlinuz-2.6.20-1.3040.fc7 ro > root=/dev/VolGroup00/LogVol00 removed -> rhgb quiet > # > default=0 > timeout=5 > splashimage=(hd0,2)/grub/splash.xpm.gz > hiddenmenu > title Fedora (2.6.24-0.83.rc5.fc9) > root (hd0,2) > kernel /vmlinuz-2.6.24-0.83.rc5.fc9 ro > root=/dev/VolGroup00/LogVol00 > initrd /initrd-2.6.24-0.83.rc5.fc9.img > title Fedora (2.6.24-0.81.rc4.git7.fc9) > root (hd0,2) > kernel /vmlinuz-2.6.24-0.81.rc4.git7.fc9 ro > root=/dev/VolGroup00/LogVol00 > initrd /initrd-2.6.24-0.81.rc4.git7.fc9.img > title Fedora (2.6.24-0.80.rc4.git6.fc9) > root (hd0,2) > kernel /vmlinuz-2.6.24-0.80.rc4.git6.fc9 ro > root=/dev/VolGroup00/LogVol00 > initrd /initrd-2.6.24-0.80.rc4.git6.fc9.img > title Microsoft Windows XP Professional > rootnoverify (hd0,0) > chainloader +1 > title floppy > rootnoverify (fd0) > chainloader +1 > [root@localhost ~]# rpm -qa kernel > kernel-2.6.24-0.80.rc4.git6.fc9 > kernel-2.6.24-0.81.rc4.git7.fc9 > kernel-2.6.24-0.107.rc5.git3.fc9 > kernel-2.6.24-0.83.rc5.fc9 > > > I can add the kernel manually to grub.conf, but > shouldn't yum automatically add it for us. This has > to be a bug. Anybody else see this? > > Regards, > > Antonio I have manually added the kernel entry for 107 kernel, but it does not boot :(. The initrd for it does not exist in /boot directory. How do I create it so that I can boot 107 kernel ? [root@localhost ~]# ls /boot/ -l total 25178 -rw-r--r-- 1 root root 82318 2007-12-14 12:02 config-2.6.24-0.107.rc5.git3.fc9 -rw-r--r-- 1 root root 82365 2007-12-08 22:00 config-2.6.24-0.80.rc4.git6.fc9 -rw-r--r-- 1 root root 82365 2007-12-10 14:38 config-2.6.24-0.81.rc4.git7.fc9 -rw-r--r-- 1 root root 82360 2007-12-11 11:14 config-2.6.24-0.83.rc5.fc9 drwxr-xr-x 2 root root 1024 2007-12-17 19:37 grub -rw------- 1 root root 3664552 2007-08-30 13:34 initrd-2.6.23-0.149.rc4.fc8.img.orig -rw------- 1 root root 3195157 2007-12-11 08:00 initrd-2.6.24-0.80.rc4.git6.fc9.img -rw------- 1 root root 3195254 2007-12-12 07:41 initrd-2.6.24-0.81.rc4.git7.fc9.img -rw------- 1 root root 3195682 2007-12-13 07:45 initrd-2.6.24-0.83.rc5.fc9.img drwx------ 2 root root 12288 2007-04-03 12:04 lost+found -rw-r--r-- 1 root root 900975 2007-12-14 12:02 System.map-2.6.24-0.107.rc5.git3.fc9 -rw-r--r-- 1 root root 900932 2007-12-08 22:00 System.map-2.6.24-0.80.rc4.git6.fc9 -rw-r--r-- 1 root root 900932 2007-12-10 14:38 System.map-2.6.24-0.81.rc4.git7.fc9 -rw-r--r-- 1 root root 900898 2007-12-11 11:14 System.map-2.6.24-0.83.rc5.fc9 -rw-r--r-- 1 root root 2105248 2007-12-14 12:02 vmlinuz-2.6.24-0.107.rc5.git3.fc9 -rw-r--r-- 1 root root 2110656 2007-12-08 22:00 vmlinuz-2.6.24-0.80.rc4.git6.fc9 -rw-r--r-- 1 root root 2110656 2007-12-10 14:38 vmlinuz-2.6.24-0.81.rc4.git7.fc9 -rw-r--r-- 1 root root 2110368 2007-12-11 11:14 vmlinuz-2.6.24-0.83.rc5.fc9 Also did this happen to anybody else? Regards, Antonio ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list