Displaying 20 results from an estimated 7000 matches similar to: "Fixing grub/shim issue Centos 7"
2020 Aug 04
9
Fixing grub/shim issue Centos 7
Hi all,
I had the same problem with my UEFI bios machine and I fixed it so for
Centos 7:
1) Boot from an rescue linux usb
2) When the rescue system is running:
??? 2.1) #chroot /mnt/sysimage
3) Config network:
??? 3.1) # ip addr add X.X.X.X/X dev X
??? 3.2) # ip route add default via X.X.X.X??? <--- default router
4) And finally:
??? #yum downgrade shim\* grub2\* mokutil
???
2020 Aug 04
0
Fixing grub/shim issue Centos 7
On 8/4/20 1:31 AM, lpeci wrote:
> Hi all,
>
> I had the same problem with my UEFI bios machine and I fixed it so for
> Centos 7:
>
> 1) Boot from an rescue linux usb
>
> 2) When the rescue system is running:
>
> ??? 2.1) #chroot /mnt/sysimage
>
> 3) Config network:
>
> ??? 3.1) # ip addr add X.X.X.X/X dev X
>
> ??? 3.2) # ip route add default
2020 Aug 06
2
Fixing grub/shim issue Centos 7
> Le 04/08/2020 ? 08:31, lpeci a ?crit?:
>> I had the same problem with my UEFI bios machine and I fixed it so for
>> Centos 7:
>>
>> 1) Boot from an rescue linux usb
>>
>> 2) When the rescue system is running:
>>
>> ??? 2.1) #chroot /mnt/sysimage
>>
>> 3) Config network:
>>
>> ??? 3.1) # ip addr add X.X.X.X/X dev X
2020 Aug 02
1
8.2.2004 Latest yum update renders machine unbootable
-----Original Message-----
From: Stephen John Smoogen <smooge at gmail.com>
Reply-To: CentOS mailing list <centos at centos.org>
To: CentOS mailing list <centos at centos.org>
Subject: Re: [CentOS] 8.2.2004 Latest yum update renders machine unbootable
Date: Sun, 2 Aug 2020 10:57:49 -0400
On Sun, 2 Aug 2020 at 10:20, david <david at daku.org> wrote:
> > <snip>
2020 Aug 07
4
Fixing grub/shim issue Centos 7
Le 07/08/2020 ? 09:40, Alessandro Baggi a ?crit?:
> Probably many users have not updated their machines between the bug release and
> the resolution (thanks to your fast apply in the weekend, thank you) and many
> update their centos machines on a 2 months base (if not worst). I think also
> that many users of CentOS user base have not proclamed their
> disappointement/the issue on
2020 Aug 18
1
CentOS 8 kernel-4.18.0-193 shim issue
At 07:11 AM 8/17/2020, you wrote:
>On 8/13/20 11:23 PM, Mark LaPierre wrote:
> > Hey All,
> >
> > Is it safe to allow the 193 series kernel update now?? Last time I tried
> > that my system refused to boot.? I had to roll back to the 4.18.0-147
> > kernel to get my machine to reboot.
> >
> > Since that happened I've been watching this mail list
2020 Aug 07
5
Fixing grub/shim issue Centos 7
On 8/6/20 8:57 AM, Nicolas Kovacs wrote:
> Le 04/08/2020 ? 08:31, lpeci a ?crit?:
>> I had the same problem with my UEFI bios machine and I fixed it so for Centos 7:
>>
>> 1) Boot from an rescue linux usb
>>
>> 2) When the rescue system is running:
>>
>> ??? 2.1) #chroot /mnt/sysimage
>>
>> 3) Config network:
>>
>> ??? 3.1) # ip
2020 Aug 04
3
Centos 7 shim fix failed
Following the advice on this mailing list, I rebuilt (from scratch)
Centos 7.8. I added the following line into /etc/yum.conf before the
first update:
exclude=grub2* shim* mokutil
The system worked fine. I was able to do general updates
yum -y update
and all was well.
HOWEVER, following Johnny Hughes' directions:
a) remove the 'exclude' line from yum.conf
b) perform update:
2020 Aug 06
0
Fixing grub/shim issue Centos 7
Le 04/08/2020 ? 08:31, lpeci a ?crit?:
> I had the same problem with my UEFI bios machine and I fixed it so for Centos 7:
>
> 1) Boot from an rescue linux usb
>
> 2) When the rescue system is running:
>
> ??? 2.1) #chroot /mnt/sysimage
>
> 3) Config network:
>
> ??? 3.1) # ip addr add X.X.X.X/X dev X
>
> ??? 3.2) # ip route add default via X.X.X.X???
2020 Aug 02
1
Fwd: 8.2.2004 Quick recovery and fix for unbootable machines with rescue disk
Hello all--
These instructions are somewhat OK but my messed up box is the only one
I've got basically to help with this problem.
Where can we find "correction" instructions using a "rescue" CD or flash
drive? I understand RedHat provided detailed instructions to supported
customers.
Thanks.
_______________________
Sent from MzK's phone.
---------- Forwarded message
2020 Aug 04
2
Fixing grub/shim issue Centos 7
Once upon a time, Johnny Hughes <johnny at centos.org> said:
> The issues should now be resolved.
>
> If you just mount /mnt/sysimage, set an ip address and upgrade (to get
> th new shim) .. then:
>
> yum reinstall <latest-version>
I'm curious - why does the kernel need to be reinstalled? The shim-x64
package installs its files directly to the EFI partition
2020 Aug 03
0
Fixing grub/shim issue Centos 7
Le 03/08/2020 ? 19:24, david a ?crit?:
> After trying several paths, some suggested on this list, here's my results.
Hi,
Just back from a hiking trip. One of my clients sent me a message that his
CentOS server refuses to boot. So tomorrow I have to drive there to figure out
what's going on. I guess there's a high probability it's the issue discussed in
this thread.
Simple
2020 Aug 05
2
Centos 7 shim fix failed
At 05:01 PM 8/4/2020, you wrote:
>Am 05.08.20 um 01:27 schrieb david:
>>At 04:18 PM 8/4/2020, you wrote:
>>>Am 05.08.20 um 01:09 schrieb david:
>>>>At 01:54 PM 8/4/2020, you wrote:
>>>>>On Tue, 04 Aug 2020 13:44:05 -0700
>>>>>david wrote:
>>>>>
>>>>> > After all the updates, the system was NOT bootable.
2020 Aug 04
2
Centos 7 shim fix failed
At 04:18 PM 8/4/2020, you wrote:
>Am 05.08.20 um 01:09 schrieb david:
>>At 01:54 PM 8/4/2020, you wrote:
>>>On Tue, 04 Aug 2020 13:44:05 -0700
>>>david wrote:
>>>
>>> > After all the updates, the system was NOT bootable.
>>>
>>>How long did you wait for it to boot, and what
>>>did it do when it failed to boot?? What text
2020 Aug 02
2
8.2.2004 Latest yum update renders machine unbootable
><snip>
> > I'll post here again once we have pushed the EL8 and CentOS Stream updates.
>
>OK .. I have also now pushed the CentOS Linux 8 update .. you should see
>an update to SHIM .. the new versions are:
>
>PowerTools/x86_64/os/Packages/shim-unsigned-x64-15-8.el8.x86_64.rpm
>BaseOS/x86_64/os/Packages/shim-ia32-15-15.el8_2.x86_64.rpm
2020 Aug 02
2
8.2.2004 Latest yum update renders machine unbootable
At 06:10 AM 8/2/2020, you wrote:
>On 8/2/20 8:04 AM, david wrote:
> >
> >> <snip>
> >
> >
> >
> >> > I'll post here again once we have pushed the EL8 and CentOS Stream
> >> updates.
> >>
> >> OK .. I have also now pushed the CentOS Linux 8 update .. you should see
> >> an update to SHIM .. the new
2020 Aug 01
2
8.2.2004 Latest yum update renders machine unbootable
On Fri, Jul 31, 2020 at 10:20:28PM -0500, Johnny Hughes wrote:
...
>
> The issue seems to be with the shim package (not the grub or kernel
> packages) and we are currently working with Red Hat on a fix. This
> issue happened in many Linux OSes and even Windows, not just RHEL and
> CentOS.
>
> We will push a fix as soon as one is available.
>
> I would hold off on
2020 Aug 02
3
8.2.2004 Latest yum update renders machine unbootable
At 06:37 AM 8/2/2020, Johnny Hughes wrote:
>On 8/2/20 8:30 AM, david wrote:
> > At 06:10 AM 8/2/2020, you wrote:
> >> On 8/2/20 8:04 AM, david wrote:
> >> >
> >> >> <snip>
> >> >
> >> >
> >> >
> >> >> > I'll post here again once we have pushed the EL8 and CentOS Stream
> >>
2020 Aug 05
0
Centos 7 shim fix failed
Am 05.08.20 um 02:13 schrieb david:
> At 05:01 PM 8/4/2020, you wrote:
>> Am 05.08.20 um 01:27 schrieb david:
>>> At 04:18 PM 8/4/2020, you wrote:
>>>> Am 05.08.20 um 01:09 schrieb david:
>>>>> At 01:54 PM 8/4/2020, you wrote:
>>>>>> On Tue, 04 Aug 2020 13:44:05 -0700
>>>>>> david wrote:
>>>>>>
2020 Aug 02
1
8.2.2004 Latest yum update renders machine unbootable
At 07:57 AM 8/2/2020, you wrote:
>On Sun, 2 Aug 2020 at 10:20, david <david at daku.org> wrote:
> >
> >
> > ><snip>
> >
> >
> >
> >
> > > >> Yes .. it should be on mirror.centos.org now .. you could change the
> > > >> repo where your updates come from.?? OR
> .. wait for that mirror to get
> >