Your message dated Sun, 27 Mar 2011 23:40:12 +0200
with message-id <[email protected]>
and subject line Re: Bug#601073: [grub-pc]
has caused the Debian Bug report #601073,
regarding [grub-pc] vmlinuz-2.6.32-5-amd64 not file found
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
601073: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601073
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.98+20100804-6
Severity: normal
--- Please enter the report below this line. ---
after upgrade sid when I reboot the system I had error with
vmlinuz-2.6.32-5-amd64 not file found.
I edit the menu and changed /boot with (hd0,1) and the problem is solved.
my particions are:
(hd0,1) -> /boot
(hd0,2) -> swap
(hd0,3) -> /
this is my grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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 load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 7eaad052-d1d7-4efa-bf4f-02953932d8be
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
set locale_dir=($root)/grub/locale
set lang=ca
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.32-5-amd64 ...'
linux /boot/vmlinuz-2.6.32-5-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.32-5-amd64 ...'
linux /boot/vmlinuz-2.6.32-5-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-amd64' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.32-3-amd64 ...'
linux /boot/vmlinuz-2.6.32-3-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-amd64 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.32-3-amd64 ...'
linux /boot/vmlinuz-2.6.32-3-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.30-1-amd64' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.30-1-amd64 ...'
linux /boot/vmlinuz-2.6.30-1-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.30-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.30-1-amd64 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.30-1-amd64 ...'
linux /boot/vmlinuz-2.6.30-1-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.30-1-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### 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 ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.32-5-amd64
Debian Release: squeeze/sid
500 unstable ftp.caliu.cat
500 unstable ftp.bg.debian.org
500 testing security.debian.org
500 testing ftp.es.debian.org
500 testing ftp.caliu.cat
500 lucid ppa.launchpad.net
1 experimental ftp.caliu.cat
--- Package information. ---
Depends (Version) | Installed
==========================================-+-====================
libc6 (>= 2.3) | 2.11.2-6+squeeze1
libdevmapper1.02.1 (>= 2:1.02.36) | 2:1.02.48-3
debconf (>= 0.5) | 1.5.36
OR debconf-2.0 |
grub-common (= 1.98+20100804-6) | 1.98+20100804-6
ucf | 3.0025+nmu1
Package's Recommends field is empty.
Suggests (Version) | Installed
===========================-+-===========
desktop-base (>= 4.0.6) |
--- Output from package bug script ---
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/7eaad052-d1d7-4efa-bf4f-02953932d8be / ext3
rw,relatime,errors=remount-ro,acl,data=ordered 0 0
/dev/sda1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-ST31000340AS_3QJ016QF
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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 load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)'
search --no-floppy --fs-uuid --set 7eaad052-d1d7-4efa-bf4f-02953932d8be
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
set locale_dir=($root)/grub/locale
set lang=ca
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.32-5-amd64 ...'
linux /boot/vmlinuz-2.6.32-5-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.32-5-amd64 ...'
linux /boot/vmlinuz-2.6.32-5-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-amd64' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.32-3-amd64 ...'
linux /boot/vmlinuz-2.6.32-3-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-amd64 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.32-3-amd64 ...'
linux /boot/vmlinuz-2.6.32-3-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.30-1-amd64' --class debian --class
gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.30-1-amd64 ...'
linux /boot/vmlinuz-2.6.30-1-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.30-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.30-1-amd64 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 7a3fd54f-0b6f-4e08-8d9b-4e05a2ad7a3b
echo 'Loading Linux 2.6.30-1-amd64 ...'
linux /boot/vmlinuz-2.6.30-1-amd64
root=UUID=7eaad052-d1d7-4efa-bf4f-02953932d8be ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.30-1-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### 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 ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg
--- End Message ---
--- Begin Message ---
On 23.10.2010 13:22, Antonio De Luci - imu wrote:
> Package: grub-pc
> Version: 1.98+20100804-6
>
>
It was fixed in -7 upload. If problem persists please reopen.
> --- Please enter the report below this line. ---
>
> I have some problem : file not found. I press "C" on prompt and delete
> from grub line /boot. "Ctrl + X" for boot.
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
signature.asc
Description: OpenPGP digital signature
--- End Message ---