--- Please enter the report below this line. ---
Kernel update was performed while running linux-image-2.6.32-3-686.
It is likely that running grub update under linux-image-2.6.32-5-686 kernel will replace root=/dev/hda1 by root=/dev/sda1 b(maybe I need to try) but this will kill the old kernel.
Please advice if I can provide any additional information.
Cheers,
Abou Al Montacir
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.32-5-686
Suggests (Version) | Installed
===============================-+-===========
linux-doc-2.6.32 |
grub | 0.97-61
OR lilo |
-8<---8<---8<---8<---8<---8<---8<---8<---8<--
Please attach the file:
/tmp/reportbug-ng-linux-image-2.6.32-5-686-ysB1WB.txt
to the mail. I'd do it myself if the output wasn't too long to handle.
Thank you!
->8--->8--->8--->8--->8--->8--->8--->8--->8--
--- Output from package bug script ---
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-12) (ben@decadent.org.uk) (gcc version 4.3.4 (Debian 4.3.4-10) ) #1 SMP Sat May 1 04:16:37 UTC 2010
#
# 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
}
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 40703290-bd17-4353-89cc-58f6c45b5b43
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,1)'
search --no-floppy --fs-uuid --set 40703290-bd17-4353-89cc-58f6c45b5b43
set locale_dir=($root)/boot/grub/locale
set lang=fr
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 40703290-bd17-4353-89cc-58f6c45b5b43
insmod png
if background_image /boot/grub/moreblue-orbit-grub.png ; then
set color_normal=black/black
set color_highlight=magenta/black
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, with Linux 2.6.32-5-686" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 40703290-bd17-4353-89cc-58f6c45b5b43
echo Loading Linux 2.6.32-5-686 ...
linux /boot/vmlinuz-2.6.32-5-686 root=/dev/hda1 ro quiet
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-5-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 40703290-bd17-4353-89cc-58f6c45b5b43
echo Loading Linux 2.6.32-5-686 ...
linux /boot/vmlinuz-2.6.32-5-686 root=/dev/hda1 ro single
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-5-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 40703290-bd17-4353-89cc-58f6c45b5b43
echo Loading Linux 2.6.32-3-686 ...
linux /boot/vmlinuz-2.6.32-3-686 root=/dev/hda1 ro quiet
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-3-686
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686 (recovery mode)" --class debian --class gnu-linux --class gnu --class os {
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 40703290-bd17-4353-89cc-58f6c45b5b43
echo Loading Linux 2.6.32-3-686 ...
linux /boot/vmlinuz-2.6.32-3-686 root=/dev/hda1 ro single
echo Loading initial ramdisk ...
initrd /boot/initrd.img-2.6.32-3-686
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### 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 ###
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# /dev/hda1 / ext3 errors=remount-ro 0 1
UUID=40703290-bd17-4353-89cc-58f6c45b5b43 / ext3 errors=remount-ro 0 1
# /dev/hda5 none swap sw 0 0
UUID=9b8dd54b-df83-49be-8215-e5d787b381a3 none swap sw 0 0
proc /proc proc defaults 0 0
# /dev/hda6 /home ext3 defaults 0 2
UUID=e0870e14-9544-4cb7-9671-c1387794fb97 /home ext3 defaults 0 2
# /dev/hda7 /usr/local ext3 defaults 0 2
UUID=8737ab3f-bf8d-48ab-855c-4fbb5f22ec0d /usr/local ext3 defaults 0 2
# /dev/hda8 /mnt/data ext3 defaults 0 2
UUID=57977736-c38a-4fb6-974c-fc21c4d7b1ab /mnt/data ext3 defaults 0 2
#/dev/cdrom1 /media/cdrom iso9660 ro,user,noauto 0 0
#/dev/fd0 /media/floppy auto user,noauto 0 0
#/dev/sda1 /media/cle vfat user,noauto 0 0