Package: fai-server
Version: 3.4.7
Severity: normal
Tags: upstream patch
The provide_memtest_boot_option in fai-cd inserts a wrong boot option
for memtest86 when using grub2. It tries to load /boot/memtest86+
instead of /boot/memtest86+.bin
Patch attached
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages fai-server depends on:
ii debootstrap 1.0.26+squeeze1 Bootstrap a basic Debian system
ii fai-client 3.4.7 Fully Automatic Installation clien
Versions of packages fai-server recommends:
ii dhcp3-server 4.1.1-P1-15+squeeze1 ISC DHCP server (transitional pack
ii fai-setup-storage 3.4.7 automatically prepare storage devi
ii isc-dhcp-server [dh 4.1.1-P1-15+squeeze1 ISC DHCP server for automatic IP a
ii libproc-daemon-perl 0.03-2 Run Perl program as a daemon proce
ii nfs-kernel-server 1:1.2.2-4 support for NFS kernel server
ii openbsd-inetd [inet 0.20080125-6 The OpenBSD Internet Superserver
ii openssh-client 1:5.5p1-6 secure shell (SSH) client, for sec
ii openssh-server 1:5.5p1-6 secure shell (SSH) server, for sec
ii syslinux-common 2:4.02+dfsg-7 collection of boot loaders (common
ii tftpd-hpa 5.0-18 HPA's tftp server
Versions of packages fai-server suggests:
ii apt-move 4.2.27-1+b8 Maintain Debian packages in a pack
ii aptitude 0.6.3-3.2 terminal-based package manager (te
ii debmirror 1:2.4.5 Debian partial mirror script, with
ii genisoimage 9:1.1.11-1 Creates ISO-9660 CD-ROM filesystem
ii grub 0.97-64 GRand Unified Bootloader (dummy pa
pn perl-tk <none> (no description available)
-- Configuration Files:
/etc/fai/NFSROOT changed [not included]
/etc/fai/apt/sources.list changed [not included]
/etc/fai/make-fai-nfsroot.conf changed [not included]
/etc/fai/menu.lst changed [not included]
-- no debconf information
--- fai-cd.orig 2011-02-04 16:01:03.000000000 +0100
+++ fai-cd 2011-04-04 11:10:04.000000000 +0200
@@ -181,7 +182,7 @@
cat >> $tmp/boot/grub/grub.cfg <<EOF
menuentry "Memory test (memtest86+)" {
- linux16 /boot/memtest86+
+ linux16 /boot/memtest86+.bin
}
EOF
fi