You are trying to install Windows on a new one MSI Katana, but the installer stubbornly does not see your SSD? This problem is more common than it seems - especially among owners of models Katana GF66/76/15/17 with disks NVMe or SATA. The reasons may lie both in hardware settings (for example, a disabled controller in the BIOS) and in software nuances (lack of drivers for RAID arrays or incorrect disk layout).
In this article we will look at all possible reasons, according to which MSI Katana ignores SSDs when installing Windows - from the banal “forgot to include the disk in the BIOS” to rare cases of incompatibility of the drive’s firmware with the motherboard. You will receive step-by-step instructions with pictures from the BIOS, commands for the command line and links to official MSI drivers. And if the problem turns out to be hardware, you’ll find out how to diagnose it without contacting service.
1. Checking the SSD connection: physical reasons for invisibility
Before digging into the BIOS or Windows settings, make sure the drive is physically connected and recognized by the system. B MSI Katana SSD slots may not be obvious - especially in models with two M.2 connectors (for example, GF76 12U has one slot under the cover and a second one under the keyboard).
Here's what to do:
- 🔧 Open the bottom cover of the laptop (a T5 Torx screwdriver usually works) and check that the SSD is firmly seated in the slot. Contacts must be clean and free of oxidation.
- 🔄 Try moving the disk to a different slot (if there are two of them). Sometimes one of the M.2 ports is disabled by default in the BIOS.
- 💡 Connect the SSD to another device (for example, via a USB adapter to a PC). If the disk is not detected there either, the problem is in the drive itself.
If the SSD is new and has never been used, there is a risk that it not initialized. In this case, neither the BIOS nor the Windows Installer will see it. You can check this by connecting the drive to a working PC and opening Disk management (Win + X → Disk Management). If the disk is displayed as “Unallocated”, it needs to be formatted (more on this in the partitioning section).
- NVMe (M.2)
- SATA (2.5")
- Two drives (NVMe + SATA)
- I don't know
2. BIOS settings: why MSI Katana does not see the SSD
In 70% of cases the problem lies in incorrect BIOS/UEFI settings. Manufacturers often disable SSD controllers by default or enable compatibility modes that interfere with Windows installations. B MSI Katana (especially on chipsets Intel HM570/HM670 or AMD B550) this happens all the time.
Go to BIOS (button DEL or F2 when loading) and check:
| BIOS setting | Where to look | Recommended value |
|---|---|---|
| SATA Mode | Advanced → Storage Configuration |
AHCI (not RAID!) |
| NVMe Support | Advanced → PCIe/PCI Subsystem Settings |
Enabled |
| Secure Boot | Security → Secure Boot |
Disabled (if you are installing unlicensed Windows) |
| CSM (Compatibility Support Module) | Boot → CSM |
Disabled (for UEFI installation) |
Pay special attention to the point SATA Mode. If it's there RAID or Optane, Windows 10/11 will not see the SSD without additional drivers (more on them in the next section). Also check if the M.2 slot itself is disabled in the section PCIe Configuration - sometimes it is hidden under the name M.2_1 Slot Enable.
If there is no option in the BIOS NVMe Support, update the motherboard firmware. Download the latest version from MSI official websiteby selecting your model Katana.
3. Drivers for RAID and NVMe: without them, Windows will not see the disk
If the BIOS mode is enabled RAID or yours MSI Katana equipped with a discrete controller (for example, Intel VMD), Windows Installer will not be able to recognize the SSD without special drivers. This is a common problem for laptops with two drives in a RAID array or with support Intel Optane.
The solution is simple: download drivers in advance and connect them during installation. Here's how to do it:
- Download the driver Intel RST (Rapid Storage Technology) for your model from MSI website or Intel.
- Unzip the archive and copy the driver folder to the USB flash drive with Windows installation.
- When installing Windows, when the "No Drivers Found" error appears, click
Download driver→ specify the path to the folder with.inf-file.
For NVMe drives (for example, Samsung 980 Pro or WD Black SN850) sometimes a controller driver is required. If Windows does not see it even after changing the mode to AHCI, download NVMe driver from the SSD manufacturer's website and connect it in the same way.
How to find out the SSD controller model?
Open Device Manager on another PC, connect your SSD there and look at the name of the controller in the section Disk devices or Storage controllers.
4. Disk partitioning: why the SSD does not show up in Windows Installer
Even if the BIOS sees the SSD and the drivers are loaded, the Windows installer may not notice the disk due to invalid partition table. For example, if the SSD has previously been used on a Mac or Linux, it may be labeled GPT with protected partitions that Windows does not recognize.
To fix this:
- 📌 In Windows Installer, click
Shift + F10to open the command prompt. - 📌 Enter the commands in order:
diskpartlist disk
select disk X (где X — номер вашего SSD)
clean
convert gpt
exit - 📌 Close the command line and refresh the list of drives in the installer.
If the disk still does not appear, check it for hidden sections (For example, EFI or Recovery). They can be removed via diskpart team delete partition override, but be careful - this will delete all data!
☑️ Preparing the SSD for Windows installation
5. Problems with SSD or motherboard firmware
Rare, but apt: outdated SSD or BIOS firmware may cause conflicts with the controller. For example, some models Crucial P5 Plus or Kingston KC3000 require firmware update to work correctly with chipsets Intel 12th generation, which stand in MSI Katana GF66/76 12U.
How to check and update:
- SSD firmware:
- Download a utility from the manufacturer (for example, Samsung Magician or Kingston SSD Manager).
- Connect the SSD to another PC and check the firmware version.
- If an update is available, install it.
- BIOS firmware:
- Check the MSI website for the latest BIOS version for your model (eg Katana GF66 11UC).
- Update via
M-Flash(built-in utility in BIOS).
Updating the BIOS can reset all settings! Write down the current settings (for example, take a photo of the screen) or reset them to default (Load Default Settings) after the update.
If after the update the SSD is no longer detected at all, this may indicate firmware incompatibility with the controller. In this case, try rolling back the version or contact the disk manufacturer's support.
6. Alternative ways to install Windows
If none of the methods worked, there are workarounds:
- Installation via another bootloader:
Create a bootable USB flash drive with Ventoy and add a Windows ISO image to it. Sometimes this helps to bypass driver problems.
- Using Linux to Initialize a Disk:
Boot from Live-CD Ubuntu and format the SSD to
NTFSthroughGParted. After this, Windows will “see” it. - Installation on another disk with subsequent migration:
Install Windows on external HDD, then clone the system to SSD using Macrium Reflect or Clonezilla.
If this does not help, the problem may be hardware failure - for example, a damaged M.2 slot or controller on the motherboard. In this case, you cannot do without a service center.
Before calling for service, test the SSD on another device. If it works, the problem is in the laptop. If not, it’s in the disk itself (maybe subject to replacement under warranty).
7. Common mistakes and how to avoid them
Here top 5 mistakesproblems that users make when trying to install Windows on MSI Katana:
- ❌ Ignoring AHCI Mode - leave
RAIDorIDE, due to which Windows does not see NVMe. - ❌ Using an older version of Windows Installer — images before 2018 do not support modern NVMe.
- ❌ Incorrect formatting of the flash drive - she should be in
FAT32with partition schemeGPT. - ❌ Connecting an SSD to a non-working slot - in some Katana the second M.2 port is disabled by default.
- ❌ Skipping BIOS update - especially relevant for laptops in 2022–2023.
To avoid these problems, always check BIOS settings before installation, use official images of Windows 10/11 (downloaded from the Microsoft website) and test the SSD on another device before installation.
If the laptop is new, update the BIOS first - this will solve 90% of SSD and Windows compatibility problems.
FAQ: Answers to frequently asked questions
My MSI Katana does not see the SSD in either the BIOS or Windows. What to do?
First, check the physical connection of the drive (move it to a different slot or test on another device). If the SSD is not detected even in the BIOS, the following are possible:
- Disk failure (try another SSD).
- Disabled controller in BIOS (enable
NVMe Supportand check the settingsPCIe). - Problem with M.2 slot (needs repair).
Windows Installer says "No drivers found". Where can I get them?
Download the driver Intel RST (for RAID) or NVMe driver (for a specific SSD model) from official sites:
- Intel (for Intel chipsets).
- MSI (in the section for your laptop model).
- Samsung (for Samsung drives).
Unpack the archive onto a USB flash drive and specify the path to the driver in the installer.
Is it possible to install Windows on an SSD if RAID is enabled in the BIOS?
Yes, but you will need:
- Download driver Intel RST (for RAID).
- When installing Windows, click
Download driverand specify the folder with the driver. - Or switch the mode to
AHCIin BIOS (recommended).
Please note: if you have two drives in a RAID array, switching to AHCI will break the array!
After resetting the BIOS, the SSD was no longer detected. What to do?
Resetting the BIOS to default settings could:
- Disable controller
NVMe/SATA— check the settings in the sectionStorage Configuration. - Enable
Secure Boot- disable it in the sectionSecurity. - Reset boot priority - set the flash drive to first place in
Boot Order.
Also update your BIOS to the latest version - this often resolves compatibility issues.
Which SSD is better to buy for MSI Katana to avoid problems?
For MSI Katana proven models are recommended:
- NVMe: Samsung 980 Pro, WD Black SN850X, Crucial P5 Plus (with latest firmware).
- SATA: Samsung 870 EVO, Crucial MX500.
Avoid obscure brands and unsupported discs TCG Opal (there may be an encryption problem).