LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-14-2024, 08:26 AM   #1
louis47
LQ Newbie
 
Registered: Nov 2023
Posts: 29

Rep: Reputation: 0
After install Opensuse 15.5 (Leap or Tumbleweed) I get a Bash ? GRUB >


I have a mini pc T8 plus CPU Alder Lake N100 Ram: 16 GB and ROM: 512 GB. I use PC only for Linux install. After install I remove USB stick for a restart computer. Then appear a Bash text and GRUB> I don't knowm what to fill in after GRUB> . I would like he starts with Opensuse! But I use the TAB key. See also photo's. Other distro's no problems.: Ubuntu, Zorin, Neon, Mint or Manjaro.
Attached Thumbnails
Click image for larger version

Name:	IMG20240414143855.jpg
Views:	11
Size:	269.9 KB
ID:	42693   Click image for larger version

Name:	IMG20240414143941.jpg
Views:	15
Size:	270.8 KB
ID:	42694  

Last edited by louis47; 04-14-2024 at 08:35 AM.
 
Old 04-14-2024, 03:17 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,523

Rep: Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494
I don't know anything about your hardware but when you get the grub prompt as shown in your image, it means you didn't properly install the Grub bootloader. To gather information when you see: grub> type in ls to show drives and partitions. Type ls /boot/grub to see what files are there. For more details on this go to the site at the link below to the Linux Foundation which gives a lot of information on booting with Grub. ls /boot should show the kernels. ls /boot/grub should show the grub files. Is this an EFI or Legacy install? Do you know the difference.

https://www.linuxfoundation.org/blog...rub-2-on-linux
 
1 members found this post helpful.
Old 04-15-2024, 05:16 AM   #3
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,811
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
The Leap and TW installation media provide a menu selection to boot the installed system. You should do that, then when the installed system is running, go into system setup "YaST" Bootloader section to reinstall the Grub bootloader, making sure that your choices all match your BIOS configuration. If doing so does not solve the problem, boot using that method again, then collect information from the following to copy and paste here all of it (using code tags):
Code:
efibootmgr -v
lsblk -f
cat /etc/fstab
parted -l
tree /boot/
You may need to prepend "sudo" to one or more of these commands, or else run them logged in as root, or after running su -.
 
1 members found this post helpful.
Old 04-16-2024, 04:40 AM   #4
louis47
LQ Newbie
 
Registered: Nov 2023
Posts: 29

Original Poster
Rep: Reputation: 0
I used Yast,for install GRUB (someone by Tweakers came with that answer) and I also looked at the BIOS during startup and specifically checked whether secure boot had perhaps changed. But I did see that opensuse was not selected as the first option. This changes. At startup I now get the option, generated by Opensuse itself, to start up with opensuse tumbleweed and some other options. First possible, opensuse tumbleweed, clicked on it and sure enough it starts up effortlessly. Maybe because of Yast or my changes in the BIOS. It is solved. And opensuse boot menu is much clearer and nicer than Grub. My opinion. And maby it is from Grub2. Thanks everyone, for they thoughts. I think its is solved.
Attached Thumbnails
Click image for larger version

Name:	IMG20240416124941.jpg
Views:	5
Size:	214.2 KB
ID:	42706  

Last edited by louis47; 04-16-2024 at 06:10 AM.
 
Old 04-16-2024, 07:22 AM   #5
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,523

Rep: Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494Reputation: 2494
The last time I installed Opensuse it had more options than one usually sees when installing Grub which is good but can cause problems for new users. I guess you didn't find the site below detailing installing/reinstalling Grub on Opensuse but if you plan to use Opensuse, I would suggest you bookmark the site. It has information specific to Opensuse/Yast as well as Grub in general.

https://doc.opensuse.org/documentati...cha-grub2.html
 
Old 04-16-2024, 09:58 AM   #6
louis47
LQ Newbie
 
Registered: Nov 2023
Posts: 29

Original Poster
Rep: Reputation: 0
Thanks Yancek very helpfull, I spread the link further.
 
Old 04-16-2024, 07:36 PM   #7
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,811
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
I doubt any but an expert with Linux and/or openSUSE (note correct spelling) would be able to install openSUSE without resulting in Grub providing its boot menu. Have a lot of fun!
 
  


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
LXer: openSUSE Leap 42.2 is out, how to upgrade safely from openSUSE Leap 42.1 LXer Syndicated Linux News 0 11-17-2016 07:18 AM
LXer: Upgrading OpenSUSE Leap to OpenSUSE Tumbleweed LXer Syndicated Linux News 0 10-25-2016 10:31 AM
LXer: How to upgrade openSUSE Leap to openSUSE Tumbleweed LXer Syndicated Linux News 0 10-11-2016 08:48 AM
LXer: GCC 6 Imminent for openSUSE Tumbleweed, openSUSE Leap 42.2 Alpha 2 Coming Soon LXer Syndicated Linux News 0 06-16-2016 01:51 AM
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:47 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