2

I'm trying to install Fedora alongside Windows 10 on a new laptop. The laptop has two 512GB SSD disks, which in the Disk Management tool showed as just one 1TB disk. I shrunk the partition on which Windows is installed to 200GB, as well as creating a 500GB partition meant as a pure data partition, leaving 200+ GB for Fedora.

When I then tried to install Fedora, the installer didn't see any of the drives, only the USB drive. After some Googling I found out that I probably had to change the "SATA Mode Selection" setting to AHCI in the BIOS (the default, and only other possible value, is "Intel RST Premium With Intel Optane System Acceleration"), so I did. After that I reinstalled Windows 10 (with AHCI still enabled).

Now, when I open the Disk Management tool in Windows, it shows two disks (as opposed to previously just one), one of which shows 953.75GB when it really is 512GB (or 476.92GB like the other one.. never understood where all those missing GBs go.. anyway).

Disk Management tool in Windows

So I suspect I put the disk in a weird state when partitioning before switching to AHCI mode. Now if I try to delete the 500GB partition (through the Disk Management tool), I get the error message "The parameter is incorrect", and when I try to format the partition I get an error message saying "The format did not complete successfully".

Using fdisk/gdisk through the Fedora Live USB drive also suggests something's amiss.

fdisk/gdisk

fdisk/gdisk

fdisk/gdisk

So what I want to accomplish is, preferably, undoing the partitioning I did (keeping the Windows recovery partition, and the other ones too whatever those are), so that I have the one empty disk, and the other one with four partitions; the 300MB one, the 900MB one the 15.60GB one, and the one with Windows taking up the rest of the 512GB SSD, so that I can try again, now using AHCI from the beginning. But just getting the disk working again would also be great.

I tried simply deleting the 500GB partition using gdisk, but that didn't cause the sector indexes of partition 5 and 6 to shift left, so it was of no use (and I got an error when trying to save the changes).

1
  • Forgot to mention, I have tried the Windows Recovery that came with the laptop (with both SATA modes), but it fails with the message "There was a problem resetting your PC"
    – ragnaroh
    Commented Mar 6, 2020 at 19:43

1 Answer 1

1

It sounds like you had a RAID setup initially, and one usually needs to remove them from the array before re-purposing them. This is likely going to wipe the drives.

Not sure the exact steps in this case, but you may need to manipulate the disks in the BIOS RAID setup to remove them properly. I think "intel rst" is their new branding for intel chipset raid controllers.

random link from internet suggests:

use CTRL-I during boot to go into the RST BIOS interface. From there, you can delete the RAID/Cache volumes and then set the drives status to Non-RAID.

https://forums.intel.com/s/question/0D50P0000490UFuSAM/how-to-remove-a-disk-array-that-intel-rst-created?language=en_US

Check your manual or boot screen for the appropriate key-chord to get into the RST interface

3
  • Unfortunately "Ctrl - I" during boot does nothing, there's no boot screen info, and RST BIOS is not mentioned in the user manual. It's an MSI P65 Creator 9SF, btw.
    – ragnaroh
    Commented Mar 6, 2020 at 21:31
  • Ctrl+I only appears when you have rst enabled. you said you switched the mode. The manual for your device ( msi.com/Laptop/support/P65-Creator-9SF#down-manual ) has a link to youtube on page 3-29 (english version) ( youtube.com/watch?v=u2C35-ctFbw&feature=youtu.be )
    – Yorik
    Commented Mar 6, 2020 at 22:27
  • Sorry, I only read the Norwegian manual. Didn't realize the content would be so different from the English one. Anyway, the video either does not apply to my model, or there are some other necessary settings not mentioned in the video. However, I figured I don't really need the recovery partitions, so I deleted them using gdisk, as well as the 500GB partition (i.e. number 4, 5 and 6 from the image above), and now things seem to be working as they should. Thanks for your help!
    – ragnaroh
    Commented Mar 6, 2020 at 22:49

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .