Skip to content

Instantly share code, notes, and snippets.

@keon
Created April 2, 2016 14:58
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 keon/38cc1ad13a7bd165a1788d9fe5b4ac36 to your computer and use it in GitHub Desktop.
Save keon/38cc1ad13a7bd165a1788d9fe5b4ac36 to your computer and use it in GitHub Desktop.
keon@ubuntu:~/Downloads/kernels$ wget http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-{image,image-extra,headers}-4.4.0-17-generic_4.4.0-17.33_amd64.deb--2016-04-02 23:50:35-- http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-4.4.0-17-generic_4.4.0-17.33_amd64.deb
Resolving archive.ubuntu.com (archive.ubuntu.com)... 91.189.88.153, 91.189.91.15, 91.189.91.13, ...
Connecting to archive.ubuntu.com (archive.ubuntu.com)|91.189.88.153|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18566294 (18M) [application/x-debian-package]
Saving to: ‘linux-image-4.4.0-17-generic_4.4.0-17.33_amd64.deb’
100%[============================================================>] 18,566,294 1.56MB/s in 13s
2016-04-02 23:50:48 (1.38 MB/s) - ‘linux-image-4.4.0-17-generic_4.4.0-17.33_amd64.deb’ saved [18566294/18566294]
--2016-04-02 23:50:48-- http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-extra-4.4.0-17-generic_4.4.0-17.33_amd64.deb
Connecting to archive.ubuntu.com (archive.ubuntu.com)|91.189.88.153|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38985750 (37M) [application/x-debian-package]
Saving to: ‘linux-image-extra-4.4.0-17-generic_4.4.0-17.33_amd64.deb’
100%[============================================================>] 38,985,750 3.26MB/s in 16s
2016-04-02 23:51:05 (2.34 MB/s) - ‘linux-image-extra-4.4.0-17-generic_4.4.0-17.33_amd64.deb’ saved [38985750/38985750]
--2016-04-02 23:51:05-- http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-4.4.0-17-generic_4.4.0-17.33_amd64.deb
Reusing existing connection to archive.ubuntu.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 789734 (771K) [application/x-debian-package]
Saving to: ‘linux-headers-4.4.0-17-generic_4.4.0-17.33_amd64.deb’
100%[============================================================>] 789,734 1.17MB/s in 0.6s
2016-04-02 23:51:06 (1.17 MB/s) - ‘linux-headers-4.4.0-17-generic_4.4.0-17.33_amd64.deb’ saved [789734/789734]
FINISHED --2016-04-02 23:51:06--
Total wall clock time: 31s
Downloaded: 3 files, 56M in 29s (1.89 MB/s)
keon@ubuntu:~/Downloads/kernels$ sudo dpkg -Ri .
Selecting previously unselected package linux-image-extra-4.4.0-17-generic.
(Reading database ... 203312 files and directories currently installed.)
Preparing to unpack .../linux-image-extra-4.4.0-17-generic_4.4.0-17.33_amd64.deb ...
Unpacking linux-image-extra-4.4.0-17-generic (4.4.0-17.33) ...
Selecting previously unselected package linux-headers-4.4.0-17-generic.
Preparing to unpack .../linux-headers-4.4.0-17-generic_4.4.0-17.33_amd64.deb ...
Unpacking linux-headers-4.4.0-17-generic (4.4.0-17.33) ...
Selecting previously unselected package linux-image-4.4.0-17-generic.
Preparing to unpack .../linux-image-4.4.0-17-generic_4.4.0-17.33_amd64.deb ...
Done.
Unpacking linux-image-4.4.0-17-generic (4.4.0-17.33) ...
dpkg: dependency problems prevent configuration of linux-headers-4.4.0-17-generic:
linux-headers-4.4.0-17-generic depends on linux-headers-4.4.0-17; however:
Package linux-headers-4.4.0-17 is not installed.
dpkg: error processing package linux-headers-4.4.0-17-generic (--install):
dependency problems - leaving unconfigured
Setting up linux-image-4.4.0-17-generic (4.4.0-17.33) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
update-initramfs: Generating /boot/initrd.img-4.4.0-17-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.4.0-17-generic
Found initrd image: /boot/initrd.img-4.4.0-17-generic
Found linux image: /boot/vmlinuz-4.2.0-34-generic
Found initrd image: /boot/initrd.img-4.2.0-34-generic
Found linux image: /boot/vmlinuz-4.2.0-27-generic
Found initrd image: /boot/initrd.img-4.2.0-27-generic
Adding boot menu entry for EFI firmware configuration
done
Setting up linux-image-extra-4.4.0-17-generic (4.4.0-17.33) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
update-initramfs: Generating /boot/initrd.img-4.4.0-17-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-17-generic /boot/vmlinuz-4.4.0-17-generic
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.4.0-17-generic
Found initrd image: /boot/initrd.img-4.4.0-17-generic
Found linux image: /boot/vmlinuz-4.2.0-34-generic
Found initrd image: /boot/initrd.img-4.2.0-34-generic
Found linux image: /boot/vmlinuz-4.2.0-27-generic
Found initrd image: /boot/initrd.img-4.2.0-27-generic
Adding boot menu entry for EFI firmware configuration
done
Errors were encountered while processing:
linux-headers-4.4.0-17-generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment