Started GRUB failed boot detection

Hi!

I upgraded to UM 20.04 LTS.

Now I have on boot before login into UM this message
"Started GRUB failed boot detection".

How to disable this message? Which systemd file must I disable?

is that the systemd service file named "grub-initrd-fallback.service"?

I did:

sudo systemctl stop grub-initrd-fallback.service
sudo systemctl disable grub-initrd-fallback.service
sudo systemctl mask grub-initrd-fallback.service

Now the message at boot from grub is gone.

where did you try this command ,i having same error in vmware

I run the command in Mate-Terminal. :wink:

sudo systemctl status grub-initrd-fallback.service

● grub-initrd-fallback.service
Loaded: masked (Reason: Unit grub-initrd-fallback.service is masked.)
Active: inactive (dead)

Hello Mate2Go,

I'm trying to understand how to be able to troubleshoot and identify the right commands; I mean the the process you went through to be able to know the command for fixing the issue and the iimplication for each command and then how to rollback the effects of the commands.?

Thanks.

Sam

Hey :slight_smile:

I did:

sudo systemctl stop grub-initrd-fallback.service
sudo systemctl disable grub-initrd-fallback.service
sudo systemctl mask grub-initrd-fallback.service

check if masked:

sudo systemctl status grub-initrd-fallback.service