I’m trying to install Fedora on SSD, but it can’t be detected. The controller is in AHCI mode (it seems to be the only option in BIOS). Once in windows or Linux, the SSD can be recognized.
I am new to Linux, so this might be a noob problem. Any help is appreciated!
What do you see with the command lsblk
or sudo fdisk -l
If the drive shows up in those outputs then it is there.
Also, if the drive does not have space that is unallocated (not already in a partition) then it will not be able to install on that device with the automatic partitioning method.
thank you so much, i created a partition and now it works!
2 Likes