Comment 7 for bug 1311247

Revision history for this message
AcCEsS (access) wrote : Re: error: malformed file, press any key to continue

grubenv attached...

loadenv.c (grub source):

          if (e1 > s2)
            {
              /* This might be actually valid, but it is unbelievable that
                 any filesystem makes such a silly allocation. */
              return grub_error (GRUB_ERR_BAD_FS, "malformed file");
            }

I have many Linux and other test partition
:-)

My fdisk -l output:

/dev/sda1 * 63 2103578 1051758 83 Linux
/dev/sda2 2104515 6297479 2096482+ 16 Hidden FAT16
/dev/sda3 6297480 216026054 104864287+ 7 HPFS/NTFS/exFAT
/dev/sda4 216027134 625141759 204557313 5 Extended
/dev/sda5 216027136 507041791 145507328 83 Linux
/dev/sda6 507043840 536338431 14647296 83 Linux
/dev/sda7 536340480 555870207 9764864 83 Linux
/dev/sda8 555872256 575401552 9764648+ 83 Linux
/dev/sda9 575404032 594933759 9764864 83 Linux
/dev/sda10 594935808 614465535 9764864 83 Linux
/dev/sda11 614467584 625141759 5337088 82 Linux swap / Solaris

Sorry for my poor english!