On Wed, 2014-12-24 at 07:07 +1100, Stephen Morris wrote:
Fedora, in my opinion have stupidly, made the debug kernel version the default kernel (and I haven't found any info from net searches on how to change this so that with any future upgrades of the kernel the default kernel will always be the non-debug version.
Is Fedora 21 still using /etc/default/grub for regenerating each grub menu? If so, change the GRUB_DEFAULT= clause to your preference, then regenerate the config file.
[tim@fluffy ~]$ cat /etc/default/grub GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) quiet" GRUB_DISABLE_RECOVERY="true"