Den 2019-10-08 kl. 19:57, skrev sixpack13:
> @Tim thanks for clarification !
>
> @Jon
>
> set in /etc/default/grub
> GRUB_DEFAULT=0
>
> and run
>
> [ -d /sys/firmware/efi/efivars ] && sudo grub2-mkconfig -o
> /boot/efi/EFI/fedora/grub.cfg || sudo grub2-mkconfig -o /boot/grub2/grub.cfg
>
T
@Tim thanks for clarification !
@Jon
set in /etc/default/grub
GRUB_DEFAULT=0
and run
[ -d /sys/firmware/efi/efivars ] && sudo grub2-mkconfig -o
/boot/efi/EFI/fedora/grub.cfg || sudo grub2-mkconfig -o /boot/grub2/grub.cfg
___
users mailing list --
Den 2019-10-08 kl. 06:39, skrev Tim via users:
> On Mon, 2019-10-07 at 23:02 +, sixpack13 wrote:
>> /etc/default/grub
>> is used during kernel updates
>>
>> there GRUB_DEFAULT= should be 0 or saved (I guess it's the default
>> after fresh OS install)
My /etc/default/grub is:
$ more /etc/de
On Mon, 2019-10-07 at 23:02 +, sixpack13 wrote:
> /etc/default/grub
> is used during kernel updates
>
> there GRUB_DEFAULT= should be 0 or saved (I guess it's the default
> after fresh OS install)
>
> GRUB_DEFAULT=saved
> reads /boot/grub2/grubenv
>
> - if I get that right -
The defaul
s/reads/is related to/
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: http
/etc/default/grub
is used during kernel updates
there GRUB_DEFAULT= should be 0 or saved (I guess it's the default after fresh
OS install)
GRUB_DEFAULT=saved
reads /boot/grub2/grubenv
- if I get that right -
___
users mailing list -- users@lists.fe
Hi,
With one of my computers I have problem to set permanent default start
order of the kernel. I can change it with "sudo grub2-set-default 0" but
when I update the kernel I get oldest kernel as default boot order.
How do I make the start order so the latest kernel is default?
--
Regards
Jon Ing