Create a gist now

Instantly share code, notes, and snippets.

@moskiteau /console Secret
Last active Oct 8, 2015

What would you like to do?
Linux 3.16.0-46-generic #62~14.04.1-Ubuntu SMP Tue Aug 11 16:27:16 UTC 2015 x86_64 x86_64 x86_64 GNU/Linu
video
*-display UNCLAIMED
description: VGA compatible controller
product: GK106GL [Quadro K4000]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:05:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:ee000000-eeffffff memory:d0000000-dfffffff memory:e0000000-e1ffffff ioport:a000(size=128) memory:ef000000-ef07ffff
ls /boot/
------------------------------------------------
abi-3.16.0-46-generic initrd.img-3.16.0-50-generic.dpkg-bak
boot.0800 inside.bmp
coffee.bmp map
config-3.16.0-46-generic memtest86+.bin
debian.bmp memtest86+.elf
debian-de.bmp memtest86+_multiboot.bin
debianlilo.bmp onlyblue.bmp
efi sarge.bmp
grub sid.bmp
initrd.img-3.13.0-62-generic System.map-3.16.0-46-generic
initrd.img-3.13.0-65-generic tuxlogo.bmp
initrd.img-3.16.0-46 vmlinuz-3.16.0-46-generic
initrd.img-3.16.0-46-generic vmlinuz-3.16.0-46-generic.efi.signed
initrd.img-3.16.0-46-generic.dpkg-bak
------------------------------------------------
uname -r
3.16.0-46-generic
dpkg -l linux-* | awk '/^ii/{ print $2 }' | grep -e [0-9]
linux-headers-3.16.0-46
linux-headers-3.16.0-46-generic
linux-image-3.16.0-46-generic
linux-image-extra-3.16.0-46-generic
linux-libc-dev:amd64
linux-signed-image-3.16.0-46-generic
sudo apt-get autoremove
-------------------------------------
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-50-generic
grep: /boot/config-3.16.0-50-generic: No such file or directory
depmod: WARNING: could not open /tmp/mkinitramfs_2coIou/lib/modules/3.16.0-50-generic/modules.order: No such file or directory
depmod: WARNING: could not open /tmp/mkinitramfs_2coIou/lib/modules/3.16.0-50-generic/modules.builtin: No such file or directory
Fatal: open /boot/vmlinuz-3.16.0-31-generic.efi.signed: No such file or directory
run-parts: /etc/initramfs/post-update.d//runlilo exited with return code 1
dpkg: error processing package initramfs-tools (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
--------------------------
apt-get install -f
----------------------
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-50-generic
grep: /boot/config-3.16.0-50-generic: No such file or directory
depmod: WARNING: could not open /tmp/mkinitramfs_drOHhW/lib/modules/3.16.0-50-generic/modules.order: No such file or directory
depmod: WARNING: could not open /tmp/mkinitramfs_drOHhW/lib/modules/3.16.0-50-generic/modules.builtin: No such file or directory
Fatal: open /boot/vmlinuz-3.16.0-31-generic.efi.signed: No such file or directory
run-parts: /etc/initramfs/post-update.d//runlilo exited with return code 1
dpkg: error processing package initramfs-tools (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment