Comment 3 for bug 1508716

Revision history for this message
william estrada (mrumunhum-2) wrote :

also grub default has been modified

grep -v '#' /etc/default/grub

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_DISABLE_LINUX_UUID=true
GRUB_INIT_TUNE="480 440 1"

Note that UUID has been disabled.