Linux CentOS reboot lại bị lỗi Minimal BASH Like Line Editing is Supported
GNU GRUB (Stands for GNU GRand Unified Bootloader) is a boot loader package. It is a part of the GNU project. It is the reference implementation of the Free Software Foundation’s Multiboot Specification, that provides a user the choice to boot one of multiple operating systems installed on a computer. It also provides the facility to choose a specific kernel configuration available on a specific OS partition. The Minimal BASH Like Line Editing is Supported GRUB Error In Linux looks like as shown below:
Boot vào = IOS cùng OS với bạn đang dùng
# linux rescue
Then mount the root partition with the help of below command.
# chroot /mnt/sysimage
Next, try to re-install the GRUB boot loader. Where **/dev/sda** is your boot partition.
# /sbin/grub-install /dev/sda
Reboot the system.