LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 09-15-2020, 10:55 AM   #1
Novatian
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: Reputation: 38
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?
 
Old 09-16-2020, 06:03 AM   #2
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,639

Rep: Reputation: Disabled
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.
 
Old 09-16-2020, 08:37 AM   #3
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486Reputation: 1486
Quote:
Originally Posted by Novatian View Post
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.
 
Old 09-16-2020, 10:16 AM   #4
Novatian
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: Reputation: 38
Will a USB stick like mine with 128 GB memory boot up with some OSs on a UEFI enabled computer?
 
Old 09-16-2020, 10:37 AM   #5
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,209
Blog Entries: 20

Rep: Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758
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.
Old 09-16-2020, 10:57 AM   #6
Novatian
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: Reputation: 38
Quote:
Originally Posted by hazel View Post
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.
 
Old 09-16-2020, 01:45 PM   #7
obobskivich
Member
 
Registered: Jun 2020
Posts: 610

Rep: Reputation: Disabled
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.
 
Old 09-17-2020, 01:44 PM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,420

Rep: Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590Reputation: 2590
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.
 
Old 09-17-2020, 02:42 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,350

Rep: Reputation: 3690Reputation: 3690Reputation: 3690Reputation: 3690Reputation: 3690Reputation: 3690Reputation: 3690Reputation: 3690Reputation: 3690Reputation: 3690Reputation: 3690
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.
 
Old 09-18-2020, 06:05 AM   #10
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 8,209
Blog Entries: 20

Rep: Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758Reputation: 4758
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.
 
  


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
USB SD card reader stopped working after Installing gfx card Red Squirrel Linux - Hardware 8 06-12-2015 03:24 AM
Unable to boot from CD or USB on Asus. Boot options in BIOS not working. ar2deetu Linux - Laptop and Netbook 21 05-08-2015 11:25 AM
[SOLVED] PCI sata card not working when pci wifi card connected. Boot fails (HDD not found) tessx Linux - Hardware 3 01-16-2012 03:29 AM
Belkin F6D4050 wireless card (usb) - module loaded properly but card not working saavedra29 Linux - Networking 2 06-19-2011 05:57 AM
Intel sound not working, usb modem not working. siriusb Linux - Hardware 8 03-04-2006 10:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:11 PM.

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