Why isn’t my main drive showing up when I try to install Linux?

0
9
Asked By TechyTurtle42 On

I'm trying to install Pop!_OS on my new laptop, but my main drive isn't appearing during the installation process. I've checked the BIOS settings, and it shows that the drive is online. Does anyone have any idea what might be causing this issue?

3 Answers

Answered By CuriousCoder91 On

Make sure your laptop is set to AHCI mode instead of RAID in the BIOS. If it's in RAID mode, the OS might have trouble recognizing the drive. Give that a shot and see if the drive shows up during installation afterward.

Answered By LinuxLover77 On

Another thing to check is if your disk needs to be formatted or partitioned. Use `lsblk` in the terminal and see if the drive comes up there. If it doesn't, it might be an issue with the drive itself.

Answered By DiskDetective88 On

You can try running `sudo fdisk -l` in the terminal to see if your drive is listed there. If it only shows your USB drive, there might be a compatibility issue or a setting in BIOS that needs adjusting.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.