[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 notification

[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

[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 th

[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 ##

[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 re

[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 t

[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 & Utopi

[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 conti

[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, whi

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

2014-05-15 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 notificat

[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.

[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

[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

[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 notificati

[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 tryi

[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_TIMEO

[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

[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

[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

[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 notificati

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

2014-05-02 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 Ub

[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/loa

[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 fo

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

2014-04-27 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 Bug

[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 th

[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 contin

[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

[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

[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 in

[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 notificat

[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/1

[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");

[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://bug

[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: erro

[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/131124

[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/13

[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://bu

[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/bu

[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