BearPhreek
New Member
Repair Linux boot failures in GRUB 2 rescue mode
GRUB 2 is a popular and flexible bootloader used in many Linux distributions. It serves as the interface between the systems firmware and the operati...
www.howtoforge.com
How to Fix Minimal BASH Like Line Editing is Supported GRUB Error In Linux? - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org
I've watched so many youtube videos as well as read through so many websites, been trying to figure this out since 8 pm till now, 5:20 am GMT
--------------------------------------------------------------------------------------------------------------
I'm using a Lenovo IdeaPad with no hard drive. I have another SanDisk 16Gb USB with Tails OS on it which works perfectly fine.
I downloaded 'kali-linux-2021.3a-live-amd64' from the 'Live Boot' option from Kali.org, the 'recommended' one.
I then used 'balenaEtcher' to flash and burn it into a brand new SanDisk 16Gb USB.
I inserted the USB into the laptop and booted it in. (The same way I've done with Tails OS)
What I expected to come up with was Kalis boot options but instead what came up was not what I expected and I have never experienced or seen it:
"GNU GRUB version 2.04-20kali1"
"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"
It is nor grub rescue>: or GRUB:
It is grub>
when I do
grub> ls
It comes up with:
(memdisk) (hd0) (hd0,msdos2) (hd0,msdos1)
When I do
grub> set
It comes up with:
?=0
cmdpath=(hd0,msdos2)/EFI/BOOT
color_highlight=black/light-gray
color_normal=light-gray/black
feature_200_finial=y
feature_all_video_module=y
feature_chainloader_bpb=y
feature_deafult_font_path=y
feature_menuentry_id=y
feature_menuentry_options=y
feature_nativedisk_cmd=y
feature_ntldr=y
grub_cpu=x86_64
grub_platform=efi
lang=
locale_dir=
pager=
prefix=(memdisk)/boot/grub
root=memdisk
secondary_locale_dir=
Now, I've tried doing:
grub> set root=(hd0,msdos2)
grub> set prefix=(hd0,msdos2)/boot/grub
Then:
grub> insmod normal
grub> normal
But then it wipes everything and shows this on the top left corner while spazzing out:
error: no such device: /.disk/info.
_
I have to then shut off the laptop then start again...
I've tried other ways as well...
I've been at this for a long time and nothing online is helping, either it's unclear, not my specific problem or other.
So while searching I found another person @Q86y (https://www.linux.org/threads/please-help-me-asap-kali-gnu-grub-bootloader-v2-02.28497/) with a similar problem ish. But he didn't fight it through and instead switched to parrots and was never resolved, so I've started my own account and have made my own thread to get some hands-on support hopefully.
This problem is making me feel stupid and I really wanna resolve this. So please, ASAP.
Reply and ask for anything, I'll be very active and REALLY want this fixed, I'd appreciate it.
Thank you!
Last edited: