[Bug 387265] Re: Complains about 'true' being an unknown command
Bug Watch Updater
387265 at bugs.launchpad.net
Thu Aug 11 14:52:23 UTC 2011
** Changed in: grub2 (Debian)
Status: Unknown => Fix Released
--
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/387265
Title:
Complains about 'true' being an unknown command
Status in “grub2” package in Ubuntu:
Fix Released
Status in “grub2” package in Debian:
Fix Released
Bug description:
Binary package hint: grub2
During startup GRUB2 complains:
error: unknown commande `true'
The only 'true' in my grub.cfg comes from /etc/grub.d/00_header:
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,1)
search --fs-uuid --set ...
if loadfont /usr/share/grub/ascii.pf2 ; then
set gfxmode=640x480
insmod gfxterm
insmod vbe
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal gfxterm
fi
fi
### END /etc/grub.d/00_header ###
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/387265/+subscriptions
More information about the foundations-bugs
mailing list