Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-18 Thread Ranjan Maitra via users
On Wed Apr16'25 12:59:45AM, Patrick O'Callaghan wrote: > From: Patrick O'Callaghan > Date: Wed, 16 Apr 2025 00:59:45 +0100 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: updating the GRUB bootloader on EFI syste

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-18 Thread Ranjan Maitra via users
> > Is the command called something else? > > FYI: There a a number of ways to answer this question yourself. > > 1. ls /usr/bin/*fwupd* > 2. rpm -ql fwupd > > I use the rpm -ql frequently when I'm not sure what an RPM installed and > where it put it. > Thanks very much for this information!

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-16 Thread Tim via users
Ranjan Maitra: >> It is my understanding that my GRUB2 is installed on UEFI systems. Marco Moock: > In most cases it is, as it also provides an EFI bootloader that can > boot Linux. Even if there are ways to boot the Linux kernel directly > from the UEFI, most operating systems ship a boot loader

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-16 Thread Barry Scott
> On 16 Apr 2025, at 00:54, Ranjan Maitra via users > wrote: > > $ sudo fwupd > sudo: fwupd: command not found > > However, fwupd is installed. Why can it not be found? > > $ sudo dnf install fwupd > Updating and loading repositories: > Repositories loaded. > Package "fwupd-1.9.29-1.fc41.x86

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread Ranjan Maitra via users
On Wed Apr16'25 12:38:41AM, Patrick O'Callaghan wrote: > From: Patrick O'Callaghan > Date: Wed, 16 Apr 2025 00:38:41 +0100 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: updating the GRUB bootloader on EFI syste

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread Patrick O'Callaghan
nity support for Fedora users > > Subject: Re: updating the GRUB bootloader on EFI systems while upgrading > > > > On Tue, 2025-04-15 at 18:00 -0500, Ranjan Maitra via users wrote: > > > Thanks! But I get fwupd: command not found. > > > > > > Is that not

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread Patrick O'Callaghan
On Tue, 2025-04-15 at 18:00 -0500, Ranjan Maitra via users wrote: > Thanks! But I get fwupd: command not found. > > Is that not different from an update not found? > $ rpm -qi fwupd Name: fwupd Version : 1.9.29 Release : 1.fc41 Architecture: x86_64 Install Date: Thu 20 Mar 2025 09

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread Ranjan Maitra via users
On Wed Apr16'25 12:20:56AM, greg wrote: > From: greg > Date: Wed, 16 Apr 2025 00:20:56 +0200 > To: Community support for Fedora users > Reply-To: Community support for Fedora users > Subject: Re: updating the GRUB bootloader on EFI systems while upgrading > > >

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread greg
> Why do I get fwupd not found? The commands to use - as root - are: # fwupdmgr get-updates If updates are available for any devices on the system, they'll be displayed. # fwupdmgr update This will download and apply all updates for your system. (Taken from /usr/share/doc/fwupd/README.md) Also t

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread Ranjan Maitra via users
Thanks for your response! On Tue Apr15'25 09:07:27PM, Marco Moock wrote: > From: Marco Moock > Date: Tue, 15 Apr 2025 21:07:27 +0200 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: updating the GRUB bootloader on EFI sys

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread Barry
> On 15 Apr 2025, at 19:59, Ranjan Maitra via users > wrote: > > However, the installed or embedded bootloaders are never updated > automatically. If you mean the fedora efi code; it is updated in /boot/efi when there is a change. I have personally verified this works recently. Barry --

Re: updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread Marco Moock
Am 15.04.2025 um 13:25:14 Uhr schrieb Ranjan Maitra via users: > According to > https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/ > systems with the BIOS firmware have the GRUB RPM packages updated. > However, the installed or embedded bootloaders are never updated > automa

updating the GRUB bootloader on EFI systems while upgrading

2025-04-15 Thread Ranjan Maitra via users
According to https://docs.fedoraproject.org/en-US/quick-docs/upgrading-fedora-offline/ systems with the BIOS firmware have the GRUB RPM packages updated. However, the installed or embedded bootloaders are never updated automatically. It is my understanding that my GRUB2 is installed on UEFI sy