[Bug 775377] Re: grub-mount assert failure: *** glibc detected *** grub-mount: free(): invalid next size (fast): 0x08d25b98 ***
jealie
775377 at bugs.launchpad.net
Fri Oct 9 16:33:57 UTC 2015
I reproduced this bug by adding an additional menuentry in file
'/etc/grub.d/40_custom'.
Previous version of the file (no bug):
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
New version of the file, producing the bug:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry ‘Windows 10 msdos2′ {
set root='(hd0,msdos2)’
chainloader +1
}
Finally, I solved the bug by creating a new file '/etc/grub.d/42_custom' and put the new menuentry there...
Hope this helps.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/775377
Title:
grub-mount assert failure: *** glibc detected *** grub-mount: free():
invalid next size (fast): 0x08d25b98 ***
Status in grub2 package in Ubuntu:
Confirmed
Bug description:
Binary package hint: grub2
I use MacBook Pro 15inch model mid 2009. (5,3). . Want to install 3rd
partition on HDD. ( sda3 )
ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: grub-common 1.99~rc1-13ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: wl
Architecture: i386
AssertionMessage: *** glibc detected *** grub-mount: free(): invalid next size (fast): 0x08d25b98 ***
CrashCounter: 1
Date: Mon May 2 07:02:30 2011
ExecutablePath: /usr/bin/grub-mount
LiveMediaBuild: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcCmdline: grub-mount /dev/sda2 /var/lib/os-prober/mount
ProcEnviron:
LANGUAGE=ja_JP:en
PATH=(custom, no user)
LANG=ja_JP.UTF-8
SHELL=/bin/bash
Signal: 6
SourcePackage: grub2
StacktraceTop:
__kernel_vsyscall ()
raise () from /lib/i386-linux-gnu/libc.so.6
abort () from /lib/i386-linux-gnu/libc.so.6
?? () from /lib/i386-linux-gnu/libc.so.6
?? () from /lib/i386-linux-gnu/libc.so.6
Title: grub-mount assert failure: *** glibc detected *** grub-mount: free(): invalid next size (fast): 0x08d25b98 ***
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/775377/+subscriptions
More information about the foundations-bugs
mailing list