Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    this is the simplest invocation. the tool should autolocate your existing kernels (plus extra bits like ramdisk, microcode etc) and automatically add them. this gives a nice overview of how you can configure the resulting grub.cfg file. Commented May 21, 2016 at 12:10
  • also, you can add entries to files in /etc/grub.d - see here Commented May 21, 2016 at 12:20
  • Run grub-mkconfig, check that you see a stanza for linux-lts in grub.cfg, and reboot. Commented May 21, 2016 at 12:55