I'm in the process of transitioning from Windows 11 to Bazzite, and I've managed to mount my external hard drives without a hitch. However, I'm not able to see my main C drive at all. I've already disabled fast boot and hibernation but still no luck. On top of that, it seems I've messed up my Grub menu, so I'm likely to need some help with that too. Any advice on what I can do?
2 Answers
It sounds like you're running into some common issues when switching OS. You might want to check if the drive is mounted properly in the Bazzite installation. Also, ensure your BIOS settings support the drive type you're using.
Have you tried running the command `lsblk -f`? It might give you some clarity on what drives are being recognized. Just make sure to run it with `sudo` to see everything! Let us know what you find out!
I ran `lsblk -f`, but my main SSD isn't showing up. My Windows setup recognizes it as Drive C, though. Could it be an nvme issue since it's labeled differently?
I haven't checked the BIOS yet, but I'll do that. Thanks for the tip!