Am 04.09.2015 um 17:36 schrieb Freek de Kruijf: > Op vrijdag 4 september 2015 13:36:29 schreef Olav Reinert: >> Hi, >> >> I've got a Raspberry Pi running openSUSE Factory. The kernel is >> >> kernel-raspberrypi-3.11.4-1.7.armv6hl >> >> Recently, a new kernel update was installed: >> >> kernel-raspberrypi-3.11.4-10.1.armv6hl >> >> However, even though the new kernel seems to be installed correctly, >> the Pi still boots into the old kernel. How do I make it boot into the >> new kernel? > > The rpm should have support for building an initrd. You may try to reinstall > the rpm. Otherwise you can use plymouth to build that new initrd. It should > replace the current one.
Unless you've modified the boot script, U-Boot will boot the zImage symlink - make sure it points to the right kernel. The initrd does not affect uname output, but reinstalling the kernel should update the symlink. ln -sf will be quicker on rpi1 though. :) Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton; HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
