Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirishag75/a41a2684fae5db3d72fc84e22064784f to your computer and use it in GitHub Desktop.
Save shirishag75/a41a2684fae5db3d72fc84e22064784f to your computer and use it in GitHub Desktop.
updating kernel
[$] sudo aptitude install linux-image-4.10.0-trunk-amd64-unsigned linux-headers-4.10.0-trunk-amd64
The following NEW packages will be installed:
linux-headers-4.10.0-trunk-amd64 linux-headers-4.10.0-trunk-common linux-image-4.10.0-trunk-amd64-unsigned linux-kbuild-4.10
0 packages upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 kB/47.0 MB of archives. After unpacking 239 MB will be used.
Do you want to continue? [Y/n/?] y
.....
.....
Setting up linux-image-4.10.0-trunk-amd64-unsigned (4.10-1~exp1) ...
D000001: deferred_configure updating conffiles
I: /vmlinuz is now a symlink to boot/vmlinuz-4.10.0-trunk-amd64
I: /initrd.img is now a symlink to boot/initrd.img-4.10.0-trunk-amd64
/etc/kernel/postinst.d/dkms:
Error! Bad return status for module build on kernel: 4.10.0-trunk-amd64 (x86_64)
Consult /var/lib/dkms/sysdig/0.13.0/build/make.log for more information.
.....
.....
/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
D000001: cmpversions a='0:4.9.0-2-amd64' b='0:4.10.0~trunk-amd64' r=-1
Found linux image: /boot/vmlinuz-4.10.0-trunk-amd64
Found initrd image: /boot/initrd.img-4.10.0-trunk-amd64
Found linux image: /boot/vmlinuz-4.9.0-2-amd64
Found initrd image: /boot/initrd.img-4.9.0-2-amd64
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment