LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-08-2023, 12:49 PM   #16
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 5,691

Rep: Reputation: 2716Reputation: 2716Reputation: 2716Reputation: 2716Reputation: 2716Reputation: 2716Reputation: 2716Reputation: 2716Reputation: 2716Reputation: 2716Reputation: 2716

You might want to check your hardware (bios) settings and look at the boot order. If you put USB before HARD DISK in that list it should use the USB to boot form if it finds a boot ready drive there.
 
Old 04-10-2023, 05:48 AM   #17
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi colourpurple, Here's the output from the code you gave me to execute. Thanks for you continued perseverance with me.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2023-04-10 11-44-37.png
Views:	7
Size:	94.2 KB
ID:	40779  
 
Old 04-10-2023, 06:01 AM   #18
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi colourpurple, Here's the output from the code you gave me. Thanks for your continued help.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2023-04-10 11-44-37.png
Views:	5
Size:	94.2 KB
ID:	40780  
 
Old 04-10-2023, 07:53 AM   #19
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
Is secure boot and fast boot disabled in the bios/firmware?
 
Old 04-10-2023, 08:04 AM   #20
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi colourpurple, I'll check whether secure boot is disabled. Meanwhile the following screen dumps illustrate what the contents are of the USB filesystem.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2023-04-10 13-54-58.png
Views:	5
Size:	65.1 KB
ID:	40781   Click image for larger version

Name:	Screenshot from 2023-04-10 13-55-18.png
Views:	4
Size:	69.4 KB
ID:	40782   Click image for larger version

Name:	Screenshot from 2023-04-10 13-55-39.png
Views:	4
Size:	48.9 KB
ID:	40783  
 
Old 04-10-2023, 08:17 AM   #21
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi colorpurple, I've checked the my Dell La[top system startup and confirmed secure boot is Disabled. Thanks.
 
Old 04-10-2023, 09:32 AM   #22
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
based the "ls -R /media" output of "no such file or directory" the leap grub bootloader wasn't installed correctly.
try this at the grub menu to see if you can pull up leap grub menu, press c for grub> prompt
Code:
grub>configfile (hd1,2)/boot/grub2/grub.cfg

Last edited by colorpurple21859; 04-10-2023 at 09:34 AM.
 
Old 04-10-2023, 12:27 PM   #23
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Hi colorpurple21859, I found a few commands from previous problems I had booting various Linux distros off USBs. Do these screenshots help identify my problem, or are you sure that my problem is definitely that the Leap grub bootloader wasn't installed correctly?
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2023-04-10 17-27-08.png
Views:	5
Size:	157.1 KB
ID:	40787   Click image for larger version

Name:	Screenshot from 2023-04-10 18-11-55.png
Views:	5
Size:	134.3 KB
ID:	40788   Click image for larger version

Name:	Screenshot from 2023-04-10 18-16-31.png
Views:	7
Size:	137.6 KB
ID:	40789  
 
Old 04-10-2023, 02:55 PM   #24
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
According to the screen shots in posts 17 and 18 after mounting /dev/sdb1 to /media there is no EFI directory on /dev/sdb1. Did you do the grub command in post 22?
On second thought add sudo to the ls command in post 15 after mounting sdb1 to /media, It may be a permissions issue.

Last edited by colorpurple21859; 04-10-2023 at 02:58 PM.
 
Old 04-12-2023, 05:08 AM   #25
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I added sudo to the ls command, output from that is this attached screen shot. I will now try the grub command in post 22 and report back.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2023-04-12 11-00-50.png
Views:	8
Size:	95.2 KB
ID:	40796  
 
Old 04-12-2023, 08:10 AM   #26
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I used the configfile etc command at the grub> prompt and the screen cleared followed by the grub> prompt again. I entered Reboot, and the laptop booted up to the menu I get where I can choose Zorin, Mint or MX. I shutdown the laptop & booted again this time using the F12 key to get the boot options menu and there was no USB to choose to boot from.
 
Old 04-12-2023, 12:20 PM   #27
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
try this at the grub menu to boot leap, press c for grub> prompt
Code:
grub> set root=(hd1,2)
grub> linux /boot/vmlinuz root=/dev/sdb2
grub> initrd /boot/initrd
grub> boot
 
Old 04-13-2023, 09:12 AM   #28
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I ran code you suggested & got this:
grub> set root=(hd1,2)
grub> linux /boot/vmlinuz root=/dev/sdb2
error: disk 'hd1,2'not found
 
Old 04-13-2023, 09:18 AM   #29
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,369

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
at the grub prompt ls to list the drives that grub prompt grub> ls will list the drives/partitions that grub can access
 
1 members found this post helpful.
Old 04-13-2023, 01:10 PM   #30
walesjoe
Member
 
Registered: Sep 2020
Posts: 42

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
I used the ls command at the grub>prompt & got:
(proc) (memdisk) (hd0) (hd0,gpt4) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1) (cd0)
 
  


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
USB devices not being recognized when booting from Slackware USB flash drive thethinker Slackware 4 06-14-2018 08:16 PM
LXer: USB 2.0, USB 3.0 And USB Type C – USB Ports Explained LXer Syndicated Linux News 0 11-29-2017 03:40 PM
Not booting through nfsroot but booting properly through Flash saumitralele Linux - Newbie 4 01-11-2011 10:06 PM
Booting from USB when BIOS does not recognise USB devices zani Linux - General 8 08-21-2007 01:58 PM
HP Deskjet (USB) & CUPS & Slackware 9.1: Unable to open USB device "usb:/dev/usb/lp0&qu arnostienen Slackware 2 01-29-2004 03:22 PM

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

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