inux-dazx:/home/ksr # zypper ref
Repository 'Packman Repository' is up to date.
Repository 'google-chrome' is up to date.
Retrieving repository 'kernel:vanilla' metadata .........................[error]
Repository 'kernel:vanilla' is invalid.
[kernel:vanilla|http://download.opensuse.org/repositories/Kernel:/vanilla/standard/x86_64/] Valid metadata not found at specified URL
Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'kernel:vanilla' because of the above error.
Repository 'openSUSE-42.1-0' is up to date.
Repository 'openSUSE-Leap-42.1-Update' is up to date.
Repository 'openSUSE-Leap-42.1-Update-Non-Oss' is up to date.
Some of the repositories have not been refreshed because of an error.
linux-dazx:/home/ksr # zypper ar -f http://download.opensuse.org/repositories/Kernel:/vanilla/standard/ kernel:vanilla
Adding repository 'kernel:vanilla' ....................................................................................[done]
Repository 'kernel:vanilla' successfully added
Enabled : Yes
Autorefresh : Yes
GPG Check : Yes
Priority : 99
URI : http://download.opensuse.org/repositories/Kernel:/vanilla/standard/
linux-dazx:/home/ksr # zypper ref
Repository 'Packman Repository' is up to date.
Repository 'google-chrome' is up to date.
Retrieving repository 'kernel:vanilla' metadata --------------------------------------------------------------------------|]
New repository or package signing key received:
Repository: kernel:vanilla
Key Name: Kernel OBS Project <Kernel@build.opensuse.org>
Key Fingerprint: 4529410A B52F94C4 03BAB484 ECEEF210 03579C1D
Key Created: Wed Apr 22 15:25:51 2015
Key Expires: Fri Jun 30 15:25:51 2017
Rpm Name: gpg-pubkey-03579c1d-5537934f
Do you want to reject the key, trust temporarily, or trust always? [r/t/a/? shows all options] (r): t
Retrieving repository 'kernel:vanilla' metadata .......................................................................[done]
Building repository 'kernel:vanilla' cache ............................................................................[done]
Repository 'openSUSE-42.1-0' is up to date.
Repository 'openSUSE-Leap-42.1-Update' is up to date.
Repository 'openSUSE-Leap-42.1-Update-Non-Oss' is up to date.
All repositories have been refreshed.
if you want to install the 4.5 kernel the above is wrong!!!
the 4.5.2 is hosted in the hardware:/nvdimm repo so you need to add that repo and do a vendor change with it
zypper ar -f http://download.opensuse.org/repositories/hardware:/nvdimm/openSUSE_Leap_42.1/ hardware:nvdimm
zypper dup --from hardware:nvdimm
ps installing a development kernel on leap is a bad idea as it might break something, at least you will have to remove and reinstall nvidia and ati video drivers, something else might get broken too.
i never install with rpm but
i see in this link that he edit grub manually soo what about “grub2-mkconfig” command is it working after you install the rpm?
did you compile lioke this—> make -j[number of core*2] rpm ?
and last question is it stable until now (and don’t forget to enable the patch in the configuration)?
without manual edit grub atall. after makeinitrd +reboot i can see from witch kernell boot ( press righ arrow and i see all kernels )
make -j2 ( 1core )
about stable or unstable - i dont know ( im not guru. ) … my steps was: download sorce kernel-vanill-4.5.0 + apply pf-patch. after this make menuconfig ( and Check for use BFQ ). After this make and makeinird and rpm -ivh kernel-…