Bug#601073: [grub-pc]

Antonio De Luci - imu osrevolution at gmail.com
Sat Oct 23 11:22:01 UTC 2010


Package: grub-pc
Version: 1.98+20100804-6

--- 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.
--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.36

Debian Release: squeeze/sid
  500 unstable        mi.mirror.garr.it
  500 unstable        ftp.de.debian.org
  100 experimental-snapshots qt-kde.debian.net
    1 experimental    ftp.it.debian.org

--- Package information. ---
Depends                          (Version) | Installed
==========================================-+-====================
libc6                             (>= 2.3) | 2.11.2-6
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) | 5.0.6



--- Output from package bug script ---

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/76d52286-3fe2-4aaa-be34-8ff329666930 / ext4
rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
/dev/md0 /boot ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/md2 /home ext4 rw,relatime,barrier=1,data=ordered 0 0
/dev/sdf1 /mnt/winlin fuseblk
rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-MARVELL_Raid_VD_0_b36cb546420a0000
(hd1)	/dev/disk/by-id/ata-MAXTOR_STM3500320AS_5QM3MS3P
(hd2)	/dev/disk/by-id/ata-MAXTOR_STM3500320AS_9QMAL45Q
(hd3)	/dev/disk/by-id/ata-MAXTOR_STM3500320AS_9QMALB38
(hd4)	/dev/disk/by-id/ata-MAXTOR_STM3500323AS_9VK0DX1R
(hd5)	/dev/disk/by-id/ata-Maxtor_6V300F0_V60VHFWG
(hd6)	/dev/disk/by-id/ata-ST3250620NS_9QE8EVPM
(hd7)	/dev/disk/by-id/md-name-O.S.Revolution:1
(hd8)	/dev/disk/by-id/md-name-O.S.Revolution:2
(hd9)	/dev/disk/by-id/md-name-O.S.Revolution:3
(hd10)	/dev/disk/by-id/md-uuid-5de77df8:1971db36:6c692211:77767921
*********************** 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 raid
insmod mdraid
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(md/1)'
search --no-floppy --fs-uuid --set 76d52286-3fe2-4aaa-be34-8ff329666930
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1920x1080 at 32
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod raid
insmod mdraid
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(md0)'
search --no-floppy --fs-uuid --set db61db6a-898b-497a-b97e-f0e5f77db62b
set locale_dir=($root)/grub/locale
set lang=it
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod raid
insmod mdraid
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(md0)'
search --no-floppy --fs-uuid --set db61db6a-898b-497a-b97e-f0e5f77db62b
insmod png
if background_image /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.36' --class debian --class
gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set db61db6a-898b-497a-b97e-f0e5f77db62b
	echo	'Loading Linux 2.6.36 ...'
	linux	/boot/vmlinuz-2.6.36
root=UUID=76d52286-3fe2-4aaa-be34-8ff329666930 ro  splash quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.36
}
menuentry 'Debian GNU/Linux, with Linux 2.6.36 (recovery mode)' --class
debian --class gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set db61db6a-898b-497a-b97e-f0e5f77db62b
	echo	'Loading Linux 2.6.36 ...'
	linux	/boot/vmlinuz-2.6.36
root=UUID=76d52286-3fe2-4aaa-be34-8ff329666930 ro single  splash
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.36
}
menuentry 'Debian GNU/Linux, with Linux 2.6.35.7' --class debian --class
gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set db61db6a-898b-497a-b97e-f0e5f77db62b
	echo	'Loading Linux 2.6.35.7 ...'
	linux	/boot/vmlinuz-2.6.35.7
root=UUID=76d52286-3fe2-4aaa-be34-8ff329666930 ro  splash quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.35.7
}
menuentry 'Debian GNU/Linux, with Linux 2.6.35.7 (recovery mode)'
--class debian --class gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set db61db6a-898b-497a-b97e-f0e5f77db62b
	echo	'Loading Linux 2.6.35.7 ...'
	linux	/boot/vmlinuz-2.6.35.7
root=UUID=76d52286-3fe2-4aaa-be34-8ff329666930 ro single  splash
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.35.7
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-4-amd64' --class debian
--class gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set db61db6a-898b-497a-b97e-f0e5f77db62b
	echo	'Loading Linux 2.6.32-4-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-4-amd64
root=UUID=76d52286-3fe2-4aaa-be34-8ff329666930 ro  splash quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-4-amd64 (recovery mode)'
--class debian --class gnu-linux --class gnu --class os {
	insmod raid
	insmod mdraid
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(md0)'
	search --no-floppy --fs-uuid --set db61db6a-898b-497a-b97e-f0e5f77db62b
	echo	'Loading Linux 2.6.32-4-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-4-amd64
root=UUID=76d52286-3fe2-4aaa-be34-8ff329666930 ro single  splash
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-4-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 ###
menuentry "Debian GNU/Linux, with Linux 2.6.33.2 (on /dev/sde1)" {
	insmod part_msdos
	insmod ext2
	set root='(hd5,msdos1)'
	search --no-floppy --fs-uuid --set 56e1f2a4-5559-4283-a569-d312b8a394f9
	linux /boot/vmlinuz-2.6.33.2 root=/dev/sdf1 ro iommu=noaperture quiet
}
menuentry "Debian GNU/Linux, with Linux 2.6.33.2 (recovery mode) (on
/dev/sde1)" {
	insmod part_msdos
	insmod ext2
	set root='(hd5,msdos1)'
	search --no-floppy --fs-uuid --set 56e1f2a4-5559-4283-a569-d312b8a394f9
	linux /boot/vmlinuz-2.6.33.2 root=/dev/sdf1 ro single
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-amd64 (on /dev/sde1)" {
	insmod part_msdos
	insmod ext2
	set root='(hd5,msdos1)'
	search --no-floppy --fs-uuid --set 56e1f2a4-5559-4283-a569-d312b8a394f9
	linux /boot/vmlinuz-2.6.32-3-amd64
root=UUID=56e1f2a4-5559-4283-a569-d312b8a394f9 ro iommu=noaperture quiet
	initrd /boot/initrd.img-2.6.32-3-amd64
}
menuentry "Debian GNU/Linux, with Linux 2.6.32-3-amd64 (recovery mode)
(on /dev/sde1)" {
	insmod part_msdos
	insmod ext2
	set root='(hd5,msdos1)'
	search --no-floppy --fs-uuid --set 56e1f2a4-5559-4283-a569-d312b8a394f9
	linux /boot/vmlinuz-2.6.32-3-amd64
root=UUID=56e1f2a4-5559-4283-a569-d312b8a394f9 ro single
	initrd /boot/initrd.img-2.6.32-3-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 ###

### 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20101023/bb011db5/attachment-0001.pgp>


More information about the Pkg-grub-devel mailing list