[Bug 1291434] Re: GRUB_CMDLINE_LINUX_DEFAULT contains duplicate options
Laurent Bonnaud
L.Bonnaud at laposte.net
Sun Nov 29 10:51:21 UTC 2015
In Ubuntu 15.10 /etc/default/grub.d/dmraid2mdadm.cfg now contains the
following code:
DMRAID2MDADM_TOAPPEND="nomdmonddf nomdmonisw"
case "$GRUB_CMDLINE_LINUX_DEFAULT" in
*$DMRAID2MDADM_TOAPPEND*)
;;
*)
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT $DMRAID2MDADM_TOAPPEND"
;;
esac
that prevents the options "nomdmonddf nomdmonisw" to be added several
times.
** Changed in: mdadm (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: grub2 (Ubuntu)
Status: Confirmed => Invalid
--
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/1291434
Title:
GRUB_CMDLINE_LINUX_DEFAULT contains duplicate options
Status in grub2 package in Ubuntu:
Invalid
Status in mdadm package in Ubuntu:
Fix Released
Bug description:
2014-03-12 - Today's trusty update installed grub-pc 2.02~beta2-7 and
the linux default params were duplicated
Instead of this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash elevator=deadline nomdmonddf nomdmonisw"
It wanted to install this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash elevator=deadline nomdmonddf nomdmonisw nomdmonddf nomdmonisw"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1291434/+subscriptions
More information about the foundations-bugs
mailing list