Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2014 05:27
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 anonymous/fb9335a731e2de31b158 to your computer and use it in GitHub Desktop.
Save anonymous/fb9335a731e2de31b158 to your computer and use it in GitHub Desktop.
chris@staging:~# sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.5.0-47-generic
Found initrd image: /boot/initrd.img-3.5.0-47-generic
Found memtest86+ image: /memtest86+.bin
done
chris@staging:~# dpkg --get-selections | egrep linux- | sort | awk '{ print $1 }'
linux-firmware
linux-headers-3.5.0-47-generic
linux-headers-3.5.0-47
linux-headers-3.5.0-49-generic
linux-headers-3.5.0-49
linux-headers-3.5.0-51-generic
linux-headers-3.5.0-51
linux-headers-3.5.0-52-generic
linux-headers-3.5.0-52
linux-headers-generic-lts-quantal
linux-image-3.5.0-40-generic
linux-image-3.5.0-41-generic
linux-image-3.5.0-42-generic
linux-image-3.5.0-43-generic
linux-image-3.5.0-44-generic
linux-image-3.5.0-45-generic
linux-image-3.5.0-46-generic
linux-image-3.5.0-47-generic
linux-image-3.5.0-49-generic
linux-image-3.5.0-52-generic
linux-libc-dev
chris@staging:~# ll /boot
total 24664
drwxr-xr-x 4 root root 2048 Jul 4 12:36 ./
drwxr-xr-x 22 root root 4096 Jul 4 10:50 ../
-rw-r--r-- 1 root root 862198 Feb 20 09:27 abi-3.5.0-47-generic
-rw-r--r-- 1 root root 154696 Feb 20 09:27 config-3.5.0-47-generic
drwxr-xr-x 3 root root 5120 Jul 4 15:23 grub/
-rw-r--r-- 1 root root 16090584 Jul 4 12:36 initrd.img-3.5.0-47-generic
drwxr-xr-x 2 root root 12288 Sep 6 2013 lost+found/
-rw-r--r-- 1 root root 176764 Nov 27 2011 memtest86+.bin
-rw-r--r-- 1 root root 178944 Nov 27 2011 memtest86+_multiboot.bin
-rw------- 1 root root 2422686 Feb 20 09:27 System.map-3.5.0-47-generic
-rw------- 1 root root 5238640 Feb 20 09:27 vmlinuz-3.5.0-47-generic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment