Re: Managing dual boot

2025-04-25 Thread Robert McBroom via users
On 3/29/25 12:01 AM, Felix Miata wrote: Robert McBroom composed on 2025-03-28 22:48 (UTC-0400): Felix Miata wrote: ... menuentry "Fedora 40 defkernel 3 on P18" { load_video set gfxpayload=keep search --no-floppy --set=root --hint-baremetal=ahci0,gpt18 --label

Managing dual boot

2025-04-05 Thread Patrick Dupre via users
Hello, I have a machine with a dual fedora boot on 2 drives (with grub2) I daily maintain one (say A on /dev/sda4), and occasionally the other one (say B on /dev/sdc5). The problem is when I update B, grub is not update properly, i.e., I cannot boot on B with the new kernel. Hence, I run grub2-mk

Re: Managing dual boot

2025-03-28 Thread Felix Miata
Robert McBroom composed on 2025-03-28 22:48 (UTC-0400): > Felix Miata wrote: ... >> menuentry "Fedora 40 defkernel 3 on P18" { >> load_video >> set gfxpayload=keep >> search --no-floppy --set=root --hint-baremetal=ahci0,gpt18 --label >> >> linux /boot/vmlinu

Managing dual boot

2025-03-28 Thread Robert McBroom via users
On 3/27/25 12:37 AM, Felix Miata wrote: Robert McBroom composed on 2025-03-27 00:02 (UTC-0400): Felix Miata wrote: Simplest: remove Grub from B, or disable Grub on B. Only one Grub per PC is needed. After each new kernel is installed to B, update Grub on A with os-prober enabled and with GR

Re: Managing dual boot

2025-03-26 Thread Felix Miata
Robert McBroom composed on 2025-03-27 00:02 (UTC-0400): > Felix Miata wrote: >> Simplest: remove Grub from B, or disable Grub on B. Only one Grub per PC is >> needed. After each new kernel is installed to B, update Grub on A with >> os-prober >> enabled and with GRUB_DISABLE_SUBMENU="y" in /etc

Re: Managing dual boot

2025-03-26 Thread Robert McBroom via users
On 3/23/25 7:36 AM, Felix Miata wrote: Simplest: remove Grub from B, or disable Grub on B. Only one Grub per PC is needed. After each new kernel is installed to B, update Grub on A with os-prober enabled and with GRUB_DISABLE_SUBMENU="y" in /etc/default/grub. Even that frequent Grub maintenanc

Re: Managing dual boot

2025-03-24 Thread Robert McBroom via users
On 3/23/25 4:46 AM, Patrick Dupre via users wrote: Hello, I have a machine with a dual fedora boot on 2 drives (with grub2) I daily maintain one (say A on /dev/sda4), and occasionally the other one (say B on /dev/sdc5). The problem is when I update B, grub is not update properly, i.e., I canno

Re: Managing dual boot

2025-03-23 Thread Felix Miata
Patrick Dupre composed on 2025-03-23 09:46 (UTC+0100): > I have a machine with a dual fedora boot on 2 drives (with grub2) > I daily maintain one (say A on /dev/sda4), and occasionally the other one > (say B on /dev/sdc5). > The problem is when I update B, grub is not update properly, i.e., I can