LinuxQuestions.org
Review your favorite Linux distribution.
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 01-26-2019, 10:02 AM   #16
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

Quote:
Originally Posted by sdowney717 View Post
I have an old i686 cpu system here. I stuck the drive into. It boots up to grub rescue same as if it was in the usb case.
Then I go to install mint and I have 64 bit of course, and this old MB is only 32 bit.
So to try it I need to get 32 bit mint.
might be a good Idea to try and use 32bit if you're going to be using the 686 to boot it using usb. something is wrong with it installing grub, seeings how you're going to most likely reinstall it, give it a partition table msdos so this way you know it is MBR, because if it is gpt it does not have mbr ro install grub so if it just happes to be gpt that too will cause grub issues not finding it when it is looking for it.

or run
parted -l
on the drive to see the partiton table to remove that equation out of this issue.
 
Old 01-26-2019, 10:12 AM   #17
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,343

Rep: Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587Reputation: 1587
Quote:
mint@mint:~$ sudo mount /dev/sdd5 /mnt/boot
skip this one you already mounted /dev/sdd5 at /mnt.
Quote:
mint@mint:~$ sudo mount /dev/sdd7 /mnt
Don't do this one either you don't need to mount /home to install grub and is mounted in the wrong location, should have been mounted to /mnt/home

Last edited by colorpurple21859; 01-26-2019 at 10:40 AM.
 
Old 01-26-2019, 10:19 AM   #18
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Ok, I am installing a 32 bit version onto the usb drive pulled out and put in the ide slot in this very old PC.
Most of my PC are newer 64 bit pc, I just dont want to tear them apart to do this, plus some have no ide port.

I am certain it will boot the ide drive in an ide slot, question is can it then boot if drive is put back into the usb case.

Last edited by sdowney717; 01-26-2019 at 10:20 AM.
 
Old 01-26-2019, 11:01 AM   #19
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
It boots, put the drive in the usb case, it boots up fine. I get the boot mint menu. It is kinda slow on this pc.
The bios lists the drive and it says 1.x speed, BUT it does have a mix of 1.1 and 2.0 usb ports.

Is there a sys log tells usb speed hookup?

Next I need to see if it boots on the original fast PC it refused to work on.
 
Old 01-26-2019, 11:17 AM   #20
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
I think the usb drive connected at 2.0 speeds, can someone look at this and tell?
scott-usb-320@scottusb320-desktop:~$ lsusb -t
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/8p, 480M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
scott-usb-320@scottusb320-desktop:~$ cat /sys/bus/usb/devices/usb?/speed
480
12
12
12
12
scott-usb-320@scottusb320-desktop:~$
 
Old 01-26-2019, 11:19 AM   #21
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
and I accidentally clicked some horrible onscreen keyboard and I dont know how to close it.

anyone know how? there is no X anywhere.

ok, found it under accessibility. its gone.
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2019-01-26 12-18-18.png
Views:	6
Size:	89.8 KB
ID:	29592  

Last edited by sdowney717; 01-26-2019 at 11:20 AM.
 
Old 01-26-2019, 11:22 AM   #22
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
Quote:
Originally Posted by sdowney717 View Post
and I accidentally clicked some horrible onscreen keyboard and I dont know how to close it.

anyone know how? there is no X anywhere.

ok, found it under accessibility. its gone.
kool you're getting somewhere.

I do not know where the close button is on the Virtual KB but you can do a ps -aux and look to find something that looks like it says virtualkeyboard then kill the pid for it.
 
Old 01-26-2019, 11:33 AM   #23
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
kool you're getting somewhere.

I do not know where the close button is on the Virtual KB but you can do a ps -aux and look to find something that looks like it says virtualkeyboard then kill the pid for it.
yeah i got it.

ok, so it boots fine on the old pc either in the case connected direct to ide port, or in the usb enclosure plugged into a usb port.

which is good.

BUT, when i put it back to the usb port of the fast modern PC, it does not boot, again it gives a grub error.
It is like there is a conflict in grub going on. There are 3 sata drives in the pc, several versions of windows and ubuntu mixed together.
But trying to boot the usb drive fails every time. I think if i unplugged all the sata drives, it would boot.

So what is going on here with grub? I select by F11 the bios boot menu, and then I select the usb drive.
it is like grub knows there are other grubs and it just gets confused?
How do people boot a usb drive when other drives are also bootable with grub in the PC.
Attached Thumbnails
Click image for larger version

Name:	20190126_122537.jpg
Views:	6
Size:	272.2 KB
ID:	29593  

Last edited by sdowney717; 01-26-2019 at 11:35 AM.
 
Old 01-26-2019, 12:10 PM   #24
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
Quote:
Originally Posted by sdowney717 View Post
yeah i got it.

ok, so it boots fine on the old pc either in the case connected direct to ide port, or in the usb enclosure plugged into a usb port.

which is good.

BUT, when i put it back to the usb port of the fast modern PC, it does not boot, again it gives a grub error.
It is like there is a conflict in grub going on. There are 3 sata drives in the pc, several versions of windows and ubuntu mixed together.
But trying to boot the usb drive fails every time. I think if i unplugged all the sata drives, it would boot.

So what is going on here with grub? I select by F11 the bios boot menu, and then I select the usb drive.
it is like grub knows there are other grubs and it just gets confused?
How do people boot a usb drive when other drives are also bootable with grub in the PC.
1. I do not see where it could get confused, it should only be looking at the ubs drive you're telling it to boot from. fast boot maybe interfering, do not know.

2. if you got linux installed on that new pc ... boot into it, then plugin the external - run update-grub, reboot, keep the external plugged in, then use your on board grub to see if it will boot your external drive.
 
Old 01-26-2019, 12:15 PM   #25
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
ok, trying this now. Booted with regular sata drive.

Code:
scott@scott-MS-7596:~$ sudo update-grub
[sudo] password for scott: 
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.18.0-13-generic
Found initrd image: /boot/initrd.img-4.18.0-13-generic
Found linux image: /boot/vmlinuz-4.18.0-10-generic
Found initrd image: /boot/initrd.img-4.18.0-10-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
Found Windows 10 on /dev/sda1
Found Windows 7 on /dev/sdc1
Found Windows 7 on /dev/sdd1
Found Linux Mint 19.1 Tessa (19.1) on /dev/sdd5
done
scott@scott-MS-7596:~$
 
Old 01-26-2019, 12:25 PM   #26
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
no go again, but now a different error message. It claims it is encrypted??

I booted pc normally and selected the mint os on the usb drive.
Grub is confused and confusing and so am I.
Attached Thumbnails
Click image for larger version

Name:	20190126_132041.jpg
Views:	7
Size:	267.3 KB
ID:	29594   Click image for larger version

Name:	20190126_132052.jpg
Views:	10
Size:	259.6 KB
ID:	29595  
 
Old 01-26-2019, 12:48 PM   #27
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
Quote:
Originally Posted by sdowney717 View Post
no go again, but now a different error message. It claims it is encrypted??

I booted pc normally and selected the mint os on the usb drive.
Grub is confused and confusing and so am I.
are you using the auto install or the something else option?

if it is the first one that may very well be, as Mint might auto encrypt it.
 
Old 01-26-2019, 01:03 PM   #28
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
are you using the auto install or the something else option?

if it is the first one that may very well be, as Mint might auto encrypt it.
"Something else" on the install. I do not believe anything is encrypted. I think thats a bogus error.
What would be encrypted? I did not click encrypt my home files.

I can view and open all the files on the mint install.

Last edited by sdowney717; 01-26-2019 at 01:10 PM.
 
Old 01-26-2019, 01:24 PM   #29
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
Quote:
Originally Posted by sdowney717 View Post
"Something else" on the install. I do not believe anything is encrypted. I think thats a bogus error.
What would be encrypted? I did not click encrypt my home files.

I can view and open all the files on the mint install.
if you don't mind me saying so this is getting redickulious. if it is not one thing it's another. this one stumps me. I'm going to give it a shot on this side, to see what I get.
 
Old 01-26-2019, 01:30 PM   #30
sdowney717
Member
 
Registered: Sep 2015
Posts: 495

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
if you don't mind me saying so this is getting redickulious. if it is not one thing it's another. this one stumps me. I'm going to give it a shot on this side, to see what I get.

Ok, see if your's works or not.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Installing Linux Mint 19.1 cinnamon to an external hard drive & backing up to another external hard drive. bluelakecompany@yahoo.co Linux - Newbie 1 01-23-2019 06:30 PM
Mint 17 KDE will not detect USB external hard drive tikkun Linux Mint 5 11-08-2014 08:19 AM
Help Installing Linux Mint to External Drive Without Disrupting Main (W7) Drive mrmayge Linux - Newbie 16 08-08-2014 10:50 AM
ubuntu installed on external hard drive, can't startup without external hard drive. Vanostaajen Linux - Software 23 01-20-2009 09:59 AM
external enclosure for an internal hard drive vs external USB hard drive powah Linux - Hardware 1 03-10-2006 09:03 AM

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

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