Comment 59 for bug 736743

Revision history for this message
damahevi (damahevi) wrote :

Just upgraded to Kubuntu 12.10 - again the bug. However commenting out the lines in 00_header does not work anymore?

I have commented out these lines:
#cat << EOF
#if [ -s \$prefix/grubenv ]; then
# set have_grubenv=true
# load_env
#fi
#EOF

and_

# if [ -n "\${have_grubenv}" ]; then if [ -z "\${boot_once}" ]; then save_env recordfail; fi; fi

I also did not forget to issue a
sudo update-grub
afterwards.

Any Ideas?