Re: Adding options to grub

2020-01-13 Thread Ed Greshko
On 2020-01-14 07:10, Mauricio Tavares wrote: > On Mon, Jan 13, 2020 at 5:46 PM Ed Greshko wrote: >> On 2020-01-14 06:01, Mauricio Tavares wrote: >>> So I want to add a few options to the kernel (say iommu support). I >>> have been told before to avoid using grub2-mkconfig because it would >>> appl

Re: Adding options to grub

2020-01-13 Thread Joe Zeff
On 01/13/2020 03:45 PM, Ed Greshko wrote: Assuming your using Fedora Workstation, which unlike other spins, doesn't present the list of kernels to boot. You'd just hit the "escape" key when booting.  Then you'd see the list of kernels.  Hit "e" to edit.  Go to the linux line, add the parameters

Re: Adding options to grub

2020-01-13 Thread Mauricio Tavares
On Mon, Jan 13, 2020 at 5:46 PM Ed Greshko wrote: > > On 2020-01-14 06:01, Mauricio Tavares wrote: > > So I want to add a few options to the kernel (say iommu support). I > > have been told before to avoid using grub2-mkconfig because it would > > apply the changes to all currently available (to b

Re: Adding options to grub

2020-01-13 Thread Ed Greshko
On 2020-01-14 06:01, Mauricio Tavares wrote: > So I want to add a few options to the kernel (say iommu support). I > have been told before to avoid using grub2-mkconfig because it would > apply the changes to all currently available (to boot from) boot > kernels. Instead, I should edit just the lat

Adding options to grub

2020-01-13 Thread Mauricio Tavares
So I want to add a few options to the kernel (say iommu support). I have been told before to avoid using grub2-mkconfig because it would apply the changes to all currently available (to boot from) boot kernels. Instead, I should edit just the latest kernel entry in the grub.cfg file, adding the opt