Your message dated Thu, 29 Oct 2009 17:14:33 +0100
with message-id <[email protected]>
and subject line Re: Bug#553196: Missing files in grub-pc (pxe.mod and
pxecmd.mod) which make impossible to boot with pxe
has caused the Debian Bug report #553196,
regarding Missing files in grub-pc (pxe.mod and pxecmd.mod) which make
impossible to boot with pxe
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.)
--
553196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553196
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20080724-16
Severity: normal
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/sys-sys1 / ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/sdc1 /boot ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/dm-2 /home ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/dm-6 /media/dm-6 ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/sdc5 /media/hda6 ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/sdb1 /media/sdc1 ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/dm-7 /mnt/192.168.0.1 ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/dm-8 /mnt/192.168.0.2 ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/dm-3 /tmp ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/dm-4 /usr ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/dm-5 /var ext3 rw,relatime,errors=continue,data=ordered 0 0
/dev/mapper/GV1-michel /mnt/michel ext3
rw,relatime,errors=continue,data=ordered 0 0
/dev/dm-3 /var/chroot/sid-ia32/tmp ext3
rw,relatime,errors=continue,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/hda
(hd1) /dev/sda
(hd2) /dev/sdb
(hd3) /dev/sdc
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod lvm
set root=(sys-sys5)
search --fs-uuid --set 9b77a499-b3b6-4b97-b82a-7592b90ad798
if font /share/grub/ascii.pff ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd1,1)
search --fs-uuid --set 5649beea-5878-4c8a-b744-6a1ae3da0ff8
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_hurd ###
### END /etc/grub.d/10_hurd ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.30-bpo.2-amd64" {
set root=(hd1,1)
search --fs-uuid --set 5649beea-5878-4c8a-b744-6a1ae3da0ff8
linux /vmlinuz-2.6.30-bpo.2-amd64 root=/dev/mapper/sys-sys1 ro
initrd /initrd.img-2.6.30-bpo.2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.30-bpo.2-amd64 (single-user mode)" {
set root=(hd1,1)
search --fs-uuid --set 5649beea-5878-4c8a-b744-6a1ae3da0ff8
linux /vmlinuz-2.6.30-bpo.2-amd64 root=/dev/mapper/sys-sys1 ro single
initrd /initrd.img-2.6.30-bpo.2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.30-bpo.1-amd64" {
set root=(hd1,1)
search --fs-uuid --set 5649beea-5878-4c8a-b744-6a1ae3da0ff8
linux /vmlinuz-2.6.30-bpo.1-amd64 root=/dev/mapper/sys-sys1 ro
initrd /initrd.img-2.6.30-bpo.1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.30-bpo.1-amd64 (single-user mode)" {
set root=(hd1,1)
search --fs-uuid --set 5649beea-5878-4c8a-b744-6a1ae3da0ff8
linux /vmlinuz-2.6.30-bpo.1-amd64 root=/dev/mapper/sys-sys1 ro single
initrd /initrd.img-2.6.30-bpo.1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64" {
set root=(hd1,1)
search --fs-uuid --set 5649beea-5878-4c8a-b744-6a1ae3da0ff8
linux /vmlinuz-2.6.26-2-amd64 root=/dev/mapper/sys-sys1 ro
initrd /initrd.img-2.6.26-2-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.26-2-amd64 (single-user mode)" {
set root=(hd1,1)
search --fs-uuid --set 5649beea-5878-4c8a-b744-6a1ae3da0ff8
linux /vmlinuz-2.6.26-2-amd64 root=/dev/mapper/sys-sys1 ro single
initrd /initrd.img-2.6.26-2-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Debian GNU/Linux, kernel 2.6.30-bpo.1-686-bigmem (on /dev/sdc1)" {
set root=(hd3,1)
linux /boot/vmlinuz-2.6.30-bpo.1-686-bigmem root=/dev/hda1 ro quiet
initrd /boot/initrd.img-2.6.30-bpo.1-686-bigmem
}
menuentry "Debian GNU/Linux, kernel 2.6.30-bpo.1-686-bigmem (single-user mode)
(on /dev/sdc1)" {
set root=(hd3,1)
linux /boot/vmlinuz-2.6.30-bpo.1-686-bigmem root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.30-bpo.1-686-bigmem
}
menuentry "Debian GNU/Linux, kernel 2.6.26-2-686-bigmem (on /dev/sdc1)" {
set root=(hd3,1)
linux /boot/vmlinuz-2.6.26-2-686-bigmem root=/dev/hda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-686-bigmem
}
menuentry "Debian GNU/Linux, kernel 2.6.26-2-686-bigmem (single-user mode) (on
/dev/sdc1)" {
set root=(hd3,1)
linux /boot/vmlinuz-2.6.26-2-686-bigmem root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.26-2-686-bigmem
}
menuentry "Debian GNU/Linux, kernel 2.6.26-2-686 (on /dev/sdc1)" {
set root=(hd3,1)
linux /boot/vmlinuz-2.6.26-2-686 root=/dev/hda1 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
}
menuentry "Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode) (on
/dev/sdc1)" {
set root=(hd3,1)
linux /boot/vmlinuz-2.6.26-2-686 root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.26-2-686
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_otheros ###
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
menuentry "Debian GNU/Linux, kernel 2.6.30-bpo.1-686-bigmem (on /dev/sdb1)" {
set root=(hd1,1)
linux /boot/vmlinuz-2.6.30-bpo.1-686-bigmem
root=UUID=e8cce86f-33fd-4295-a854-942faf0f7ccc ro quiet
initrd /boot/initrd.img-2.6.30-bpo.1-686-bigmem
}
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
menuentry "Debian GNU/Linux, kernel 2.6.30-bpo.1-686-bigmem (single-user mode)
(on /dev/sdb1)" {
set root=(hd1,1)
linux /boot/vmlinuz-2.6.30-bpo.1-686-bigmem
root=UUID=e8cce86f-33fd-4295-a854-942faf0f7ccc ro single
initrd /boot/initrd.img-2.6.30-bpo.1-686-bigmem
}
### END /etc/grub.d/30_otheros ###
### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
menuentry "Image iso" {
insmod loopback
insmod iso9660
loopback loop (hd3,1)'/gparted-live-0.4.0-1.iso'
linux (loop)/install/vmlinuz
initrd (loop)/install/initrd.gz
}
menuentry "Image iso" {
insmod loopback
insmod iso9660
loopback loop (hd3,1)'/pmagic-4.1.iso'
linux (loop)/install/vmlinuz
initrd (loop)/install/initrd.gz
}
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg
-- System Information:
Debian Release: 5.0.3
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'oldstable-proposed-updates'),
(500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii grub-common 1.96+20080724-16 GRand Unified Bootloader, version
ii libc6 2.7-18lenny1 GNU C Library: Shared libraries
ii liblzo2-2 2.03-1 data compression library
ii libncurses5 5.7+20081213-1 shared libraries for terminal hand
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
ii desktop-base 5.0.3 common files for the Debian Deskto
ii os-prober 1.28 utility to detect other OSes on a
-- debconf information:
grub-pc/linux_cmdline: fillme
grub-pc/chainload_from_menu.lst: true
--- End Message ---
--- Begin Message ---
Am Donnerstag, den 29.10.2009, 17:24 +0300 schrieb Laurent Lemoine:
> Package: grub-pc
> Version: 1.96+20080724-16
> Severity: normal
>
>
They are not missing. PXE support was added after the lenny upstream
version.
Just install the package from squeeze/sid if you want to have them.
There's no need for backporting them, they can directly installed under
lenny fine.
--
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer
--- End Message ---