Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-15-2020, 10:55 AM
|
#1
|
Senior Member
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,070
Rep:
|
USB 3.0 card not working for boot up
I have a desktop, ten years old. I installed a USB 3.0 card, it works, but when booting up from a USB memory stick, it would not go and I had to plug it into my old built in USB 2.0 port. Then install went on and could try the live system...
How can I get my system and even the BIOS to detect and use the USB 3.0 at start up?
|
|
|
09-16-2020, 06:03 AM
|
#2
|
Senior Member
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,639
Rep: 
|
As far as I know you don't. The USB 3 driver gets loaded by the kernel (i.e. when it is too late for a live session). And I don't think you can get an USB 3 capable BIOS for your mainboard, at least I never heard of one.
|
|
|
09-16-2020, 08:37 AM
|
#3
|
Senior Member
Registered: Aug 2016
Posts: 3,345
|
Quote:
Originally Posted by Novatian
I have a desktop, ten years old. I installed a USB 3.0 card, it works, but when booting up from a USB memory stick, it would not go and I had to plug it into my old built in USB 2.0 port. Then install went on and could try the live system...
How can I get my system and even the BIOS to detect and use the USB 3.0 at start up?
|
Generally, if the USB port is on the motherboard the bios can use it to boot. If it is an add-in card like yours it does not get activated until the kernel loads. So, as stated above, you are out of luck in using that card to boot and are stuck with the built in ports for booting.
|
|
|
09-16-2020, 10:16 AM
|
#4
|
Senior Member
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,070
Original Poster
Rep:
|
Will a USB stick like mine with 128 GB memory boot up with some OSs on a UEFI enabled computer?
|
|
|
09-16-2020, 10:37 AM
|
#5
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,209
|
Depends what you've got on it. You need an EFI system partition with a bootloader in .efi format just like on a hard drive. Most machines have a special key that you can press during boot to get a device menu and that should have the usb device on it.
|
|
1 members found this post helpful.
|
09-16-2020, 10:57 AM
|
#6
|
Senior Member
Registered: Feb 2008
Location: Australia
Distribution: Mint 20.3 MATE, Android, Windows 10, MX Linux and Mint 21.1 MATE
Posts: 1,070
Original Poster
Rep:
|
Quote:
Originally Posted by hazel
Depends what you've got on it. You need an EFI system partition with a bootloader in .efi format just like on a hard drive. Most machines have a special key that you can press during boot to get a device menu and that should have the usb device on it.
|
I'd like to see some documents or tutorials on doing this? Making a bootable flash drive.
|
|
|
09-16-2020, 01:45 PM
|
#7
|
Member
Registered: Jun 2020
Posts: 610
Rep: 
|
Check your motherboard manual - it should explain how to get to the EFI boot menu that hazel describes. It's usually a function key (F2, F11, F12, something like that), otherwise go into the BIOS and select the flash drive - if your system supports UEFI (it may or may not at that age; the motherboard manual or the mfgr's website should also explain if it supports EFI booting) it should give two options for a bootable image found on a flash drive: UEFI and USB. So for example it may be like:
"UEFI - USB 8GB drive"
"USB - USB 8GB drive"
The 'USB' option is non-UEFI. If the system doesn't support UEFI it won't have EFI options available at boot (obviously), but you should still have a standard BIOS boot menu available (similar function key press), and can select a USB drive with a bootable image ('to create that' you need a bootable image and then to write it onto the drive with whatever tool you like - dd, brasero, Rufus, etc). This might have some more info for you: https://www.howtogeek.com/howto/linu...-the-easy-way/ (note that 'Startup Disk Creator' is unique to Ubuntu, and I've never gotten it to read non-Canonical bootable images (admittedly I've never tried very hard either since dd and brasero also work just fine)).
I've never run into issues with capacity of USB drives being a problem for USB booting, but agree with add-in cards being essentially worthless for 'boot up' like that.
|
|
|
09-17-2020, 01:44 PM
|
#8
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,420
|
From post #1, your box is incapable. The reason is that the BIOS can't talk to the pcie bus before the kernel is loaded. So it doesn't see your card.
Mark this solved, close this thread, use your usb2 port and be glad you have it. What you can probably do is set 'root=' on your usb3 card & drive, as your kernel will be up then. You might even get going on your normal boot drive, with 'root=' pointing at the usb3 external drive.
|
|
|
09-17-2020, 02:42 PM
|
#9
|
Moderator
Registered: Mar 2008
Posts: 22,350
|
I had that issue but for some reason a bios update allowed it to find and use usb3 add on card. Might move the card to new location.
What happens in bios when you power off, remove ac, press power button a few times, insert usb to add on card, return ac, power up to bios? In most cases the usb ought to show up as a hard drive order (not a usb device order)
Card may be limited by design.
SCSI and raid cards may show up as a slightly different thing in bios.
|
|
|
09-18-2020, 06:05 AM
|
#10
|
LQ Guru
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,209
|
I had a laptop once where the usb ports on the left hand side could be used for booting, but the ones on the right hand side couldn't. I never found out why. That machine booted with a BIOS, not a UEFI, so I doubt if any of the ports were usb3.
|
|
|
All times are GMT -5. The time now is 12:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|