I am not able to boot. It is showing the same error in every boot:

screenshot showing the error

3

1 Answer

Assuming that this is Ubuntu 20.04...

From the GRUB menu, choose Additional Options, then Recovery Mode, Root Access.

At the # prompt:

mount -o remount,rw / sudo update-alternatives --config default.plymouth 

enter image description here

Choose the ubuntu-logo choice, then repeat the command with the bgrt choice.

sudo update-initramfs -c -k $(uname -r) 

Then reboot.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy