How can I see a custom grub entry to be the default?

2021-04-30 Thread Barry Scott
I have a PC that has Windows 10 and Fedora install in duel boot configuration. I have been using this grub config file to add the ability to boot to Windows using grub. : [1] root $ cat /etc/grub.d/09_custom #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries.

Re: grub entry

2019-06-16 Thread Patrick Dupre
It has be solved by running grub2-mkconfig -o grub.cfg and grub2-install /dev/sda === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Alai

Re: grub entry

2019-06-16 Thread Tom Horsley
On Sun, 16 Jun 2019 16:10:21 +0200 Patrick Dupre wrote: > On one machine, when booting and entering in grub menu to choice the OS, it > points on the 4th one > and not on the 1st one. No doubt the "default" boot is set in the grub environment file. Investigate the grub2-editenv tool to list and

Re: grub entry

2019-06-16 Thread Oleg Cherkasov
On 16.06.2019 16:29, stan via users wrote: On Sun, 16 Jun 2019 16:10:21 +0200 "Patrick Dupre" wrote: On one machine, when booting and entering in grub menu to choice the OS, it points on the 4th one and not on the 1st one. How can I manage this ? I've never had that happen. Bizarre! If it

Re: grub entry

2019-06-16 Thread stan via users
On Sun, 16 Jun 2019 16:10:21 +0200 "Patrick Dupre" wrote: > On one machine, when booting and entering in grub menu to choice the > OS, it points on the 4th one and not on the 1st one. > > How can I manage this ? I've never had that happen. Bizarre! If it happened to me I would check /etc/defa

grub entry

2019-06-16 Thread Patrick Dupre
Hello, On one machine, when booting and entering in grub menu to choice the OS, it points on the 4th one and not on the 1st one. How can I manage this ? Thank === Patrick DUPRÉ | | email: p