[Arm-dev] Updated Kernel, still booting old kernel

Mon Feb 6 21:21:36 UTC 2017
Robert Moskowitz <rgm at htt-consult.com>

What am I missing here?

I installed the new kernel: 4.4.42-202, but

Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
336 bytes read in 60 ms (4.9 KiB/s)
Ignoring unknown command: ui
Ignoring malformed menu command:  autoboot
Ignoring unknown command: totaltimeout
centos Options
1:    centos
Enter choice: 1:    centos
Retrieving file: /initramfs-4.4.34-201.el7.armv7hl.img
35020663 bytes read in 833 ms (40.1 MiB/s)
Retrieving file: /vmlinuz-4.4.34-201.el7.armv7hl
6051744 bytes read in 196 ms (29.4 MiB/s)

Why didn't the install of the new kernel update:

# more /boot/extlinux/extlinux.conf
#Created by RootFS Build Factory
ui menu.c32
menu autoboot centos
menu title centos Options
#menu hidden
timeout 60
totaltimeout 600
label centos
         kernel /vmlinuz-4.4.34-201.el7.armv7hl
         append enforcing=1 root=UUID=ad25a528-baf4-469c-bd12-5276e8f5f9ae
         fdtdir /dtb-4.4.34-201.el7.armv7hl
         initrd /initramfs-4.4.34-201.el7.armv7hl.img


And what should I change it to?