0

I am trying to install fedora on a flash drive and then boot off of it from a pc that is not especially accessible. I tried setting every thing to by label to get past the uuid issue. I got it to the error message of no /dev/disk/by-label/... looked and dracut did not have a /dev/disk/ by-label or the raw disk nodes /dev/sda1 Any suggestions on how to bring the label option back in to dracut would be appriciated. I suspect its adding/forcing a module load or something for the dracut rebuild but havent found helpfull informatinon in that area yet.

Having the ability to boot from an internal flash drive instead of a more costly ssd is what I am hoping for speed isn't as much an intrest as no moving parts...

Kendrick
  • 611

1 Answers1

1

You need to include the usb storage drivers in the initramfs (dracut). It depends on the type of your controller. For modern computers you probably want xhci-pci, ehci-pci, uas and their depenencies (e.g. xhci-hcd, ehci-hcd, usb-storage...which I assume dracut would pull automatically?)

Tom Yan
  • 10,996