then I made all the proposed updates.
I have just seen that I'm not running the latest downloaded kernel as it has no entry in the grub menu,
only the kernel 3.7.0 is bootable.
I'm missing something?
- Code: Select all
[root@localhost tom]# uname -r
3.7.0-desktop-1.mga3
- Code: Select all
[root@localhost tom]# rpm -qa | grep ^kernel
kernel-desktop-latest-3.7.1-1.mga3
kernel-desktop-3.7.1-1.mga3-1-1.mga3
kernel-firmware-20121030-1.mga3
kernel-firmware-nonfree-20121030-1.mga3.nonfree
kernel-userspace-headers-3.7.1-1.mga3
kernel-desktop-3.7.0-1.mga3-1-1.mga3
- Code: Select all
[root@localhost tom]# cat /boot/grub/menu.lst
timeout 3
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0
title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=a83c5170-4d62-40bc-a608-3b8da262fc2d splash quiet resume=UUID=ab550e90-7869-4b0e-bacd-a03b15f45b39 vga=788
root (hd0,0)
initrd /boot/initrd.img
title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=a83c5170-4d62-40bc-a608-3b8da262fc2d resume=UUID=ab550e90-7869-4b0e-bacd-a03b15f45b39
root (hd0,0)
initrd /boot/initrd.img
title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=a83c5170-4d62-40bc-a608-3b8da262fc2d failsafe
root (hd0,0)
initrd /boot/initrd.img
- Code: Select all
[root@localhost tom]# ll /boot/
total 38616
-rw-r--r-- 1 root root 440 Dec 27 12:07 boot.backup.sda
lrwxrwxrwx 1 root root 27 Dec 29 15:12 config -> config-3.7.0-desktop-1.mga3
-rw-r--r-- 1 root root 135724 Dec 11 12:00 config-3.7.0-desktop-1.mga3
-rw-r--r-- 1 root root 135707 Dec 18 09:13 config-3.7.1-desktop-1.mga3
drwxr-xr-x 2 root root 4096 Dec 21 13:28 dracut/
-rwxr-xr-x 1 root root 527360 Dec 27 12:07 gfxmenu*
drwxr-xr-x 2 root root 4096 Dec 29 15:22 grub/
drwxr-xr-x 6 root root 4096 Dec 27 12:40 grub2/
-rw-r--r-- 1 root root 20243036 Dec 27 11:51 initrd-3.7.0-desktop-1.mga3.img
-rw------- 1 root root 7366332 Dec 27 12:37 initrd-3.7.1-desktop-1.mga3.img
lrwxrwxrwx 1 root root 31 Dec 27 12:37 initrd-desktop.img -> initrd-3.7.1-desktop-1.mga3.img
lrwxrwxrwx 1 root root 31 Dec 17 21:24 initrd.img -> initrd-3.7.0-desktop-1.mga3.img
-rw-r--r-- 1 root root 308314 May 15 2011 mageia.bmp
-rw-r--r-- 1 root root 183064 Dec 11 12:00 symvers-3.7.0-desktop-1.mga3.xz
-rw-r--r-- 1 root root 183064 Dec 18 09:13 symvers-3.7.1-desktop-1.mga3.xz
lrwxrwxrwx 1 root root 31 Dec 27 12:29 System.map -> System.map-3.7.0-desktop-1.mga3
-rw-r--r-- 1 root root 2306144 Dec 11 12:00 System.map-3.7.0-desktop-1.mga3
-rw-r--r-- 1 root root 2306147 Dec 18 09:13 System.map-3.7.1-desktop-1.mga3
lrwxrwxrwx 1 root root 28 Dec 17 21:24 vmlinuz -> vmlinuz-3.7.0-desktop-1.mga3
-rw-r--r-- 1 root root 2901184 Dec 11 12:00 vmlinuz-3.7.0-desktop-1.mga3
-rw-r--r-- 1 root root 2899280 Dec 18 09:13 vmlinuz-3.7.1-desktop-1.mga3
lrwxrwxrwx 1 root root 28 Dec 27 12:37 vmlinuz-desktop -> vmlinuz-3.7.1-desktop-1.mga3