How to repair grub mode in linux ||Troubleshooting||

Опубликовано: 27 Февраль 2026
на канале: Tech Abhi
6,507
38

In this video you will learn how to troubleshoot when your linux system stuck due to grub issue and you unable to access the terminal.

when your linux system stuck at boot time and If you followed this process so you can easily to access the linux terminal.

----------------------------------------------------------------------------------------------------
If you still facing the grub issue so follow the below command in your terminal

apt-get purge grub-pc
then re-install the grub package
apt-get install grub2

grub-install /dev/sdb
(path of hard drive where your linux installed /dev/sdX)
then generate grub.cfg

grub-mkconfig /boot/grub/grub.cfg
--------------------------------------------------------------------------------------------------------------



#How_To_Troubleshoot_when_linux_system_stuck_due_to_grub_issue