LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-25-2019, 08:20 PM   #76
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0

Does that mean that each time I boot to the usb, I have to start off with the mkdir, mount, and ls commands?
 
Old 02-25-2019, 08:21 PM   #77
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
yes, not necessarily the ls command but the other two. the "ls /mnt/sda4/boot" is to see what is in /boot on /dev/sda4

Last edited by colorpurple21859; 02-25-2019 at 08:26 PM.
 
Old 02-25-2019, 08:57 PM   #78
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Thank you, I didn't know that I had to start with mkdir and mount each time. I just reran those three commands and got the same results as before, mount point doesn’t exist, and No such file or directory.

Tomorrow after the Dentist gets through with me I'm going to move to where I can get a wired connection. Is it possible to send screenshots when booted to a usb stick?

I'm too wool-gathered to continue tonight. If I'd known the install would be this difficult I probably have stuck with ubuntu. When I dual booted Mint 18.3 with ubuntu 18.04, it was no problem at all. Could it be that this release is just too new to have had the bugs worked out?
 
Old 02-26-2019, 07:19 AM   #79
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
if you are on a system usb or not and have a means to get out onto the network, then yes you can access the net like any other system, usb or not, providing the system has the required items needed to do what you need to do.

I am guessing this is what you need to do each time boot into your live OS because it loses everything. That is just the nature of the beast. Having the commands here in your post and adding a semi-colon at the end of each command you can run more than one is succession. This will make it easier for you to just copy paste the entire set of operations into a terminal then move to the next step of this ordeal.

Code:
sudo mkdir /mnt/sda4 ;
sudo mount /dev/sda4 /mnt/sda4 ;
ls /mnt/boot

Last edited by BW-userx; 02-26-2019 at 07:25 AM.
 
Old 02-26-2019, 08:23 AM   #80
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Thank you Sir, now if I can just remember that. Ordeal is the word. I did some rearranging and got to a wired connection. That should help.
I'm going to pursue something else for a bit, I'll be back after my dental appointment.
 
Old 02-26-2019, 11:13 AM   #81
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Here is what I have tried, it didn't work.[ATTACH]29939
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2019-02-26 17-00-57.png
Views:	15
Size:	97.0 KB
ID:	29939  
 
Old 02-26-2019, 11:24 AM   #82
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
I don't know if I have the boot order exactly right as shown in the screenshot. It booted to Windows when I restarted the computer. I'm going to restart now and ry the other link posted by yancek.
 
Old 02-26-2019, 11:29 AM   #83
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
What happens with sudo efibootmgr -n 0002 then reboot
 
Old 02-26-2019, 11:30 AM   #84
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
ok read this to change your boot order

How to Get Ubuntu to Boot Before Windows Using the EFI Boot Manager

same time post, I called it....
 
Old 02-26-2019, 11:44 AM   #85
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Hope this is right.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2019-02-26 17-38-01.png
Views:	17
Size:	99.9 KB
ID:	29940  
 
Old 02-26-2019, 12:10 PM   #86
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
OK back in business I hope. A big thank you to all who have helped.

I had set compatibility mode before booting onto the usb the last time, or at least before the last restart. Should I leave it there or not?

My apologies for being so slow to catch on, I just cannot remember commands, I have to be looking at them, and sometimes I misread what I see.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2019-02-26 12-59-33.png
Views:	13
Size:	41.4 KB
ID:	29941  

Last edited by J Harp; 02-26-2019 at 12:49 PM. Reason: To add thoughts and questions.
 
Old 02-26-2019, 12:41 PM   #87
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Quote:
sudo efibootmgr -n 0002
was a temporary fix to see if mint would boot. To set permanently
Code:
sudo efibootmgr -o 0002,0001,0000,2001,2002,3001
or maybe set 0000 first and 0002 second to allow to boot from usb when inserted.

Last edited by colorpurple21859; 02-26-2019 at 12:43 PM.
 
Old 02-26-2019, 01:09 PM   #88
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
I set it to your first suggestion, but I'm a bit confused, shouldn't it be 2001 first in case I need to boot from a Windows recovery usb device?

Out to lunch for a bit, then see if I can set up a wifi connection.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2019-02-26 14-01-53.png
Views:	15
Size:	68.1 KB
ID:	29942  

Last edited by J Harp; 02-26-2019 at 01:14 PM.
 
Old 02-26-2019, 01:21 PM   #89
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Not sure which order would be best on your system. Maybe making 2001 first would be better.
 
Old 02-26-2019, 03:23 PM   #90
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
I thought we had it, but we don't, next bootup went to Windows. I'm trying to retrace steps, things look different this time. I will restart after I send this, and see what happens.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2019-02-26 20-58-00.png
Views:	11
Size:	101.4 KB
ID:	29944   Click image for larger version

Name:	Screenshot from 2019-02-26 21-03-21.png
Views:	12
Size:	105.4 KB
ID:	29945   Click image for larger version

Name:	Screenshot from 2019-02-26 21-10-52.png
Views:	9
Size:	146.5 KB
ID:	29946   Click image for larger version

Name:	Screenshot from 2019-02-26 21-11-50.png
Views:	13
Size:	143.2 KB
ID:	29947   Click image for larger version

Name:	Screenshot from 2019-02-26 21-12-24.png
Views:	11
Size:	128.7 KB
ID:	29948  

 
  


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
networking fails under linux mint 17 on a laptop. eleonora46 Linux - Networking 2 10-11-2014 01:12 AM

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

All times are GMT -5. The time now is 08:38 AM.

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