rendered paste body==> /tmp/boot-listing <==
total 96985
1198 -rw-r--r-- 1 root 1226655 Sep 16 17:01 System.map-2.6.26-2-amd64
2103 -rw-r--r-- 1 root 2152657 Apr 16 11:32 System.map-2.6.32-21-generic
2104 -rw-r--r-- 1 root 2154167 Jun 11 11:28 System.map-2.6.32-23-generic
2105 -rw-r--r-- 1 root 2154635 Sep 16 18:24 System.map-2.6.32-24-generic
2119 -rw-r--r-- 1 root 2169748 Aug 20 19:32 System.map-2.6.32-24-preempt
621 -rw-r--r-- 1 root 634929 Apr 16 11:32 abi-2.6.32-21-generic
631 -rw-r--r-- 1 root 645752 Jun 11 11:28 abi-2.6.32-23-generic
631 -rw-r--r-- 1 root 645813 Sep 16 18:24 abi-2.6.32-24-generic
632 -rw-r--r-- 1 root 646250 Aug 20 19:32 abi-2.6.32-24-preempt
1 drwxr-xr-x 3 root 1024 Jul 19 02:50 boot/
84 -rw-r--r-- 1 root 85694 Sep 16 17:01 config-2.6.26-2-amd64
108 -rw-r--r-- 1 root 110365 Apr 16 11:32 config-2.6.32-21-generic
108 -rw-r--r-- 1 root 110458 Jun 11 11:28 config-2.6.32-23-generic
108 -rw-r--r-- 1 root 110458 Sep 16 18:24 config-2.6.32-24-generic
108 -rw-r--r-- 1 root 110517 Aug 20 19:32 config-2.6.32-24-preempt
7 drwxr-xr-x 3 root 7168 Sep 19 20:55 grub/
12104 -rw-r--r-- 1 root 12394234 Sep 17 23:24 initrd.img-2.6.26-2-amd64
11700 -rw-r--r-- 1 root 11980800 Sep 17 22:58 initrd.img-2.6.26-2-amd64.new
14277 -rw-r--r-- 1 root 14619109 Sep 15 20:05 initrd.img-2.6.32-21-generic
14192 -rw-r--r-- 1 root 14532239 Jul 19 03:54 initrd.img-2.6.32-23-generic
14302 -rw-r--r-- 1 root 14644641 Sep 16 18:20 initrd.img-2.6.32-24-preempt
1 drwx------ 2 root 1024 Sep 18 03:27 lost+found/
157 -rw-r--r-- 1 root 160280 Mar 23 09:40 memtest86+.bin
2 -rw-r--r-- 1 root 1336 Apr 16 11:35 vmcoreinfo-2.6.32-21-generic
2 -rw-r--r-- 1 root 1336 Jun 11 11:31 vmcoreinfo-2.6.32-23-generic
2 -rw-r--r-- 1 root 1336 Sep 16 18:28 vmcoreinfo-2.6.32-24-generic
2 -rw-r--r-- 1 root 1336 Aug 20 19:38 vmcoreinfo-2.6.32-24-preempt
1716 -rw-r--r-- 1 root 1756880 Sep 16 17:00 vmlinuz-2.6.26-2-amd64
3944 -rw-r--r-- 1 root 4037888 Apr 16 11:32 vmlinuz-2.6.32-21-generic
3951 -rw-r--r-- 1 root 4045536 Jun 11 11:28 vmlinuz-2.6.32-23-generic
3956 -rw-r--r-- 1 root 4050848 Sep 16 18:24 vmlinuz-2.6.32-24-generic
4009 -rw-r--r-- 1 root 4104384 Aug 20 19:32 vmlinuz-2.6.32-24-preempt
==> grub/grub.cfg <==
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
set saved_entry=${prev_saved_entry}
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 89026b1d-ed74-465c-a925-c73d1b964c59
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
set locale_dir=($root)/grub/locale
set lang=en
insmod gettext
if [ ${recordfail} = 1 ]; then
set timeout=-1
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/07_mintkde_theme ###
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
insmod jpeg
if background_image /grub/isadorablue.jpeg ; then
set color_normal=white/black
set color_highlight=white/light-gray
else
set menu_color_normal=white/black
set menu_color_highlight=white/light-gray
fi
### END /etc/grub.d/07_mintkde_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Linux Mint 9, 2.6.32-24-generic (/dev/sda7)" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
linux /vmlinuz-2.6.32-24-generic root=/dev/sda6 ro quiet splash
}
menuentry "Linux Mint 9, 2.6.32-24-generic (/dev/sda7) -- recovery mode" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
echo 'Loading Linux 2.6.32-24-generic ...'
linux /vmlinuz-2.6.32-24-generic root=/dev/sda6 ro single
echo 'Loading initial ramdisk ...'
}
menuentry "Linux Mint 9, 2.6.32-23-generic (/dev/sda7)" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
linux /vmlinuz-2.6.32-23-generic root=UUID=89026b1d-ed74-465c-a925-c73d1b964c59 ro quiet splash
initrd /initrd.img-2.6.32-23-generic
}
menuentry "Linux Mint 9, 2.6.32-23-generic (/dev/sda7) -- recovery mode" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
echo 'Loading Linux 2.6.32-23-generic ...'
linux /vmlinuz-2.6.32-23-generic root=UUID=89026b1d-ed74-465c-a925-c73d1b964c59 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-2.6.32-23-generic
}
menuentry "Linux Mint 9, 2.6.32-21-generic (/dev/sda7)" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
linux /vmlinuz-2.6.32-21-generic root=UUID=89026b1d-ed74-465c-a925-c73d1b964c59 ro quiet splash
initrd /initrd.img-2.6.32-21-generic
}
menuentry "Linux Mint 9, 2.6.32-21-generic (/dev/sda7) -- recovery mode" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
echo 'Loading Linux 2.6.32-21-generic ...'
linux /vmlinuz-2.6.32-21-generic root=UUID=89026b1d-ed74-465c-a925-c73d1b964c59 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-2.6.32-21-generic
}
menuentry "Linux Mint 9, 2.6.32-24-preempt (/dev/sda7)" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
linux /vmlinuz-2.6.32-24-preempt root=UUID=89026b1d-ed74-465c-a925-c73d1b964c59 ro quiet splash
initrd /initrd.img-2.6.32-24-preempt
}
menuentry "Linux Mint 9, 2.6.32-24-preempt (/dev/sda7) -- recovery mode" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
echo 'Loading Linux 2.6.32-24-preempt ...'
linux /vmlinuz-2.6.32-24-preempt root=UUID=89026b1d-ed74-465c-a925-c73d1b964c59 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-2.6.32-24-preempt
}
menuentry "Linux Mint 9, 2.6.26-2-amd64 (/dev/sda7)" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
linux /vmlinuz-2.6.26-2-amd64 root=UUID=89026b1d-ed74-465c-a925-c73d1b964c59 ro quiet splash
initrd /initrd.img-2.6.26-2-amd64
}
menuentry "Linux Mint 9, 2.6.26-2-amd64 (/dev/sda7) -- recovery mode" --class linuxmint --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
echo 'Loading Linux 2.6.26-2-amd64 ...'
linux /vmlinuz-2.6.26-2-amd64 root=UUID=89026b1d-ed74-465c-a925-c73d1b964c59 ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-2.6.26-2-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/10_lupin ###
### END /etc/grub.d/10_lupin ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
linux16 /memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod ext2
set root='(hd0,7)'
search --no-floppy --fs-uuid --set ba5e22b1-d340-44e7-8ebc-7e19f914a659
linux16 /memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 283c66bb3c668422
chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda3)" {
insmod ntfs
set root='(hd0,3)'
search --no-floppy --fs-uuid --set c4f4f71df4f71082
chainloader +1
}
menuentry "Windows Vista (loader) (on /dev/sda5)" {
insmod ntfs
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 01cb52dbae46ebb0
chainloader +1
}
menuentry "Ubuntu, with Linux 2.6.32-24-generic (on /dev/sdb10)" {
insmod ext2
set root='(hd1,9)'
search --no-floppy --fs-uuid --set db9e33a4-4f30-4117-8aaa-71a2c9fd13c9
linux /vmlinuz-2.6.32-24-generic root=/dev/sdb10 ro quiet splash
}
menuentry "Ubuntu, with Linux 2.6.32-24-generic (recovery mode) (on /dev/sdb10)" {
insmod ext2
set root='(hd1,9)'
search --no-floppy --fs-uuid --set db9e33a4-4f30-4117-8aaa-71a2c9fd13c9
linux /vmlinuz-2.6.32-24-generic root=/dev/sdb10 ro single
}
menuentry "Ubuntu, with Linux 2.6.32-21-generic (on /dev/sdb10)" {
insmod ext2
set root='(hd1,9)'
search --no-floppy --fs-uuid --set db9e33a4-4f30-4117-8aaa-71a2c9fd13c9
linux /vmlinuz-2.6.32-21-generic root=UUID=5bf7a5eb-1055-41cc-806a-8a8bc05a2086 ro quiet splash
initrd /initrd.img-2.6.32-21-generic
}
menuentry "Ubuntu, with Linux 2.6.32-21-generic (recovery mode) (on /dev/sdb10)" {
insmod ext2
set root='(hd1,9)'
search --no-floppy --fs-uuid --set db9e33a4-4f30-4117-8aaa-71a2c9fd13c9
linux /vmlinuz-2.6.32-21-generic root=UUID=5bf7a5eb-1055-41cc-806a-8a8bc05a2086 ro single
initrd /initrd.img-2.6.32-21-generic
}
menuentry "Linux Mint 9, 2.6.32-23-generic (/dev/sdb12) (on /dev/sdb13)" {
insmod ext2
set root='(hd1,12)'
search --no-floppy --fs-uuid --set fa162062-3df7-4189-a39c-e955e7025110
linux /vmlinuz-2.6.32-23-generic root=UUID=86b22291-dae7-45a3-a0b9-58b6319c2d42 ro quiet splash
initrd /initrd.img-2.6.32-23-generic
}
menuentry "Linux Mint 9, 2.6.32-23-generic (/dev/sdb12) -- recovery mode (on /dev/sdb13)" {
insmod ext2
set root='(hd1,12)'
search --no-floppy --fs-uuid --set fa162062-3df7-4189-a39c-e955e7025110
linux /vmlinuz-2.6.32-23-generic root=UUID=86b22291-dae7-45a3-a0b9-58b6319c2d42 ro single
initrd /initrd.img-2.6.32-23-generic
}
menuentry "Linux Mint 9, 2.6.32-21-generic (/dev/sdb12) (on /dev/sdb13)" {
insmod ext2
set root='(hd1,12)'
search --no-floppy --fs-uuid --set fa162062-3df7-4189-a39c-e955e7025110
linux /vmlinuz-2.6.32-21-generic root=UUID=86b22291-dae7-45a3-a0b9-58b6319c2d42 ro quiet splash
initrd /initrd.img-2.6.32-21-generic
}
menuentry "Linux Mint 9, 2.6.32-21-generic (/dev/sdb12) -- recovery mode (on /dev/sdb13)" {
insmod ext2
set root='(hd1,12)'
search --no-floppy --fs-uuid --set fa162062-3df7-4189-a39c-e955e7025110
linux /vmlinuz-2.6.32-21-generic root=UUID=86b22291-dae7-45a3-a0b9-58b6319c2d42 ro single
initrd /initrd.img-2.6.32-21-generic
}
menuentry "Windows Vista (loader) (on /dev/sdb5)" {
insmod ntfs
set root='(hd1,5)'
search --no-floppy --fs-uuid --set 01cb52dbae46ebb0
chainloader +1
}
menuentry "Debian GNU/Linux, kernel 2.6.26-2-amd64 (on /dev/sdb8)" {
insmod ext2
set root='(hd1,7)'
search --no-floppy --fs-uuid --set c427d858-1269-4b72-ac00-da5942bbef9f
linux /vmlinuz-2.6.26-2-amd64 root=/dev/sdb8 ro quiet
initrd /initrd.img-2.6.26-2-amd64
}
menuentry "Debian GNU/Linux, kernel 2.6.26-2-amd64 (single-user mode) (on /dev/sdb8)" {
insmod ext2
set root='(hd1,7)'
search --no-floppy --fs-uuid --set c427d858-1269-4b72-ac00-da5942bbef9f
linux /vmlinuz-2.6.26-2-amd64 root=/dev/sdb8 ro single
initrd /initrd.img-2.6.26-2-amd64
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###