LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-04-2019, 08:03 PM   #1
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300

Rep: Reputation: 51
SlackwareLive doesn't work with external USB SSD?


I originally installed SlackwareLive64-Current onto a 1.5TB USB drive and it has been great! I recently got a new drive, an ADATA SD600Q external USB SSD and I wanted to set it up the same way, so I followed along with the instructions and when it boots, it comes up with an error saying it can't find the live media. It starts booting fine.

I tried it on a couple of different computers, all the same error. I then did the same instructions on another thumb drive I had, a Samsung Usb Fit 3.1 64GB, worked like a charm.

So it worked on a WD Passport USB 1.5TB drive and a Samsung USB Fit 64gb drive, but not on the ADATA SD600Q USB SSD drive. Any clues as to why it would not work on that? Why is this one special?

Looking at the screen, when it gets to initializing the USB ports, it loses the USB SSD and the tries to boot from the internal drives, either the eMMC on one device, or the m.2 nvme drive on the other.

Here is link to the drive: https://www.amazon.com/gp/product/B07PLM9K7W/

James

Last edited by JamesGT; 08-04-2019 at 08:08 PM. Reason: More specific title.
 
Old 08-04-2019, 08:05 PM   #2
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,361

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
external USB SSD
 
Old 07-22-2020, 11:40 PM   #3
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300

Original Poster
Rep: Reputation: 51
Ok,coming back to this because I still have not figured it out.

When it boots from this drive it stops and says it can't find the live media. Checking with fdisk -l it only shows the internal drives, not the USB drive. When I check with dmesg, I get this in the list:

usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
usb 2-1: New USB device found, idVendor=125f. idProduct=a88a, bcdDevice=93.01
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3

Then it lists the product, manufacturer and Serial Number. Like I mentioned, when I check the drives with fdisk, it doesn't show up.

Trying lsusb I get

Bus 002 Device 003: ID 125f:a88a

That is the USB drive that has SlackwareLive on it. It doesn't list it as a device though, but it's there. When I list the files with ls from the directory I am in it lists the files from the USB drive.

It says I can mount the root directory/device as read only and continue, but it's not recognizing it or listing it as a device. It boots from the USB drive, then it tries to switch to booting from from the internal drive and that's when it fails.

It's ONLY this drive that causes the issue. As mentioned, I've booted from a Samsung Fit USB 3.1 thumbdrive without a problem. I've also booted from a USB 3.0 1.5TB USB Western Digital passport drive without a problem. This ADATA SD600Q drive is causing me fits trying to boot from it on any device.

What else should I be looking for?
 
Old 07-23-2020, 01:38 AM   #4
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,813

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
Really this question should appear in Linux-General since all that is in play here are the Linux kernel and the BIOS/UEFI... not a distribution. If you have successfully booted from this arrangement with some other distro, then I suggest you rebuild Live with that kernel version.

If I may ask, what chipset does your motherboard employ? and what year was the BIOS/UEFI image created?
 
Old 07-23-2020, 03:18 AM   #5
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,361

Rep: Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962Reputation: 962
When this happen , is caused for a lost kernel module inside initrd , you can talk to ERIC , to try find a solution , (probable adding some SSD or USB drivers inside initrd)
 
Old 07-23-2020, 11:07 AM   #6
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300

Original Poster
Rep: Reputation: 51
Quote:
Originally Posted by enorbet View Post
Really this question should appear in Linux-General since all that is in play here are the Linux kernel and the BIOS/UEFI... not a distribution. If you have successfully booted from this arrangement with some other distro, then I suggest you rebuild Live with that kernel version.

If I may ask, what chipset does your motherboard employ? and what year was the BIOS/UEFI image created?
I've tried this on a Lenovo 1st gen Yoga 11e Chromebook with the Mr.Chrombox bios, a Lenovo P51s laptop and my AMD Llano APU equipped desktop. They all do the same thing. From 10 years ago to a couple years ago.

I haven't tried any other distros.

James
 
Old 07-23-2020, 12:42 PM   #7
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300

Original Poster
Rep: Reputation: 51
Some more info.

I decided to format the USB drive and try again as it's been a while. I tried with SlackwareLive Current.

Downloaded the lastest version, used

./iso2usb.sh -i /home/live/Downloads/slackware64-live-current.iso -o /dev/sdd

to format and write to the drive, it completes. I reboot the PC and try to use it, nope. Same problem.

When I get back I try this

./iso2usb.sh -d

It does NOT list my USB drive as a removable drive. fdisk lists it's as /dev/sdd

lsusb gives me

Bus 007 Device 005: ID 125f:a88a A-DATA Technology Co., Ltd. SD600Q

I believe this has something to do with iso2usb. It's not detecting this drive as removable and whatever magical voodoo is does to write to the drive for USB isn't working on it.

Last edited by JamesGT; 07-23-2020 at 12:52 PM.
 
Old 07-23-2020, 01:26 PM   #8
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,640

Rep: Reputation: 3518Reputation: 3518Reputation: 3518Reputation: 3518Reputation: 3518Reputation: 3518Reputation: 3518Reputation: 3518Reputation: 3518Reputation: 3518Reputation: 3518
Wait a second! You try to make a live system within a "gargantuan" external SSD of 240GB?

WHY? You can just install Slackware in an USB hard drive, and I do not talk about a live system, compressed in squashfs files, BUT about a real system installed in a ext4fs partition.

I for one, I have since years Slackware installations in USB hard drives and I consider them as being a must have.

You just have to install Slackware as usual into USB hard drive, then to use in fstab and bootloader(s) the UUIDs, finally to setup both LILO and eLILO if you want your portable Slackware to boot everywhere.

Last edited by LuckyCyborg; 07-23-2020 at 01:46 PM.
 
Old 07-23-2020, 01:38 PM   #9
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,085

Rep: Reputation: Disabled
http://slackware.uk/slint/x86_64/sli...stall-portable
 
Old 07-23-2020, 06:16 PM   #10
JamesGT
Member
 
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300

Original Poster
Rep: Reputation: 51
Quote:
Originally Posted by LuckyCyborg View Post
Wait a second! You try to make a live system within a "gargantuan" external SSD of 240GB?

WHY? You can just install Slackware in an USB hard drive, and I do not talk about a live system, compressed in squashfs files, BUT about a real system installed in a ext4fs partition.
Yes...well, the Plasma5 is quite nice...and all the apps are updated. I use SlackwareLive on an NVME drive installed on a PCI-E card on my older AMD APU system. It's great!

I was waiting for Slackware 15 or 14.3 to come out. I don't want to use -current in case something breaks what I have. I don't want to install 14.2 only to format and start again in X amount of months. I haven't had much luck with upgrading and usually end up just formatting and starting again.

Quote:
Originally Posted by LuckyCyborg View Post
I for one, I have since years Slackware installations in USB hard drives and I consider them as being a must have.

You just have to install Slackware as usual into USB hard drive, then to use in fstab and bootloader(s) the UUIDs, finally to setup both LILO and eLILO if you want your portable Slackware to boot everywhere.
I might try that for this particular drive. I originally started with SlackwareLive because I wanted a bootable USB drive that I could also use to boot in VirtualBox. I have done that with my Samsung Fit 64GB USB thumb drive. I can plug it into my laptop and boot to it, or I can boot to Windows and run VirtualBox and run it in VirtualBox. Or, I used to be able to do that until my work disabled the ability to plug in external hard drives via USB. I am still trying to solve that problem.
 
Old 07-24-2020, 10:09 AM   #11
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657
Quote:
Originally Posted by JamesGT View Post
I don't want to use -current in case something breaks what I have.
In case you weren't aware, Slackware Live pretty much is -current. If you use his Plasma5, it's basically -current with KDE4 swapped for ktown and few extra packages that Alien Bob feels is worthwhile. If you use the regular Slackware Live, it is a snapshot of -current when that ISO was generated.
 
  


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
SlackwareLive USB Persistant on a Chromebook JamesGT Slackware 7 06-16-2019 11:57 AM
SSD raid1 vs SSD raid10 advice ? wonker Linux - Hardware 8 05-23-2012 01:46 AM
SlackwareLive wont boot when i put the cd in Longinus Slackware 5 12-12-2003 12:43 AM
SlackwareLive wont start up when i popin the disc Longinus Linux - Newbie 4 12-12-2003 12:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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