Manjaro update driving me crazy (need help with kernel not updating) [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Recently I did an update and which seemed to contained an horrendous amount of bugs. After fixing most of these now i a faced with pacman
telling linux 4.16.2-2
is being used. However uname
is reporting linux 4.15.17-1
.
I have obviously tried rebooting and updating grub
but the image is nowhere to be found.
I am out of ideas :( I can fix everything but the kernel
edit: Also mkinitcpio seems to only see the old kernel too.
kernel manjaro pacman
closed as unclear what you're asking by jasonwryan, Romeo Ninov, Rui F Ribeiro, telcoM, Krinkle Apr 22 at 0:56
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
0
down vote
favorite
Recently I did an update and which seemed to contained an horrendous amount of bugs. After fixing most of these now i a faced with pacman
telling linux 4.16.2-2
is being used. However uname
is reporting linux 4.15.17-1
.
I have obviously tried rebooting and updating grub
but the image is nowhere to be found.
I am out of ideas :( I can fix everything but the kernel
edit: Also mkinitcpio seems to only see the old kernel too.
kernel manjaro pacman
closed as unclear what you're asking by jasonwryan, Romeo Ninov, Rui F Ribeiro, telcoM, Krinkle Apr 22 at 0:56
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
When rebooting after a kernel upgrade, you can select the kernel to boot into (new or old) in the Bio bootup, its called the grub boot menu. Do you see the two versions there, and if so, which version is default?
â Mark Shine
Apr 19 at 13:49
Nope. As I said the image is not on /boot so when updating grub it doesn't add the listing!
â luke
Apr 19 at 15:54
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Recently I did an update and which seemed to contained an horrendous amount of bugs. After fixing most of these now i a faced with pacman
telling linux 4.16.2-2
is being used. However uname
is reporting linux 4.15.17-1
.
I have obviously tried rebooting and updating grub
but the image is nowhere to be found.
I am out of ideas :( I can fix everything but the kernel
edit: Also mkinitcpio seems to only see the old kernel too.
kernel manjaro pacman
Recently I did an update and which seemed to contained an horrendous amount of bugs. After fixing most of these now i a faced with pacman
telling linux 4.16.2-2
is being used. However uname
is reporting linux 4.15.17-1
.
I have obviously tried rebooting and updating grub
but the image is nowhere to be found.
I am out of ideas :( I can fix everything but the kernel
edit: Also mkinitcpio seems to only see the old kernel too.
kernel manjaro pacman
edited May 1 at 14:59
asked Apr 19 at 13:43
luke
1165
1165
closed as unclear what you're asking by jasonwryan, Romeo Ninov, Rui F Ribeiro, telcoM, Krinkle Apr 22 at 0:56
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by jasonwryan, Romeo Ninov, Rui F Ribeiro, telcoM, Krinkle Apr 22 at 0:56
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, itâÂÂs hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
When rebooting after a kernel upgrade, you can select the kernel to boot into (new or old) in the Bio bootup, its called the grub boot menu. Do you see the two versions there, and if so, which version is default?
â Mark Shine
Apr 19 at 13:49
Nope. As I said the image is not on /boot so when updating grub it doesn't add the listing!
â luke
Apr 19 at 15:54
add a comment |Â
When rebooting after a kernel upgrade, you can select the kernel to boot into (new or old) in the Bio bootup, its called the grub boot menu. Do you see the two versions there, and if so, which version is default?
â Mark Shine
Apr 19 at 13:49
Nope. As I said the image is not on /boot so when updating grub it doesn't add the listing!
â luke
Apr 19 at 15:54
When rebooting after a kernel upgrade, you can select the kernel to boot into (new or old) in the Bio bootup, its called the grub boot menu. Do you see the two versions there, and if so, which version is default?
â Mark Shine
Apr 19 at 13:49
When rebooting after a kernel upgrade, you can select the kernel to boot into (new or old) in the Bio bootup, its called the grub boot menu. Do you see the two versions there, and if so, which version is default?
â Mark Shine
Apr 19 at 13:49
Nope. As I said the image is not on /boot so when updating grub it doesn't add the listing!
â luke
Apr 19 at 15:54
Nope. As I said the image is not on /boot so when updating grub it doesn't add the listing!
â luke
Apr 19 at 15:54
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
I think i may have solved it.
For some reason when installing the linux
package, pacman
reports it is reinstalling linux416-4.16.2-2
at the beginning but the logs show from mkinitcpi
4.15.17-1
is installing. But when specifically selecting linux416-4.16.2-2
it shows it installing for the first time and logs seem correct.
This is very weird they must be an issue with the package. Its even stranger that pacman -Syy
still did not select the new kernel either.
Going to reboot now, fingers crossed it works! edit: it works like a charm :)
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
I think i may have solved it.
For some reason when installing the linux
package, pacman
reports it is reinstalling linux416-4.16.2-2
at the beginning but the logs show from mkinitcpi
4.15.17-1
is installing. But when specifically selecting linux416-4.16.2-2
it shows it installing for the first time and logs seem correct.
This is very weird they must be an issue with the package. Its even stranger that pacman -Syy
still did not select the new kernel either.
Going to reboot now, fingers crossed it works! edit: it works like a charm :)
add a comment |Â
up vote
1
down vote
accepted
I think i may have solved it.
For some reason when installing the linux
package, pacman
reports it is reinstalling linux416-4.16.2-2
at the beginning but the logs show from mkinitcpi
4.15.17-1
is installing. But when specifically selecting linux416-4.16.2-2
it shows it installing for the first time and logs seem correct.
This is very weird they must be an issue with the package. Its even stranger that pacman -Syy
still did not select the new kernel either.
Going to reboot now, fingers crossed it works! edit: it works like a charm :)
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
I think i may have solved it.
For some reason when installing the linux
package, pacman
reports it is reinstalling linux416-4.16.2-2
at the beginning but the logs show from mkinitcpi
4.15.17-1
is installing. But when specifically selecting linux416-4.16.2-2
it shows it installing for the first time and logs seem correct.
This is very weird they must be an issue with the package. Its even stranger that pacman -Syy
still did not select the new kernel either.
Going to reboot now, fingers crossed it works! edit: it works like a charm :)
I think i may have solved it.
For some reason when installing the linux
package, pacman
reports it is reinstalling linux416-4.16.2-2
at the beginning but the logs show from mkinitcpi
4.15.17-1
is installing. But when specifically selecting linux416-4.16.2-2
it shows it installing for the first time and logs seem correct.
This is very weird they must be an issue with the package. Its even stranger that pacman -Syy
still did not select the new kernel either.
Going to reboot now, fingers crossed it works! edit: it works like a charm :)
answered Apr 19 at 16:09
luke
1165
1165
add a comment |Â
add a comment |Â
When rebooting after a kernel upgrade, you can select the kernel to boot into (new or old) in the Bio bootup, its called the grub boot menu. Do you see the two versions there, and if so, which version is default?
â Mark Shine
Apr 19 at 13:49
Nope. As I said the image is not on /boot so when updating grub it doesn't add the listing!
â luke
Apr 19 at 15:54