LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-30-2020, 11:51 PM   #1
respectablenoob
LQ Newbie
 
Registered: Jun 2020
Distribution: Antix 19.2, Androidx86, Windows, MX linux
Posts: 29

Rep: Reputation: Disabled
Question Seeing minimal bash-like line editing is supported when booting to grub for lubuntu 20.4


I have successfully installed lubuntu 20.4 on unallocated space and grub is installed, I just have to change to ubuntu in boot options. unfortunately, grub says Seeing minimal bash-like line editing is supported. I don't know what to do because it is completely unusable and I cant get to lubuntu but I know it is installed. Any help would be appreciated.
 
Old 07-01-2020, 12:59 AM   #2
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,150

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Take a screen shot upload it to OneDrive, Google Drive, Pastebin (set proper permissions of course only the folder with that pic and not expose your whole drive ) or other sources, it would be easier for others to figure out what is on your screen.

Good luck!!!
 
Old 07-01-2020, 01:24 AM   #3
respectablenoob
LQ Newbie
 
Registered: Jun 2020
Distribution: Antix 19.2, Androidx86, Windows, MX linux
Posts: 29

Original Poster
Rep: Reputation: Disabled
Thanks for replying! here is the screenshot.

[URL="https://www.reddit.com/r/debian/comments/cuahf5/minimal_bashlike_line_editing_is_supported_error/

the screenshot is exactly what is on my screen.
 
Old 07-01-2020, 01:45 AM   #4
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
this page has a description of how to boot from the grub prompt.
 
Old 07-01-2020, 01:53 AM   #5
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,150

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
You will might need to do a grub rescue, see this link: https://www.linux.com/training-tutor...-grub-2-linux/

Or try as Cordx suggested.


See if this one will help also:

Quote:

You can boot your linux system through Super Grub2 disk, Download the iso from here (http://www.supergrubdisk.org/) and create a bootable USB

After successfully booting linux , reinstall grub-efi as follows :

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=debian --recheck --debug /dev/sda
update-grub
it's a post from this link: https://unix.stackexchange.com/quest...e-after-reboot
 
1 members found this post helpful.
Old 07-01-2020, 01:56 AM   #6
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
Quote:
Originally Posted by JJJCR View Post
You will might need to do a grub rescue, see this link: https://www.linux.com/training-tutor...-grub-2-linux/
i found that page right after i posted my suggestion. it is a much better description. i would recommend starting with this one instead.
 
Old 07-01-2020, 04:06 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
For the lazy noob:
https://www.supergrubdisk.org/rescatux/
 
Old 07-01-2020, 05:29 AM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
If you know what drive/partition lubuntu is on
Code:
configfile (hd0,?)/boot/grub/grub.cfg
the ? represents the partition number counting from 1, If it is on a different drive, drives count from 0.
Then once booted in open a terminal run if this is an efi system.
Quote:
sudo grub-install
If not add /dev/sda, this may be different.

Last edited by colorpurple21859; 07-01-2020 at 05:34 AM.
 
Old 07-05-2020, 04:16 PM   #9
respectablenoob
LQ Newbie
 
Registered: Jun 2020
Distribution: Antix 19.2, Androidx86, Windows, MX linux
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by cordx View Post
this page has a description of how to boot from the grub prompt.
Thanks I think it is because I rebooted without removing the usb because after I removed it and it worked. I would however still learn about this issue so thanks again.
 
Old 07-05-2020, 04:23 PM   #10
respectablenoob
LQ Newbie
 
Registered: Jun 2020
Distribution: Antix 19.2, Androidx86, Windows, MX linux
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by JJJCR View Post
You will might need to do a grub rescue, see this link: https://www.linux.com/training-tutor...-grub-2-linux/

Or try as Cordx suggested.


See if this one will help also:



it's a post from this link: https://unix.stackexchange.com/quest...e-after-reboot
Thanks, I'll check it out after studying. Really good of you to help linux newbies like me
 
Old 07-05-2020, 04:24 PM   #11
respectablenoob
LQ Newbie
 
Registered: Jun 2020
Distribution: Antix 19.2, Androidx86, Windows, MX linux
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by colorpurple21859 View Post
If you know what drive/partition lubuntu is on
Code:
configfile (hd0,?)/boot/grub/grub.cfg
the ? represents the partition number counting from 1, If it is on a different drive, drives count from 0.
Then once booted in open a terminal run if this is an efi system.
If not add /dev/sda, this may be different.
I understand the second part, but what does the first code mean. Is it for a terminal or a file location? thanks
 
Old 07-05-2020, 04:37 PM   #12
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
at the grub prompt
grub> configfile (hd0,?)/boot/grub/grub.cfg
 
Old 06-27-2021, 06:27 PM   #13
HenryEcu
LQ Newbie
 
Registered: Apr 2021
Posts: 5

Rep: Reputation: Disabled
all past suggestions not worked in my case.

I tried run grub-install, boot-repair but not solve my problems.

I have a double boot system with debian distro and with signed packages for boot security.

With signed image and grub-install (signed too) no error appear, but grub console appear again.



To solve, in my case:
grub-install write in /dev/sda2 your files in /EFI/grub folder (in sda2 windows SO put efi files in EFI folder)

Shutdown and Power on again

In grub console bash-like

ls command to view partition with efi files (hd0,gpt2). The first grub.cfg file is in grub folder
extract_entries_configfile (hd0,gpt2)/EFI/grub/grub.cfg command to run grub.cfg (firt grub config file)
then new error appear: "error: search.fs_uuid is not allowed to execute in an extractor"

The problem is the $prefix variable.
echo $prefix to view it's content: (hd0,gpt2)/EFI/debian

debian folder not exist!! That is the problem

I created debian folder in EFI folder and
copy grub.cfg (file in EFI/grub) in debian folder.

Then

Shutdown and Power on again

And RAN

Last edited by HenryEcu; 06-27-2021 at 06:30 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
minimal BASH like line editing is supported for the first word TAB list possible comm SHOTGUN64 Linux - Newbie 1 01-08-2015 11:50 PM
Error of GRUB: Minimal BASH-like line editing is supported................. change_my_way2010 Linux - Newbie 18 01-11-2014 11:46 PM
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM
Minimal BASH-like line editing is supported.....grub error kacper111 Linux - Newbie 18 07-31-2012 02:02 AM
Minimal bash like line editing is supported rosh202 Linux - Newbie 3 10-28-2009 09:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration