Package: grub-invaders Version: 1.0.0-8 Severity: grave Tags: patch --- Please enter the report below this line. --- Hi,
While trying grub-pc, I went over grub-invaders. Installation went fine, but it failed to boot with an error like "multiboot unknown" (can't remember exactly). The attached patch solves the issue (at least for me). It moves line 10 ( prepare_grub_to_access_deviceā¦) after line 6, so that the menuentry contains only the multiboot, which is then recognised (for an unknown reason). Regards, OdyX --- System information. --- Architecture: amd64 Kernel: Linux 2.6.27-1-amd64 Debian Release: lenny/sid 700 testing mirror.switch.ch 600 unstable pkg-fso.alioth.debian.org 600 unstable mirror.switch.ch 500 testing-proposed-updates mirror.switch.ch 50 unstable mirror.switch.ch 50 unstable ftp.uni-kl.de 50 testing-proposed-updates mirror.switch.ch 50 testing mirror.switch.ch 50 testing ftp.uni-kl.de 50 kernel-dists-trunk kernel-archive.buildserver.net 50 kernel-dists-sid kernel-archive.buildserver.net 50 experimental mirror.switch.ch 50 experimental ftp.uni-kl.de --- Package information. --- Depends (Version) | Installed =======================-+-=========== | -- Didier Raboud, proud Debian user. CH-1802 Corseaux [EMAIL PROTECTED]
--- etc/grub.d/22_invaders 2008-08-04 11:07:08.000000000 +0200 +++ /etc/grub.d/22_invaders 2008-11-17 17:16:01.000000000 +0100 @@ -4,11 +4,10 @@ source /usr/lib/grub/update-grub_lib INVADERSPATH=$( make_system_path_relative_to_its_root "/boot/invaders" ) echo "Found GRUB Invaders image: /boot/invaders" >&2 - cat << EOF -menuentry "GRUB Invaders" { -EOF + prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/g" cat << EOF +menuentry "GRUB Invaders" { multiboot ${INVADERSPATH} } EOF
signature.asc
Description: This is a digitally signed message part.