Fix Minimal BASH Like Line Editing Is Supported GRUB Error in Linux - It's FOSS
Fix Minimal BASH Like Line Editing Is Supported GRUB Error in Linux - It's FOSS
LINUX | TUTORIAL
The other day when I installed Elementary OS in dual boot with Windows, I
encountered a Grub error at the reboot time. I was presented with command line
with error message:
Minimal BASH like line editing is supported. For the first word, TAB lists
possible command completions. anywhere else TAB lists possible device or
file completions.
https://itsfoss.com/fix-minimal-bash-line-editing-supported-grub-error-linux/?fbclid=IwAR1cibMYTjLAieBrtaRUdJSSkLkjvh3hBVo31eOxLYx0tTqmbgB… 1/12
10/26/22, 4:38 PM Fix Minimal BASH like line editing is supported GRUB Error In Linux - It's FOSS
Indeed this is not an error specific to Elementary OS. It is a common Grub error
that could occur with any Linux OS be it Ubuntu, Fedora, Linux Mint etc.
In this post we shall see how to fix this “minimal BASH like line editing is
supported” Grub error in Ubuntu based Linux systems.
You can read this tutorial to fix similar and more frequent issue, error: no such
partition grub rescue in Linux
Prerequisites
To fix this issue, you would need the followings:
Once you make sure that you have the prerequisites, let’s see how to fix the black
screen of death for Linux (if I can call it that ;)).
Step 2: You need to find out iif your system uses EFI or BIOS. To do that, open the
terminal and use the following command to list your partitions:
sudo fdisk -l
Look closely in its output because it could be a huge output. If you see something
like EFI, it’s an indication that your system has EFI. This information is important in
later stages.
You need to note two things here. The partition where EFI is installed (if it is
installed) and the partition where root partition is installed.
https://itsfoss.com/fix-minimal-bash-line-editing-supported-grub-error-linux/?fbclid=IwAR1cibMYTjLAieBrtaRUdJSSkLkjvh3hBVo31eOxLYx0tTqmbgB… 3/12
10/26/22, 4:38 PM Fix Minimal BASH like line editing is supported GRUB Error In Linux - It's FOSS
Step 3 (for UEFI systems only): Now, what you need to do is to reinstall grub.
Mount the root partition first. I am using /dev/sda2 for root but you should
change this with what you have on your system:
Now, the next step is to finally install grub for UEFI system like this:
shutdown -r now
Step 3 (only for non-EFI system): Installing grub on non-EFI system is even
easier.
https://itsfoss.com/fix-minimal-bash-line-editing-supported-grub-error-linux/?fbclid=IwAR1cibMYTjLAieBrtaRUdJSSkLkjvh3hBVo31eOxLYx0tTqmbgB… 4/12
10/26/22, 4:38 PM Fix Minimal BASH like line editing is supported GRUB Error In Linux - It's FOSS
https://itsfoss.com/fix-minimal-bash-line-editing-supported-grub-error-linux/?fbclid=IwAR1cibMYTjLAieBrtaRUdJSSkLkjvh3hBVo31eOxLYx0tTqmbgB… 5/12