LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-24-2019, 02:09 PM   #46
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0

Thanks yancek. Can't connect to wifi when booted from the usb stick, back on windows. Yes, I used esc key then f9, it showed an Ubuntu boot manager, I chose that and exited. When I did sudo mkdir /mnt/efi I think it did make the directory, but I messed up the second command so badly that I exited and started again and got what's in the screenshot.

I can't see any mention of Ubuntu or Mint in boot options. Secure boot and fast boot are disabled.

It appears to me that the install was not written to the disk. If that is correct how can it be fixed?

OOps, the screenshot was saved in Linux, and I can't get here from there so I'll type them in from a photo on my phone.
sudo mkdir mnt/efi
mkdir: cannot create directory 'mnt/efi': no such file or directory
sudo mount /dev/sda1 mount/efi
mount: mnt/efi mount point does not exist.
/mnt/efi
bash: /mnt/efi: Is a directory

I did make some more screenshots but I didn't take pictures of them I'd have to go back to Linux to get them, that would take a while because I'm a very poor typist.
 
Old 02-24-2019, 02:32 PM   #47
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
yancek, Sorry I didn't find your post when I checked earlier before falling asleep for a long nap. Did I do an efi install? I don't know.

colorpurple21859, Thanks for that, I'd forgotten it. How would I check the Linux partitions to see what is there?

Sorry to be so dense about this, all but one of my previous installs have just used the whole disk. The one exception ended up wiping Windows, so I'm a bit skittish about it.
 
Old 02-24-2019, 03:03 PM   #48
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
boot into the live mint,
open a terminal
Code:
ls /sys/firmware
will show an efi directory if your in efi mode.
create a /mnt/sda6 directory and mount your mint partition
Code:
sudo mkdir /mnt/sda6
sudo mount /dev/sda6 /mnt/sda6
to list what is on your mint partition:
Code:
ls /mnt/usb
to display what is in /etc/fstab(file that tells what gets mounted at boot time)
Code:
cat /mnt/sa6/etc/fstab
 
Old 02-24-2019, 03:44 PM   #49
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
On the old computer now, colorpurple21859, I ran thru that list of commands on the new computer, most returned no such file or directory. I have screenshots. I'm going to take time out and try to setup wifi when booted to usb, having a bit of difficulty with that, hope I can send screenshots if I get wifi going.
 
Old 02-24-2019, 08:32 PM   #50
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Back on windows, old asus froze up when I had this almost done, it's dieing. Typing from phone pictures now, no luck with wifi. Commands I typed are perseded with mint@mint:~$

ls /sys/firmware
acpi dmi efi memmap
sudo mkdir /mnt/sda6 /mnt/sda6
mount: /mnt/sda6: special device /dev/sda6 does not exist
ls mnt/usb
ls: cannot access 'mnt/usb': No such file or directory
cat /mnt/sda6/etc/fstab
cat: /nmt/sda6/etc/fstab: No such file or directory

I redid a couple that I thought I had mistyped, I think there is at lest one more, I'll go back and rerun it later.

sudo mkdir /mnt/sda6
mkdir: cannot create directory '/mnt/dev/sda6': File exists
sudo mount /dev/sda6 /mnt/sda6
mount: /mnt/sda6: special device /dev/sda6 does not exist

I'll boot back onto the usb stick, check the list of commands again, and try to correct my mistakes
 
Old 02-24-2019, 09:01 PM   #51
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
what is output of
Code:
 sudo parted -l

Last edited by colorpurple21859; 02-24-2019 at 09:02 PM.
 
Old 02-24-2019, 10:01 PM   #52
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Typing from phone picture.

Disk Flags:

Number Start End size File system name Flags
1 1049kb 290MB 373MB fat32 EFI system partition boot,esp
2 274MB 290MB 16,8MB Microsoft reserved partition msftres
3 290MB 930GB 930GB ntfs Basic data partition msftdata
4 930GB 951GB 20.6GB ext4
5 951GB 1000GB 49,4GB ext4


Model: PNY USB 2.0 FD (scsi)
Disk /dev/sdb: 32.5GB
Sector size (logical/physical):512B/512B
Partition Table: msdos
Disk Flags:
Number Start end Size Type File system Flags
1 1049kb 32.5GB 32.5GB Primary fat32 boot, lba


I hope I got it all right, I can easily overlook things. I'm getting tired and it's bedtime. I'll check back tomorrow. Dr. appointment in AM so will be away a while.
Thanks to every one of you for your help and patience.
 
Old 02-25-2019, 05:08 AM   #53
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
Not knowing what the two linux partition are, change each sda6 in post #48 to either sda4 or sda5 depending on which partition you think is your root partition and see if that works.

Last edited by colorpurple21859; 02-25-2019 at 05:18 AM.
 
Old 02-25-2019, 05:26 AM   #54
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Ok, slow process but I'll get started. Root is sda4
 
Old 02-25-2019, 06:22 AM   #55
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
No return on first two commands,

cat /mnt/sda4 /mnt/sda4
#
# Use 'blkid' to print universally unique identifier for a
# device: this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. see fstab(5)
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda4 during installation
UUID=af68ee66-8386-436f-906c-a24f7f1f332a / ext4 errors=remount-ro 0 1
#/boot/efi was on/dev/sda1 during installation
UUID=743E-7418 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda5 during installation
UUID=a20e6ae6-9274-4c8a-b55d-2f83f0d791e2 /home ext4 defaults
0 2
/swapfile none swap sw
0 0
 
Old 02-25-2019, 06:47 AM   #56
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
The commands suggested in post 44 and 48 were entered incorrectly which is why you got the errors you did. You missed the beginning forward slash ( / ) on several commands and entered an incorrect command in others. Take a look at the posts again try them and type them exactly as shown.
 
Old 02-25-2019, 06:52 AM   #57
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
CHECK THIS OUT.. see if it helps

here take a look at my thread when I was having an issue after installing MINT LINUX UEFI system and how I fixed it, toot sweet.

https://www.linuxquestions.org/quest...ll-4175646360/

Last edited by BW-userx; 02-25-2019 at 07:40 AM.
 
Old 02-25-2019, 07:12 AM   #58
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
Thanks yancek. I saw that I had missed the beginning /, I thought I had went back and corrected it, but I can make the same mistake twice and not see it, I'll get on it, changing any reference to sda6 to sda4
 
Old 02-25-2019, 08:14 AM   #59
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
No return on first two commands, mkdir, and mount.

ls /mnt/usb
ls: cannot access '/mnt/usb': no such file or directoey
cat /mnt/sda4/etc/fstab
# /etc/fstab: static file system information.
#
# use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added or removed. See fstab(5).
#
# <file system> <mount point> <type> <option> <dump> <pass>
# /was on sda4 during installation
UUID=af68ee66-8386-436f-906c-a24f7f1f332a /
-ro 0 1
# boot/efi was on /dev/sda1 during installation
UUID 743e'7418 /boot efi vfat umask=0077-2f83f0https://www.linuxquestions.org/questions/linux-software-2/linux-mint-18-3-fails-to-install-on-hp-laptop-4175648546/page4.htmld791e2
# /home waas on /dev/sda5 during installation
UUID=a20e6ae6-9274-4c8a-b55d

I brushed the keypad and got lost, will have to redo this and read the link posted by BW-userx after i get back from appointment. I think it was the same as the return from the previous cat command. Got to go now.
 
Old 02-25-2019, 11:08 AM   #60
J Harp
Member
 
Registered: Sep 2009
Posts: 133

Original Poster
Rep: Reputation: 0
I meant the touchpad, trying again.

No return for sudo mkdir and sudo mount

ls /mnt/usb
ls: cannot access 'mnt/usb': no such file or directory
cat /mnt/sda4/etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device;
# that works even if disks are added and removed. see fstab(5).
#
# <file system> <Mount point> <type> <options> <dump> <pass>
# /was on /dev/sda4 during installation
UUID=af68ee66-8386-436f-906c-a24f7f1f332a / ext4 errors=remount-ro 0 1
# /boot/efiwas on /dev/sda1 during installation
UUID=743E-7418 /boot/efi vfat umask=0077 0 1
# /home was on /dev/sda5 during installation
UUID=a20e6ae6-9274-4c8a-b55d-2f83f0d791e2 /home ext4 defaults 0 2
/swapfile none 0 0
 
  


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 01:42 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