[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-27 Thread Klaus Bielke
I have the same issue after a clean install of Ubuntu GNOME 14.04 32-bit.
Filesystem is ext4 for / on sda2 and swap on sda6.
I installed grub into partition sda2 using blocklist.

Sometimes I get error message 'maleformed file',
sometimes 3x 'file not found',
sometimes no error message.

Boot continues successfully in all cases. I may, but don't need press
any key.

There are more independent operating systems on this disk.
A Ubuntu 14.04 32-bit with / on sda3 and own GRUB in its partition boots always 
without error message.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-27 Thread dino99
ps about post #32 : all partitions are ext4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-27 Thread dino99
Testing feedback

On that system, i run several different i386 installations, and get that
issue ONLY with some of them. Booting is always made by the SAME grub
(2.02~beta2-10). So that let me thinking that grub might not be the
package to blame.

a) installations having that issue:  Trusty  Utopic (stock kernels)
b) installations without that issue: The other Ubuntu ones (saucy, precise) 
with backported 3.13 kernels; And the Debian ones (Jessy  Sid)

So what's up ?  Custom Ubuntu kernels ?  Ubuntu custom settings ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-27 Thread Quirin Lohr
Found a fix for me.

I narrowed the 'malformed file' error down to grub loading the grubenv file.
I experimented a bit, deleting did not help, but setting a default entry seems 
to fix the issue for me:

grub-set-default Ubuntu

I installed using FAI if this helps finding the problem...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-27 Thread dino99
Thanks coolinger for the finding.

Glancing at my Utopic /boot/grub/grubenv, i see it writen on each boot.
The latest is like:

# GRUB Environment Block
###

All these  seems insane. Note that my system is running only linux OS: 
ubuntu  debian, so no windows around and no empty ntfs partition.
So if that file is re-writen every cold boot, setting ubuntu as default may not 
work many times i suppose. Googling around ubuntu grubenv give lot of threads.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-27 Thread dino99
Additional comment to post #35

/etc/default/grub have  'GRUB_DEFAULT=0'

so its like setting ubuntu as default i suppose (or that fonction is buggy)
so why grubenv is also checked ? that seems redondant as 'grub' already have 
the required setting; or it is a borked grubenv file that is pushing that issue 
? That does not explain why it is checked/rewriten.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-27 Thread dino99
and the grub.conf

# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi


So there should be something wrong that produce all these ## into
grubenv. Maybe a font issue or a utf8 issue ? i'm using fr_FR.utf8 on
that system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-27 Thread dino99
That issue seems very close to lp: 1274320 which is also grubenv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-20 Thread vagrale
I had the same problem.
I found a solution here 
https://forum.manjaro.org/index.php?topic=10354.msg103451#msg103451
I adding the parameter GRUB_SAVEDEFAULT=true to /etc/default/grub file and that 
fix the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-16 Thread dino99
i'm also getting this problem , but was first thinking about a xz-utils issue 
as there is sometimes an other message before that one : console decompression 
error
https://bugs.launchpad.net/ubuntu/+source/xz-utils/+bug/1320077

** Tags added: trusty utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-14 Thread maasnet
Same issue here.

Xubuntu 14.04 (32 bit) clean install. 2 HDD, 2 partitions : /  and
swap.

After grub the message: error: malformed file, press any key to
continue

Pressing a key allows booting to continue.

Sometimes it displays and I need to hit a key, sometimes not and it boot
straight.

Grub is installed on /dev/sda

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-09 Thread AcCEsS
Yesterday I made 14.04 installation on another computer. (The computer has four 
HDD)
The error message is the same.

fdisk -l output:
/dev/sda1   *  63 4000184 261   83  Linux
/dev/sda2 40001854307026419535040   83  Linux
/dev/sda343070265  1943463374   950196555   83  Linux
/dev/sda4  1943463375  1953520064 5028345   82  Linux swap / Solaris

/dev/sdb1   *  63 4192964 20964516  FAT16
/dev/sdb2 4192965  2930272064  1463039550   83  Linux

/dev/sdc12048   125831167629145607  HPFS/NTFS/exFAT
/dev/sdc2   125831168  3907028991  1890598912   83  Linux

/dev/sdd12048  3907028991  1953513472   83  Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-08 Thread Søren Løvborg
Aaand here's the upstream bug. http://savannah.gnu.org/bugs/?42134

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-08 Thread Søren Løvborg
So, this appears to be caused by a well-intentioned sanity check in Grub
that sees an error where there's none when checking grubenv files
spanning multiple blocks.

In checking that blocks don't overlap, the code has an if-statement that
appears to be accidentally negated (if (s2  s1), should be if (s1 
s2)), causing Grub to *always* report an error *unless* all blocks
overlap. Offending commit appears to be cb72aa1.

I can only assume that the only reason this hasn't been caught earlier
is that the grubenv file most commonly only consists of one Grub
block?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-07 Thread Roland65
I had the same issue on an upgrade from 13.10 to 14.04.

When I did an 'sudo update-grub' I got the following message:

Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no longer supported.

So, in my /etc/default/grub I commented out the line:

GRUB_HIDDEN_TIMEOUT=0

and did another 'sudo update-grub'. The error message was gone and the
bug disappeared after a reboot.

So I think these malformed file messages are related to an error in
/etc/default/grub.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-07 Thread luvr
Looks like the error message does still appear every now and then.
Must have something to do with the '/boot/grub/grubenv' file, which gets 
recreated upon each boot.

The code snippet posted by AcCEsS above (cf. comment #7) must be
responsible for the error, though I have no idea what it is trying to
test for.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-05 Thread Luigi R.
After update one of the following files a pop-up window showed up
suggesting a reboot then I got the error at startup:

compiz_1%3a0.9.11+14.04.20140423-0ubuntu1_all.deb
compiz-core_1%3a0.9.11+14.04.20140423-0ubuntu1_amd64.deb
compiz-gnome_1%3a0.9.11+14.04.20140423-0ubuntu1_amd64.deb
compiz-plugins-default_1%3a0.9.11+14.04.20140423-0ubuntu1_amd64.deb
gettext_0.18.3.1-1ubuntu3_amd64.deb
gettext-base_0.18.3.1-1ubuntu3_amd64.deb
libasprintf0c2_0.18.3.1-1ubuntu3_amd64.deb
libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb
libcompizconfig0_1%3a0.9.11+14.04.20140423-0ubuntu1_amd64.deb
libdecoration0_1%3a0.9.11+14.04.20140423-0ubuntu1_amd64.deb
libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb
libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb
libnautilus-extension1a_1%3a3.10.1-0ubuntu9_amd64.deb
nautilus_1%3a3.10.1-0ubuntu9_amd64.deb
nautilus-data_1%3a3.10.1-0ubuntu9_all.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-04 Thread josefko
Same issue here, Kubuntu 14.04 32 bit upgrade from 12.04, 1 HDD, 3 partitions: 
/, swap and the rest. Message is random.
The second computer with upgrade Kubuntu 14.04 x64 upgrade from 13.10 without 
message. There are more partitions there, with Windows 7.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-04 Thread luvr
I also got this error, but now it's gone.
I have Ubuntu 14.04 installed on my /dev/sdb3 partition, and the GRUB2 boot 
loader is installed on the boot sector of the partition (not on the Master Boot 
Record).

The problem disappeared after I did the following (though I'm unsure if
that's what made it disappear; for all I know, it could be sheer
coincidence):

Booted Ubuntu 14.04. Got the error, but the boot completed OK.
Ran the following three commands (as root, i.e., after I issued the sudo su - 
command):

grub-install --force /dev/sdb3
grub-install --force --recheck /dev/sdb3
update-grub

Rebooted Ubuntu 14.04. Still got the error, but, again, the boot completed OK.
Repeated the very same three commands.

Rebooted Ubuntu 14.04 one more time.
The error was gone.

So far, the issue hasn't returned.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-04 Thread Travis Falkenberg
Have had this error, exactly as described, on and off since a new
installation of Xubuntu 14.04 (beta). Thought it might go away on
official release but has remained.

Grub is installed on /dev/sda

Was running Ubuntu 12.04 from a different partition on the same disk but
have now deleted it. Did an update grub to get rid of the 12.04 boot
option but the malformed file issue remained.

Tried what luvr(luc-vanrompaey) did in the above post, substituting
/dev/sda.

Appears to have worked for the time being at least.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-03 Thread Simplet
Same issue here. Ubuntu 14.04 clean install. 1HDD, 3 partitions : / home 
and swap.
Message is random, sometimes it displays and I need to hit a key, sometimes not 
and it boot straight.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-02 Thread Pawel Stolowski
I've this issue on all three PCs I installed 14.04 on - these are i386
and amd64 installations. All three have fairly simple partition setups:
just 2 primary partitions (for / and /home) and a swap partition. During
installation I reused existing partitions and only marked root
filesystems to be formatted. All machines have standard HDDs (not SSDs).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-05-02 Thread paul
also affects me. clean install of ubuntu 14.04 onto a small 32 gig SSD with 
home partition on a 3TB drive and win7 on another 1TB drive.
install done with a usb stick. i didn't bother using the ubuntu make a startup 
disk tool. just used dd to write the iso onto the usb stick.
unity appeared/loaded ok on first boot where i installed the fglrx-updates 
package for my AMD graphics chip. 
had problems on second and subsequent boots of error message on boot of error: 
malformed file, press any key to continue. as i selected auto login during 
install the desktop appears but not the unity toolbar/dashboard, etc leaving it 
pretty unusable.
i can still get to other tty screens with ctrl+alt+F2 and i tried purging 
fglrx-updates and replaced it with fglrx. no dice. same problem. i purged unity 
and replaced with gnome and gdm. lots of system error popup messages. still not 
usable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-28 Thread Avi Marcus
I had this on a clean install of 14.04, similarly / was on an SSD. Grub was 
still quad booting to other drives/installs.
After a few more reboots it seems to have gone away, I didn't do anything 
particularly to fix it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-26 Thread Geoff Clements
I have it after an upgrade from 12.04 LTS. Doesn't appear every time
though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-26 Thread Mark Munkacsy
Also affects me. Seems similar to (or identical to) GRUB Bug #42134
(http://savannah.gnu.org/bugs/?42134).

** Bug watch added: GNU Savannah Bug Tracker #42134
   http://savannah.gnu.org/bugs/?42134

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-26 Thread matangdilis
...clean install of UbuntuStudio 14.04 AMD64 rather...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-26 Thread matangdilis
I also have this issue on a clean install of UbuntuStudio AMD64. The /
is on an ssd drive.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-25 Thread AcCEsS
I also have the same issue...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-25 Thread AcCEsS
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   2045573135  Extended
/dev/sda5   216027136   507041791   145507328   83  Linux
/dev/sda6   507043840   53633843114647296   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!


** Attachment added: grubenv
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+attachment/4096725/+files/grubenv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-25 Thread RickKnight
I also have this issue.  It started after I upgraded to Kubuntu14.04 LTS
from a clean, fresh install of Kubuntu 13.10. The 13.10 splash worked
correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-25 Thread Shaform
I have the same issue after a clean install of Ubuntu 14.04 64-bit.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-25 Thread Teoman
I have the same issue after a clean install. I am using Ubuntu 14.04
x64. It does not effect the boot process or anything, however it is
kinda annoying. Either press a key to continue or just wait for 5
seconds and it will continues itself. The hdd which I have my ubuntu on
is an SSD which split into 3 partions; file, home and swap and also the
bootloader is on the same disk.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-23 Thread Rkimber
grubenv attached

** Attachment added: grubenv
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+attachment/4093851/+files/grubenv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-23 Thread Timo Aaltonen
** Changed in: grub2 (Ubuntu)
   Importance: Undecided = High

** Changed in: grub2 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-22 Thread Phillip Susi
Please attach your /boot/grub/grubenv file.


** Changed in: grub2 (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-22 Thread Tobias Strauß
i have the same issue ...

** Attachment added: grubenv
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+attachment/4093280/+files/grubenv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-22 Thread Ron
I also have the same issue ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311247] Re: error: malformed file, press any key to continue

2014-04-22 Thread Ron
+ /boot/grub/grubenv

** Attachment added: grubenv
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+attachment/4093625/+files/grubenv

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311247

Title:
  error: malformed file, press any key to continue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1311247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs