Failed saving grub configuration! Ubuntu, with Linux 3.2.0-79-generic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Grub Customizer |
New
|
Undecided
|
Unassigned |
Bug Description
recently updated desktop kernel
Ubuntu, with Linux 3.2.0-79-generic
and now GC reports error
Failed saving grub configuration!
failed running 'grub-mkconfig -o "/boot/
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-
Found initrd image: /boot/initrd.
Found linux image: /boot/vmlinuz-
Found initrd image: /boot/initrd.
Found linux image: /boot/vmlinuz-
Found initrd image: /boot/initrd.
Found memtest86+ image: /boot/memtest86
Found Sparky (1) on /dev/sda2
error: syntax error.
error: Incorrect command.
error: syntax error.
error: Incorrect command.
error: syntax error.
error: line no: 118
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/
done
I have noticed in /etc/default/grub
extra kernel parameters have been added
drm.debug=0xe plymouth:debug
I've removed them and I still get the fatal error
line 117 of grub.cfg.new
} vt.handoff= 7
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=
else
set vt_handoff=
fi
}
gfxmode $linux_gfx_mode