Unable to upgrade kernel after 4.16.3
up vote
10
down vote
favorite
I'm running on Ubuntu 16.04 with 4.16.3 Kernel, both on my desktop and laptop, every time I try to upgrade to a newer kernel with UKUU fails the configuration of the package and return me this error (example installing 4.16.6):
dpkg: error processing package linux-image-unsigned-4.16.6-041606-generic (--install):
dependency problems - leaving unconfigured
And the only solution is to remove it, how can i solve it?
16.04 upgrade kernel
add a comment |Â
up vote
10
down vote
favorite
I'm running on Ubuntu 16.04 with 4.16.3 Kernel, both on my desktop and laptop, every time I try to upgrade to a newer kernel with UKUU fails the configuration of the package and return me this error (example installing 4.16.6):
dpkg: error processing package linux-image-unsigned-4.16.6-041606-generic (--install):
dependency problems - leaving unconfigured
And the only solution is to remove it, how can i solve it?
16.04 upgrade kernel
1
4.16.4 has a bug. Same as 4.14.36.
â WinEunuuchs2Unix
Apr 30 at 11:43
so we should just wait a working relase?
â Fabi0_Z
Apr 30 at 12:26
Yeah but you can't add any other programs untilapt install -f
is fixed.
â WinEunuuchs2Unix
Apr 30 at 12:42
1
It won't let you remove it either. I'll post an answer after work.
â WinEunuuchs2Unix
Apr 30 at 15:05
add a comment |Â
up vote
10
down vote
favorite
up vote
10
down vote
favorite
I'm running on Ubuntu 16.04 with 4.16.3 Kernel, both on my desktop and laptop, every time I try to upgrade to a newer kernel with UKUU fails the configuration of the package and return me this error (example installing 4.16.6):
dpkg: error processing package linux-image-unsigned-4.16.6-041606-generic (--install):
dependency problems - leaving unconfigured
And the only solution is to remove it, how can i solve it?
16.04 upgrade kernel
I'm running on Ubuntu 16.04 with 4.16.3 Kernel, both on my desktop and laptop, every time I try to upgrade to a newer kernel with UKUU fails the configuration of the package and return me this error (example installing 4.16.6):
dpkg: error processing package linux-image-unsigned-4.16.6-041606-generic (--install):
dependency problems - leaving unconfigured
And the only solution is to remove it, how can i solve it?
16.04 upgrade kernel
asked Apr 30 at 9:42
Fabi0_Z
5316
5316
1
4.16.4 has a bug. Same as 4.14.36.
â WinEunuuchs2Unix
Apr 30 at 11:43
so we should just wait a working relase?
â Fabi0_Z
Apr 30 at 12:26
Yeah but you can't add any other programs untilapt install -f
is fixed.
â WinEunuuchs2Unix
Apr 30 at 12:42
1
It won't let you remove it either. I'll post an answer after work.
â WinEunuuchs2Unix
Apr 30 at 15:05
add a comment |Â
1
4.16.4 has a bug. Same as 4.14.36.
â WinEunuuchs2Unix
Apr 30 at 11:43
so we should just wait a working relase?
â Fabi0_Z
Apr 30 at 12:26
Yeah but you can't add any other programs untilapt install -f
is fixed.
â WinEunuuchs2Unix
Apr 30 at 12:42
1
It won't let you remove it either. I'll post an answer after work.
â WinEunuuchs2Unix
Apr 30 at 15:05
1
1
4.16.4 has a bug. Same as 4.14.36.
â WinEunuuchs2Unix
Apr 30 at 11:43
4.16.4 has a bug. Same as 4.14.36.
â WinEunuuchs2Unix
Apr 30 at 11:43
so we should just wait a working relase?
â Fabi0_Z
Apr 30 at 12:26
so we should just wait a working relase?
â Fabi0_Z
Apr 30 at 12:26
Yeah but you can't add any other programs until
apt install -f
is fixed.â WinEunuuchs2Unix
Apr 30 at 12:42
Yeah but you can't add any other programs until
apt install -f
is fixed.â WinEunuuchs2Unix
Apr 30 at 12:42
1
1
It won't let you remove it either. I'll post an answer after work.
â WinEunuuchs2Unix
Apr 30 at 15:05
It won't let you remove it either. I'll post an answer after work.
â WinEunuuchs2Unix
Apr 30 at 15:05
add a comment |Â
5 Answers
5
active
oldest
votes
up vote
7
down vote
accepted
Kernels 4.14.xx
, 4.16.xx
and 4.17.rc(xx)
all share the same bug over this last week; April 24-30, 2018.
I just tried 4.14.38
tonight and it exhibits the same errors as 4.14.36
and 4.14.37
as documented in this bug report.
In my case tonight the errors are:
$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-4.14.38-041438.
(Reading database ... 641792 files and directories currently installed.)
Preparing to unpack linux-headers-4.14.38-041438_4.14.38-041438.201804300419_all.deb ...
Unpacking linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-headers-4.14.38-041438-generic.
Preparing to unpack linux-headers-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-headers-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-image-unsigned-4.14.38-041438-generic.
Preparing to unpack linux-image-unsigned-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-modules-4.14.38-041438-generic.
Preparing to unpack linux-modules-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
dpkg: dependency problems prevent configuration of linux-headers-4.14.38-041438-generic:
linux-headers-4.14.38-041438-generic depends on libssl1.1 (>= 1.1.0); however:
Package libssl1.1 is not installed.
dpkg: error processing package linux-headers-4.14.38-041438-generic (--install):
dependency problems - leaving unconfigured
Setting up linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--install):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-headers-4.14.38-041438-generic
linux-image-unsigned-4.14.38-041438-generic
To fix errors I tried sudo apt install -f
but it won't fix it plus causes a "crash report":
Using sudo rm-kernels
I removed 4.14.38
as much as I could:
This time around only the headers were successfully removed:
The following packages will be REMOVED:
linux-headers-4.14.38-041438*
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 74.6 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 665813 files and directories currently installed.)
Removing linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Now let's see what is left over:
$ apt list | grep 4.14.36
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
linux-image-unsigned-4.14.36-041436-generic/now 4.14.36-041436.201804240906 amd64 [residual-config]
Let's try to remove it:
$ sudo apt remove linux-modules-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic linux-modules-4.14.38-041438-generic
0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded.
After this operation, 296 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 641771 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: 11: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: linux-check-removal: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--remove):
subprocess installed pre-removal script returned error exit status 127
dpkg: linux-modules-4.14.38-041438-generic: dependency problems, but removing anyway as you requested:
linux-image-unsigned-4.14.38-041438-generic depends on linux-modules-4.14.38-041438-generic.
Removing linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Edit the file /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm
:
#!/bin/sh
set -e
version=4.14.38-041438-generic
image_path=/boot/vmlinuz-$version
(... SNIP ...)
Just below the first line #!/bin/sh
insert a new line:
exit 0
Save the file and rerun the failed command:
$ sudo apt remove linux-image-unsigned-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
After this operation, 8,663 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 635588 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postrm ... removing pending trigger
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.14.38-041438-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background: /home/rick/Pictures/1600x900/19.jpg
Found background image: /home/rick/Pictures/1600x900/19.jpg
Found linux image: /boot/vmlinuz-4.14.34-041434-generic
Found initrd image: /boot/initrd.img-4.14.34-041434-generic
Found linux image: /boot/vmlinuz-4.14.31-041431-generic
Found initrd image: /boot/initrd.img-4.14.31-041431-generic
Found linux image: /boot/vmlinuz-4.14.30-041430-generic
Found initrd image: /boot/initrd.img-4.14.30-041430-generic
Found linux image: /boot/vmlinuz-4.14.27-041427-generic
Found initrd image: /boot/initrd.img-4.14.27-041427-generic
Found linux image: /boot/vmlinuz-4.14.15-041415-generic
Found initrd image: /boot/initrd.img-4.14.15-041415-generic
Found linux image: /boot/vmlinuz-4.14.10-041410-generic
Found initrd image: /boot/initrd.img-4.14.10-041410-generic
Found linux image: /boot/vmlinuz-4.14.4-041404-generic
Found initrd image: /boot/initrd.img-4.14.4-041404-generic
Found linux image: /boot/vmlinuz-4.14.2-041402-generic
Found initrd image: /boot/initrd.img-4.14.2-041402-generic
Found linux image: /boot/vmlinuz-4.13.9-041309-generic
Found initrd image: /boot/initrd.img-4.13.9-041309-generic
Found linux image: /boot/vmlinuz-4.10.0-42-generic
Found initrd image: /boot/initrd.img-4.10.0-42-generic
Found linux image: /boot/vmlinuz-4.9.77-040977-generic
Found initrd image: /boot/initrd.img-4.9.77-040977-generic
Found linux image: /boot/vmlinuz-4.4.0-104-generic
Found initrd image: /boot/initrd.img-4.4.0-104-generic
Found linux image: /boot/vmlinuz-4.4.0-103-generic
Found initrd image: /boot/initrd.img-4.4.0-103-generic
Found linux image: /boot/vmlinuz-3.16.53-031653-generic
Found initrd image: /boot/initrd.img-3.16.53-031653-generic
Found Windows Boot Manager on /dev/nvme0n1p2@/EFI/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 18.04 LTS (18.04) on /dev/nvme0n1p8
Found Windows Boot Manager on /dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done
Double check everything is ok:
$ sudo apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
add a comment |Â
up vote
5
down vote
Using ukuu to install kernels past v4.16.3 required these steps
- install libssl1.1 from
https://packages.ubuntu.com/bionic/amd64/libssl1.1/download - install the matching linux-modules deb for the kernel
For example for the 4.16.7 kernel grab the linux-module deb from
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.7/
You can find your kernel at -->
http://kernel.ubuntu.com/~kernel-ppa/mainline/
I had to install libssl1.1 from bionic to upgrade my kernel from v4.14.37 to v4.14.41 earlier today in an artful installation.
â José Alfredo Romero L.
May 19 at 9:24
add a comment |Â
up vote
3
down vote
The kernel that came with Ubuntu 18.04 has brightness problems for my computer (Lenovo IdeaPad S400). This was solved updating the kernel version.
I was trying earlier to update the kernel to version 4.16.6 using the software UKUU and it didn't work. Then I followed the instructions in (using the terminal): How to update kernel to the latest mainline version without any Distro-upgrade?
For my computer I downloaded the following packages (in http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.6/):
linux-headers-4.16.6-041606_4.16.6-041606.201804300418_all.deb
linux-headers-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-image-unsigned-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-modules-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
Then, following the instructions of the link above, I wrote:
cd /path/to/folder/where/you/put/the/debs
sudo dpkg -i *.deb
It worked perfectly.
Thank you! This is very straightforward and it has helped.
â Sergey Brunov
May 1 at 22:44
add a comment |Â
up vote
0
down vote
The problem I've been experiencing with the latest series of Linux kernels (that is those after K4.16.3> ) is that the "linux-image.deb" files are NOT signed. It is the lack of signed binary files that is causing all the problems i.e. fails to install, system just borks at any attempts.
The only solution IMO is to hold back and wait patiently for the next major kernel release i.e. K.4.17 or even K5.0 in the hope that the required linux-imge.deb files will include the necessary key signing and thus install without any difficulties.
Cyteck
add a comment |Â
up vote
0
down vote
I'm running linux mint 18.3 based on xenial and i managed to install mainline kernel 4.17.. Just install UKTool by following these steps and the programm will do the job for you.. good luck.!!
https://www.2daygeek.com/uktools-easy-way-to-install-latest-stable-linux-kernel-on-ubuntu-mint-and-derivatives/
add a comment |Â
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
Kernels 4.14.xx
, 4.16.xx
and 4.17.rc(xx)
all share the same bug over this last week; April 24-30, 2018.
I just tried 4.14.38
tonight and it exhibits the same errors as 4.14.36
and 4.14.37
as documented in this bug report.
In my case tonight the errors are:
$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-4.14.38-041438.
(Reading database ... 641792 files and directories currently installed.)
Preparing to unpack linux-headers-4.14.38-041438_4.14.38-041438.201804300419_all.deb ...
Unpacking linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-headers-4.14.38-041438-generic.
Preparing to unpack linux-headers-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-headers-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-image-unsigned-4.14.38-041438-generic.
Preparing to unpack linux-image-unsigned-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-modules-4.14.38-041438-generic.
Preparing to unpack linux-modules-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
dpkg: dependency problems prevent configuration of linux-headers-4.14.38-041438-generic:
linux-headers-4.14.38-041438-generic depends on libssl1.1 (>= 1.1.0); however:
Package libssl1.1 is not installed.
dpkg: error processing package linux-headers-4.14.38-041438-generic (--install):
dependency problems - leaving unconfigured
Setting up linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--install):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-headers-4.14.38-041438-generic
linux-image-unsigned-4.14.38-041438-generic
To fix errors I tried sudo apt install -f
but it won't fix it plus causes a "crash report":
Using sudo rm-kernels
I removed 4.14.38
as much as I could:
This time around only the headers were successfully removed:
The following packages will be REMOVED:
linux-headers-4.14.38-041438*
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 74.6 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 665813 files and directories currently installed.)
Removing linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Now let's see what is left over:
$ apt list | grep 4.14.36
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
linux-image-unsigned-4.14.36-041436-generic/now 4.14.36-041436.201804240906 amd64 [residual-config]
Let's try to remove it:
$ sudo apt remove linux-modules-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic linux-modules-4.14.38-041438-generic
0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded.
After this operation, 296 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 641771 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: 11: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: linux-check-removal: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--remove):
subprocess installed pre-removal script returned error exit status 127
dpkg: linux-modules-4.14.38-041438-generic: dependency problems, but removing anyway as you requested:
linux-image-unsigned-4.14.38-041438-generic depends on linux-modules-4.14.38-041438-generic.
Removing linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Edit the file /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm
:
#!/bin/sh
set -e
version=4.14.38-041438-generic
image_path=/boot/vmlinuz-$version
(... SNIP ...)
Just below the first line #!/bin/sh
insert a new line:
exit 0
Save the file and rerun the failed command:
$ sudo apt remove linux-image-unsigned-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
After this operation, 8,663 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 635588 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postrm ... removing pending trigger
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.14.38-041438-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background: /home/rick/Pictures/1600x900/19.jpg
Found background image: /home/rick/Pictures/1600x900/19.jpg
Found linux image: /boot/vmlinuz-4.14.34-041434-generic
Found initrd image: /boot/initrd.img-4.14.34-041434-generic
Found linux image: /boot/vmlinuz-4.14.31-041431-generic
Found initrd image: /boot/initrd.img-4.14.31-041431-generic
Found linux image: /boot/vmlinuz-4.14.30-041430-generic
Found initrd image: /boot/initrd.img-4.14.30-041430-generic
Found linux image: /boot/vmlinuz-4.14.27-041427-generic
Found initrd image: /boot/initrd.img-4.14.27-041427-generic
Found linux image: /boot/vmlinuz-4.14.15-041415-generic
Found initrd image: /boot/initrd.img-4.14.15-041415-generic
Found linux image: /boot/vmlinuz-4.14.10-041410-generic
Found initrd image: /boot/initrd.img-4.14.10-041410-generic
Found linux image: /boot/vmlinuz-4.14.4-041404-generic
Found initrd image: /boot/initrd.img-4.14.4-041404-generic
Found linux image: /boot/vmlinuz-4.14.2-041402-generic
Found initrd image: /boot/initrd.img-4.14.2-041402-generic
Found linux image: /boot/vmlinuz-4.13.9-041309-generic
Found initrd image: /boot/initrd.img-4.13.9-041309-generic
Found linux image: /boot/vmlinuz-4.10.0-42-generic
Found initrd image: /boot/initrd.img-4.10.0-42-generic
Found linux image: /boot/vmlinuz-4.9.77-040977-generic
Found initrd image: /boot/initrd.img-4.9.77-040977-generic
Found linux image: /boot/vmlinuz-4.4.0-104-generic
Found initrd image: /boot/initrd.img-4.4.0-104-generic
Found linux image: /boot/vmlinuz-4.4.0-103-generic
Found initrd image: /boot/initrd.img-4.4.0-103-generic
Found linux image: /boot/vmlinuz-3.16.53-031653-generic
Found initrd image: /boot/initrd.img-3.16.53-031653-generic
Found Windows Boot Manager on /dev/nvme0n1p2@/EFI/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 18.04 LTS (18.04) on /dev/nvme0n1p8
Found Windows Boot Manager on /dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done
Double check everything is ok:
$ sudo apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
add a comment |Â
up vote
7
down vote
accepted
Kernels 4.14.xx
, 4.16.xx
and 4.17.rc(xx)
all share the same bug over this last week; April 24-30, 2018.
I just tried 4.14.38
tonight and it exhibits the same errors as 4.14.36
and 4.14.37
as documented in this bug report.
In my case tonight the errors are:
$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-4.14.38-041438.
(Reading database ... 641792 files and directories currently installed.)
Preparing to unpack linux-headers-4.14.38-041438_4.14.38-041438.201804300419_all.deb ...
Unpacking linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-headers-4.14.38-041438-generic.
Preparing to unpack linux-headers-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-headers-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-image-unsigned-4.14.38-041438-generic.
Preparing to unpack linux-image-unsigned-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-modules-4.14.38-041438-generic.
Preparing to unpack linux-modules-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
dpkg: dependency problems prevent configuration of linux-headers-4.14.38-041438-generic:
linux-headers-4.14.38-041438-generic depends on libssl1.1 (>= 1.1.0); however:
Package libssl1.1 is not installed.
dpkg: error processing package linux-headers-4.14.38-041438-generic (--install):
dependency problems - leaving unconfigured
Setting up linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--install):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-headers-4.14.38-041438-generic
linux-image-unsigned-4.14.38-041438-generic
To fix errors I tried sudo apt install -f
but it won't fix it plus causes a "crash report":
Using sudo rm-kernels
I removed 4.14.38
as much as I could:
This time around only the headers were successfully removed:
The following packages will be REMOVED:
linux-headers-4.14.38-041438*
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 74.6 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 665813 files and directories currently installed.)
Removing linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Now let's see what is left over:
$ apt list | grep 4.14.36
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
linux-image-unsigned-4.14.36-041436-generic/now 4.14.36-041436.201804240906 amd64 [residual-config]
Let's try to remove it:
$ sudo apt remove linux-modules-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic linux-modules-4.14.38-041438-generic
0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded.
After this operation, 296 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 641771 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: 11: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: linux-check-removal: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--remove):
subprocess installed pre-removal script returned error exit status 127
dpkg: linux-modules-4.14.38-041438-generic: dependency problems, but removing anyway as you requested:
linux-image-unsigned-4.14.38-041438-generic depends on linux-modules-4.14.38-041438-generic.
Removing linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Edit the file /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm
:
#!/bin/sh
set -e
version=4.14.38-041438-generic
image_path=/boot/vmlinuz-$version
(... SNIP ...)
Just below the first line #!/bin/sh
insert a new line:
exit 0
Save the file and rerun the failed command:
$ sudo apt remove linux-image-unsigned-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
After this operation, 8,663 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 635588 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postrm ... removing pending trigger
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.14.38-041438-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background: /home/rick/Pictures/1600x900/19.jpg
Found background image: /home/rick/Pictures/1600x900/19.jpg
Found linux image: /boot/vmlinuz-4.14.34-041434-generic
Found initrd image: /boot/initrd.img-4.14.34-041434-generic
Found linux image: /boot/vmlinuz-4.14.31-041431-generic
Found initrd image: /boot/initrd.img-4.14.31-041431-generic
Found linux image: /boot/vmlinuz-4.14.30-041430-generic
Found initrd image: /boot/initrd.img-4.14.30-041430-generic
Found linux image: /boot/vmlinuz-4.14.27-041427-generic
Found initrd image: /boot/initrd.img-4.14.27-041427-generic
Found linux image: /boot/vmlinuz-4.14.15-041415-generic
Found initrd image: /boot/initrd.img-4.14.15-041415-generic
Found linux image: /boot/vmlinuz-4.14.10-041410-generic
Found initrd image: /boot/initrd.img-4.14.10-041410-generic
Found linux image: /boot/vmlinuz-4.14.4-041404-generic
Found initrd image: /boot/initrd.img-4.14.4-041404-generic
Found linux image: /boot/vmlinuz-4.14.2-041402-generic
Found initrd image: /boot/initrd.img-4.14.2-041402-generic
Found linux image: /boot/vmlinuz-4.13.9-041309-generic
Found initrd image: /boot/initrd.img-4.13.9-041309-generic
Found linux image: /boot/vmlinuz-4.10.0-42-generic
Found initrd image: /boot/initrd.img-4.10.0-42-generic
Found linux image: /boot/vmlinuz-4.9.77-040977-generic
Found initrd image: /boot/initrd.img-4.9.77-040977-generic
Found linux image: /boot/vmlinuz-4.4.0-104-generic
Found initrd image: /boot/initrd.img-4.4.0-104-generic
Found linux image: /boot/vmlinuz-4.4.0-103-generic
Found initrd image: /boot/initrd.img-4.4.0-103-generic
Found linux image: /boot/vmlinuz-3.16.53-031653-generic
Found initrd image: /boot/initrd.img-3.16.53-031653-generic
Found Windows Boot Manager on /dev/nvme0n1p2@/EFI/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 18.04 LTS (18.04) on /dev/nvme0n1p8
Found Windows Boot Manager on /dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done
Double check everything is ok:
$ sudo apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
add a comment |Â
up vote
7
down vote
accepted
up vote
7
down vote
accepted
Kernels 4.14.xx
, 4.16.xx
and 4.17.rc(xx)
all share the same bug over this last week; April 24-30, 2018.
I just tried 4.14.38
tonight and it exhibits the same errors as 4.14.36
and 4.14.37
as documented in this bug report.
In my case tonight the errors are:
$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-4.14.38-041438.
(Reading database ... 641792 files and directories currently installed.)
Preparing to unpack linux-headers-4.14.38-041438_4.14.38-041438.201804300419_all.deb ...
Unpacking linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-headers-4.14.38-041438-generic.
Preparing to unpack linux-headers-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-headers-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-image-unsigned-4.14.38-041438-generic.
Preparing to unpack linux-image-unsigned-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-modules-4.14.38-041438-generic.
Preparing to unpack linux-modules-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
dpkg: dependency problems prevent configuration of linux-headers-4.14.38-041438-generic:
linux-headers-4.14.38-041438-generic depends on libssl1.1 (>= 1.1.0); however:
Package libssl1.1 is not installed.
dpkg: error processing package linux-headers-4.14.38-041438-generic (--install):
dependency problems - leaving unconfigured
Setting up linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--install):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-headers-4.14.38-041438-generic
linux-image-unsigned-4.14.38-041438-generic
To fix errors I tried sudo apt install -f
but it won't fix it plus causes a "crash report":
Using sudo rm-kernels
I removed 4.14.38
as much as I could:
This time around only the headers were successfully removed:
The following packages will be REMOVED:
linux-headers-4.14.38-041438*
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 74.6 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 665813 files and directories currently installed.)
Removing linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Now let's see what is left over:
$ apt list | grep 4.14.36
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
linux-image-unsigned-4.14.36-041436-generic/now 4.14.36-041436.201804240906 amd64 [residual-config]
Let's try to remove it:
$ sudo apt remove linux-modules-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic linux-modules-4.14.38-041438-generic
0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded.
After this operation, 296 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 641771 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: 11: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: linux-check-removal: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--remove):
subprocess installed pre-removal script returned error exit status 127
dpkg: linux-modules-4.14.38-041438-generic: dependency problems, but removing anyway as you requested:
linux-image-unsigned-4.14.38-041438-generic depends on linux-modules-4.14.38-041438-generic.
Removing linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Edit the file /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm
:
#!/bin/sh
set -e
version=4.14.38-041438-generic
image_path=/boot/vmlinuz-$version
(... SNIP ...)
Just below the first line #!/bin/sh
insert a new line:
exit 0
Save the file and rerun the failed command:
$ sudo apt remove linux-image-unsigned-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
After this operation, 8,663 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 635588 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postrm ... removing pending trigger
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.14.38-041438-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background: /home/rick/Pictures/1600x900/19.jpg
Found background image: /home/rick/Pictures/1600x900/19.jpg
Found linux image: /boot/vmlinuz-4.14.34-041434-generic
Found initrd image: /boot/initrd.img-4.14.34-041434-generic
Found linux image: /boot/vmlinuz-4.14.31-041431-generic
Found initrd image: /boot/initrd.img-4.14.31-041431-generic
Found linux image: /boot/vmlinuz-4.14.30-041430-generic
Found initrd image: /boot/initrd.img-4.14.30-041430-generic
Found linux image: /boot/vmlinuz-4.14.27-041427-generic
Found initrd image: /boot/initrd.img-4.14.27-041427-generic
Found linux image: /boot/vmlinuz-4.14.15-041415-generic
Found initrd image: /boot/initrd.img-4.14.15-041415-generic
Found linux image: /boot/vmlinuz-4.14.10-041410-generic
Found initrd image: /boot/initrd.img-4.14.10-041410-generic
Found linux image: /boot/vmlinuz-4.14.4-041404-generic
Found initrd image: /boot/initrd.img-4.14.4-041404-generic
Found linux image: /boot/vmlinuz-4.14.2-041402-generic
Found initrd image: /boot/initrd.img-4.14.2-041402-generic
Found linux image: /boot/vmlinuz-4.13.9-041309-generic
Found initrd image: /boot/initrd.img-4.13.9-041309-generic
Found linux image: /boot/vmlinuz-4.10.0-42-generic
Found initrd image: /boot/initrd.img-4.10.0-42-generic
Found linux image: /boot/vmlinuz-4.9.77-040977-generic
Found initrd image: /boot/initrd.img-4.9.77-040977-generic
Found linux image: /boot/vmlinuz-4.4.0-104-generic
Found initrd image: /boot/initrd.img-4.4.0-104-generic
Found linux image: /boot/vmlinuz-4.4.0-103-generic
Found initrd image: /boot/initrd.img-4.4.0-103-generic
Found linux image: /boot/vmlinuz-3.16.53-031653-generic
Found initrd image: /boot/initrd.img-3.16.53-031653-generic
Found Windows Boot Manager on /dev/nvme0n1p2@/EFI/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 18.04 LTS (18.04) on /dev/nvme0n1p8
Found Windows Boot Manager on /dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done
Double check everything is ok:
$ sudo apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Kernels 4.14.xx
, 4.16.xx
and 4.17.rc(xx)
all share the same bug over this last week; April 24-30, 2018.
I just tried 4.14.38
tonight and it exhibits the same errors as 4.14.36
and 4.14.37
as documented in this bug report.
In my case tonight the errors are:
$ sudo dpkg -i *.deb
Selecting previously unselected package linux-headers-4.14.38-041438.
(Reading database ... 641792 files and directories currently installed.)
Preparing to unpack linux-headers-4.14.38-041438_4.14.38-041438.201804300419_all.deb ...
Unpacking linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-headers-4.14.38-041438-generic.
Preparing to unpack linux-headers-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-headers-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-image-unsigned-4.14.38-041438-generic.
Preparing to unpack linux-image-unsigned-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Selecting previously unselected package linux-modules-4.14.38-041438-generic.
Preparing to unpack linux-modules-4.14.38-041438-generic_4.14.38-041438.201804300419_amd64.deb ...
Unpacking linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
dpkg: dependency problems prevent configuration of linux-headers-4.14.38-041438-generic:
linux-headers-4.14.38-041438-generic depends on libssl1.1 (>= 1.1.0); however:
Package libssl1.1 is not installed.
dpkg: error processing package linux-headers-4.14.38-041438-generic (--install):
dependency problems - leaving unconfigured
Setting up linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--install):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-headers-4.14.38-041438-generic
linux-image-unsigned-4.14.38-041438-generic
To fix errors I tried sudo apt install -f
but it won't fix it plus causes a "crash report":
Using sudo rm-kernels
I removed 4.14.38
as much as I could:
This time around only the headers were successfully removed:
The following packages will be REMOVED:
linux-headers-4.14.38-041438*
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 74.6 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 665813 files and directories currently installed.)
Removing linux-headers-4.14.38-041438 (4.14.38-041438.201804300419) ...
Setting up linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: 50: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postinst: linux-update-symlinks: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--configure):
subprocess installed post-installation script returned error exit status 127
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Now let's see what is left over:
$ apt list | grep 4.14.36
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
linux-image-unsigned-4.14.36-041436-generic/now 4.14.36-041436.201804240906 amd64 [residual-config]
Let's try to remove it:
$ sudo apt remove linux-modules-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic linux-modules-4.14.38-041438-generic
0 upgraded, 0 newly installed, 2 to remove and 2 not upgraded.
After this operation, 296 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 641771 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: 11: /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm: linux-check-removal: not found
dpkg: error processing package linux-image-unsigned-4.14.38-041438-generic (--remove):
subprocess installed pre-removal script returned error exit status 127
dpkg: linux-modules-4.14.38-041438-generic: dependency problems, but removing anyway as you requested:
linux-image-unsigned-4.14.38-041438-generic depends on linux-modules-4.14.38-041438-generic.
Removing linux-modules-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
Errors were encountered while processing:
linux-image-unsigned-4.14.38-041438-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
Edit the file /var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.prerm
:
#!/bin/sh
set -e
version=4.14.38-041438-generic
image_path=/boot/vmlinuz-$version
(... SNIP ...)
Just below the first line #!/bin/sh
insert a new line:
exit 0
Save the file and rerun the failed command:
$ sudo apt remove linux-image-unsigned-4.14.38-041438-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
linux-image-unsigned-4.14.38-041438-generic
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
After this operation, 8,663 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 635588 files and directories currently installed.)
Removing linux-image-unsigned-4.14.38-041438-generic (4.14.38-041438.201804300419) ...
/var/lib/dpkg/info/linux-image-unsigned-4.14.38-041438-generic.postrm ... removing pending trigger
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.14.38-041438-generic
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found background: /home/rick/Pictures/1600x900/19.jpg
Found background image: /home/rick/Pictures/1600x900/19.jpg
Found linux image: /boot/vmlinuz-4.14.34-041434-generic
Found initrd image: /boot/initrd.img-4.14.34-041434-generic
Found linux image: /boot/vmlinuz-4.14.31-041431-generic
Found initrd image: /boot/initrd.img-4.14.31-041431-generic
Found linux image: /boot/vmlinuz-4.14.30-041430-generic
Found initrd image: /boot/initrd.img-4.14.30-041430-generic
Found linux image: /boot/vmlinuz-4.14.27-041427-generic
Found initrd image: /boot/initrd.img-4.14.27-041427-generic
Found linux image: /boot/vmlinuz-4.14.15-041415-generic
Found initrd image: /boot/initrd.img-4.14.15-041415-generic
Found linux image: /boot/vmlinuz-4.14.10-041410-generic
Found initrd image: /boot/initrd.img-4.14.10-041410-generic
Found linux image: /boot/vmlinuz-4.14.4-041404-generic
Found initrd image: /boot/initrd.img-4.14.4-041404-generic
Found linux image: /boot/vmlinuz-4.14.2-041402-generic
Found initrd image: /boot/initrd.img-4.14.2-041402-generic
Found linux image: /boot/vmlinuz-4.13.9-041309-generic
Found initrd image: /boot/initrd.img-4.13.9-041309-generic
Found linux image: /boot/vmlinuz-4.10.0-42-generic
Found initrd image: /boot/initrd.img-4.10.0-42-generic
Found linux image: /boot/vmlinuz-4.9.77-040977-generic
Found initrd image: /boot/initrd.img-4.9.77-040977-generic
Found linux image: /boot/vmlinuz-4.4.0-104-generic
Found initrd image: /boot/initrd.img-4.4.0-104-generic
Found linux image: /boot/vmlinuz-4.4.0-103-generic
Found initrd image: /boot/initrd.img-4.4.0-103-generic
Found linux image: /boot/vmlinuz-3.16.53-031653-generic
Found initrd image: /boot/initrd.img-3.16.53-031653-generic
Found Windows Boot Manager on /dev/nvme0n1p2@/EFI/Microsoft/Boot/bootmgfw.efi
Found Ubuntu 18.04 LTS (18.04) on /dev/nvme0n1p8
Found Windows Boot Manager on /dev/sda1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for EFI firmware configuration
done
Double check everything is ok:
$ sudo apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bbswitch-dkms dkms gdm libjansson4 libxnvctrl0 linux-gcp-tools-4.10.0-1008
linux-gcp-tools-4.10.0-1009 linux-headers-4.4.0-103 linux-headers-4.4.0-103-generic
linux-image-4.4.0-103-generic linux-image-extra-4.4.0-103-generic
linux-tools-4.10.0-1008-gcp linux-tools-4.10.0-1009-gcp nvidia-prime nvidia-settings
python-compizconfig python-pyudev screen-resolution-extra
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
edited May 1 at 1:39
answered May 1 at 1:21
WinEunuuchs2Unix
35.5k758133
35.5k758133
add a comment |Â
add a comment |Â
up vote
5
down vote
Using ukuu to install kernels past v4.16.3 required these steps
- install libssl1.1 from
https://packages.ubuntu.com/bionic/amd64/libssl1.1/download - install the matching linux-modules deb for the kernel
For example for the 4.16.7 kernel grab the linux-module deb from
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.7/
You can find your kernel at -->
http://kernel.ubuntu.com/~kernel-ppa/mainline/
I had to install libssl1.1 from bionic to upgrade my kernel from v4.14.37 to v4.14.41 earlier today in an artful installation.
â José Alfredo Romero L.
May 19 at 9:24
add a comment |Â
up vote
5
down vote
Using ukuu to install kernels past v4.16.3 required these steps
- install libssl1.1 from
https://packages.ubuntu.com/bionic/amd64/libssl1.1/download - install the matching linux-modules deb for the kernel
For example for the 4.16.7 kernel grab the linux-module deb from
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.7/
You can find your kernel at -->
http://kernel.ubuntu.com/~kernel-ppa/mainline/
I had to install libssl1.1 from bionic to upgrade my kernel from v4.14.37 to v4.14.41 earlier today in an artful installation.
â José Alfredo Romero L.
May 19 at 9:24
add a comment |Â
up vote
5
down vote
up vote
5
down vote
Using ukuu to install kernels past v4.16.3 required these steps
- install libssl1.1 from
https://packages.ubuntu.com/bionic/amd64/libssl1.1/download - install the matching linux-modules deb for the kernel
For example for the 4.16.7 kernel grab the linux-module deb from
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.7/
You can find your kernel at -->
http://kernel.ubuntu.com/~kernel-ppa/mainline/
Using ukuu to install kernels past v4.16.3 required these steps
- install libssl1.1 from
https://packages.ubuntu.com/bionic/amd64/libssl1.1/download - install the matching linux-modules deb for the kernel
For example for the 4.16.7 kernel grab the linux-module deb from
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.7/
You can find your kernel at -->
http://kernel.ubuntu.com/~kernel-ppa/mainline/
answered May 4 at 12:36
G. Panula
511
511
I had to install libssl1.1 from bionic to upgrade my kernel from v4.14.37 to v4.14.41 earlier today in an artful installation.
â José Alfredo Romero L.
May 19 at 9:24
add a comment |Â
I had to install libssl1.1 from bionic to upgrade my kernel from v4.14.37 to v4.14.41 earlier today in an artful installation.
â José Alfredo Romero L.
May 19 at 9:24
I had to install libssl1.1 from bionic to upgrade my kernel from v4.14.37 to v4.14.41 earlier today in an artful installation.
â José Alfredo Romero L.
May 19 at 9:24
I had to install libssl1.1 from bionic to upgrade my kernel from v4.14.37 to v4.14.41 earlier today in an artful installation.
â José Alfredo Romero L.
May 19 at 9:24
add a comment |Â
up vote
3
down vote
The kernel that came with Ubuntu 18.04 has brightness problems for my computer (Lenovo IdeaPad S400). This was solved updating the kernel version.
I was trying earlier to update the kernel to version 4.16.6 using the software UKUU and it didn't work. Then I followed the instructions in (using the terminal): How to update kernel to the latest mainline version without any Distro-upgrade?
For my computer I downloaded the following packages (in http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.6/):
linux-headers-4.16.6-041606_4.16.6-041606.201804300418_all.deb
linux-headers-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-image-unsigned-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-modules-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
Then, following the instructions of the link above, I wrote:
cd /path/to/folder/where/you/put/the/debs
sudo dpkg -i *.deb
It worked perfectly.
Thank you! This is very straightforward and it has helped.
â Sergey Brunov
May 1 at 22:44
add a comment |Â
up vote
3
down vote
The kernel that came with Ubuntu 18.04 has brightness problems for my computer (Lenovo IdeaPad S400). This was solved updating the kernel version.
I was trying earlier to update the kernel to version 4.16.6 using the software UKUU and it didn't work. Then I followed the instructions in (using the terminal): How to update kernel to the latest mainline version without any Distro-upgrade?
For my computer I downloaded the following packages (in http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.6/):
linux-headers-4.16.6-041606_4.16.6-041606.201804300418_all.deb
linux-headers-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-image-unsigned-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-modules-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
Then, following the instructions of the link above, I wrote:
cd /path/to/folder/where/you/put/the/debs
sudo dpkg -i *.deb
It worked perfectly.
Thank you! This is very straightforward and it has helped.
â Sergey Brunov
May 1 at 22:44
add a comment |Â
up vote
3
down vote
up vote
3
down vote
The kernel that came with Ubuntu 18.04 has brightness problems for my computer (Lenovo IdeaPad S400). This was solved updating the kernel version.
I was trying earlier to update the kernel to version 4.16.6 using the software UKUU and it didn't work. Then I followed the instructions in (using the terminal): How to update kernel to the latest mainline version without any Distro-upgrade?
For my computer I downloaded the following packages (in http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.6/):
linux-headers-4.16.6-041606_4.16.6-041606.201804300418_all.deb
linux-headers-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-image-unsigned-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-modules-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
Then, following the instructions of the link above, I wrote:
cd /path/to/folder/where/you/put/the/debs
sudo dpkg -i *.deb
It worked perfectly.
The kernel that came with Ubuntu 18.04 has brightness problems for my computer (Lenovo IdeaPad S400). This was solved updating the kernel version.
I was trying earlier to update the kernel to version 4.16.6 using the software UKUU and it didn't work. Then I followed the instructions in (using the terminal): How to update kernel to the latest mainline version without any Distro-upgrade?
For my computer I downloaded the following packages (in http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.16.6/):
linux-headers-4.16.6-041606_4.16.6-041606.201804300418_all.deb
linux-headers-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-image-unsigned-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
linux-modules-4.16.6-041606-generic_4.16.6-041606.201804300418_amd64.deb
Then, following the instructions of the link above, I wrote:
cd /path/to/folder/where/you/put/the/debs
sudo dpkg -i *.deb
It worked perfectly.
edited May 2 at 3:17
Sergey Brunov
1113
1113
answered May 1 at 0:58
user824210
Thank you! This is very straightforward and it has helped.
â Sergey Brunov
May 1 at 22:44
add a comment |Â
Thank you! This is very straightforward and it has helped.
â Sergey Brunov
May 1 at 22:44
Thank you! This is very straightforward and it has helped.
â Sergey Brunov
May 1 at 22:44
Thank you! This is very straightforward and it has helped.
â Sergey Brunov
May 1 at 22:44
add a comment |Â
up vote
0
down vote
The problem I've been experiencing with the latest series of Linux kernels (that is those after K4.16.3> ) is that the "linux-image.deb" files are NOT signed. It is the lack of signed binary files that is causing all the problems i.e. fails to install, system just borks at any attempts.
The only solution IMO is to hold back and wait patiently for the next major kernel release i.e. K.4.17 or even K5.0 in the hope that the required linux-imge.deb files will include the necessary key signing and thus install without any difficulties.
Cyteck
add a comment |Â
up vote
0
down vote
The problem I've been experiencing with the latest series of Linux kernels (that is those after K4.16.3> ) is that the "linux-image.deb" files are NOT signed. It is the lack of signed binary files that is causing all the problems i.e. fails to install, system just borks at any attempts.
The only solution IMO is to hold back and wait patiently for the next major kernel release i.e. K.4.17 or even K5.0 in the hope that the required linux-imge.deb files will include the necessary key signing and thus install without any difficulties.
Cyteck
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The problem I've been experiencing with the latest series of Linux kernels (that is those after K4.16.3> ) is that the "linux-image.deb" files are NOT signed. It is the lack of signed binary files that is causing all the problems i.e. fails to install, system just borks at any attempts.
The only solution IMO is to hold back and wait patiently for the next major kernel release i.e. K.4.17 or even K5.0 in the hope that the required linux-imge.deb files will include the necessary key signing and thus install without any difficulties.
Cyteck
The problem I've been experiencing with the latest series of Linux kernels (that is those after K4.16.3> ) is that the "linux-image.deb" files are NOT signed. It is the lack of signed binary files that is causing all the problems i.e. fails to install, system just borks at any attempts.
The only solution IMO is to hold back and wait patiently for the next major kernel release i.e. K.4.17 or even K5.0 in the hope that the required linux-imge.deb files will include the necessary key signing and thus install without any difficulties.
Cyteck
answered May 8 at 9:52
Cyteck
413
413
add a comment |Â
add a comment |Â
up vote
0
down vote
I'm running linux mint 18.3 based on xenial and i managed to install mainline kernel 4.17.. Just install UKTool by following these steps and the programm will do the job for you.. good luck.!!
https://www.2daygeek.com/uktools-easy-way-to-install-latest-stable-linux-kernel-on-ubuntu-mint-and-derivatives/
add a comment |Â
up vote
0
down vote
I'm running linux mint 18.3 based on xenial and i managed to install mainline kernel 4.17.. Just install UKTool by following these steps and the programm will do the job for you.. good luck.!!
https://www.2daygeek.com/uktools-easy-way-to-install-latest-stable-linux-kernel-on-ubuntu-mint-and-derivatives/
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I'm running linux mint 18.3 based on xenial and i managed to install mainline kernel 4.17.. Just install UKTool by following these steps and the programm will do the job for you.. good luck.!!
https://www.2daygeek.com/uktools-easy-way-to-install-latest-stable-linux-kernel-on-ubuntu-mint-and-derivatives/
I'm running linux mint 18.3 based on xenial and i managed to install mainline kernel 4.17.. Just install UKTool by following these steps and the programm will do the job for you.. good luck.!!
https://www.2daygeek.com/uktools-easy-way-to-install-latest-stable-linux-kernel-on-ubuntu-mint-and-derivatives/
answered Jun 4 at 3:23
kostas kip
11
11
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030043%2funable-to-upgrade-kernel-after-4-16-3%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
4.16.4 has a bug. Same as 4.14.36.
â WinEunuuchs2Unix
Apr 30 at 11:43
so we should just wait a working relase?
â Fabi0_Z
Apr 30 at 12:26
Yeah but you can't add any other programs until
apt install -f
is fixed.â WinEunuuchs2Unix
Apr 30 at 12:42
1
It won't let you remove it either. I'll post an answer after work.
â WinEunuuchs2Unix
Apr 30 at 15:05