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" -- tim@localhost ~]$ uname -rsvp Linux 3.17.6-200.fc20.i686 #1 SMP Mon Dec 8 15:42:32 UTC 2014 i686 All mail to my mailbox is automatically deleted, there is no point trying to privately email me, I will only read messages posted to the public lists. George Orwell's '1984' was supposed to be a warning against tyranny, not a set of instructions for supposedly democratic governments. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org