GNU GRUB - Bugs: bug #47977, grub2 gzio suffers from output...
You are not allowed to post comments on this tracker with your current authentication level.
bug #47977: grub2 gzio suffers from output buffer overrun when unzipping fdubcd.img.gz
Submitter: | Elmar Stellnberger <estellnb> | ||
Submitted: | Sun 22 May 2016 03:53:01 PM UTC | ||
Category: | Booting | Severity: | Major |
Priority: | 6 | Item Group: | Software Error |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | Elmar Stellnberger |
Open/Closed: | Open | Release: | other |
Release: | Reproducibility: | Every Time | |
Planned Release: | 2.02 |
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Package: grub
Version: 1:2.02.beta2
See for the buffer overrun message at:
http://elstel.rivido.de/uploads/grub-gzio/screenshot.jpeg
The respective .gz file which can not be unpacked is:
http://elstel.rivido.de/uploads/grub-gzio/fdubcd.img.gz
The following menuentry produces the gzip buffer overrun:
menuentry 'FreeDOS' {
insmod gzio
insmod memdisk
linux16 (hd0,msdos18)/boot/syslinux/memdisk
initrd16 (hd0,msdos18)/ubcd/images/fdubcd.img.gz
}
A similar syslinux entry works fine:
LABEL -
MENU LABEL UBCD FreeDOS R1.52 (Based on NwDsk V3.40)
TEXT HELP
FreeDOS boot disk used to run many of the other DOS apps on the UBCD.
Revised
version of Eric Veermans' FreeDOS NwDsk 3.40. Addresses many bug fixes,
performance enhancements and compatibility issues.
ENDTEXT
COM32 linux.c32 memdisk
INITRD /ubcd/images/fdubcd.img.gz