Remove Intel RST risks

Firestone -  
brucine Posted messages 24849 Registration date   Status Member Last intervention   -

Hello,

Hello, I would like to install Ubuntu in dual boot, but for that I need to disable Intel RST. I would like to know the risks I take by doing this, as well as the changes that my Windows would receive. Thank you

5 answers

  1. fabul Posted messages 42137 Registration date   Status Moderator Last intervention   6 062
     

    Hello,

    We're not saying to uninstall Intel RST, you mean to disable it (in the BIOS)

    One way or another, you risk that your Windows might not boot anymore.

    0
    1. Firestone
       

      So if I understand correctly, I can't install Ubuntu in dual boot...

      Since that would mean sacrificing my Windows.

      0
    2. fabul Posted messages 42137 Registration date   Status Moderator Last intervention   6 062 > Firestone
       

      I don't know Ubuntu very well, but do you have the ubuntu-22.04.1-desktop-amd64 version or a more recent one?

      It seems to me that a recent version should support Intel RST.

      0
    3. Firestone > fabul Posted messages 42137 Registration date   Status Moderator Last intervention  
       

      22.04.2

      0
    4. fabul Posted messages 42137 Registration date   Status Moderator Last intervention   6 062 > Firestone
       

      I'm going to transfer your topic to the Linux section where they know more about it than I do.

      1
    5. brucine Posted messages 24849 Registration date   Status Member Last intervention   4 170 > Firestone
       

      Hello,

      I don't really see the problem, I have a Linux installation (not Ubuntu but Linux Mint) not in dual boot (but in a virtual machine), but that doesn't change much about the question.

      The RST issue will concern RAID installations, which is not the general case, otherwise it is indeed harmless to disable it in the BIOS and/or to disable RAID services and drivers.

      A little reading on this subject:

      https://help.ubuntu.com/rst/

      1
  2. Firestone
     

    Well, I tried to disable it and indeed Windows is not a fan. So my question becomes, can I still install Ubuntu in dual boot and just change what needs to be changed in the BIOS every time I want to use Windows?

    0
  3. Firestone
     

    Or maybe I can install it on the USB stick with that in mind

    0
    1. brucine Posted messages 24849 Registration date   Status Member Last intervention   4 170
       

      Your question is definitely not clear; of course, you need to install Ubuntu from a USB stick prepared for this purpose with Rufus or whatever, following the partition table (usually GPT for UEFI) and disabling the BIOS security.

      Installing Ubuntu after Windows is a breeze if you choose the "alongside" option during the installation process.

      Have you tried? Is there an error?

      0
      1. Firestone > brucine Posted messages 24849 Registration date   Status Member Last intervention  
         

        I haven't tried yet, for now I clicked on another choice to select the space I had freed up. I will give it a try.

        0
  4. fabul Posted messages 42137 Registration date   Status Moderator Last intervention   6 062
     

    Have you tried installing Ubuntu?

    Personally, I've never added Ubuntu in dual boot, but it's the Ubuntu grub that allows you to start Windows afterwards.

    Nothing to touch in the BIOS.

    0
  5. Firestone
     

    Well, I managed to do it. I'll just say a bit in case others encounter the same problem:

    • I disabled RST in the BIOS (obviously, Windows stopped working)
    • I then installed Ubuntu without any issues.

    So now I have both. However, this requires me to change the RST status depending on the OS I want to use.

    0
    1. brucine Posted messages 24849 Registration date   Status Member Last intervention   4 170
       

      I don't believe so, Intel RST has nothing to do with the issue and only causes problems if someone wants to install Ubuntu in an unlikely RAID configuration, and even if it were enabled, Ubuntu should still work.

      In such a case, it's the security feature that needs to be disabled in the BIOS if an OS refuses to install.

      0
      1. brucine Posted messages 24849 Registration date   Status Member Last intervention   4 170 > jns55
         

        Hello,

        So? I put the same link <9>; there’s no reason for an individual to use RAID on multiple disks, let alone to use dynamic disks if there is only one, or even several on the same PC.

        Now, if for some obscure reason this or these disks have been set up as dynamic disks, then there is no other solution as I pointed out in <15> than to make an external backup of their content (or to format them if they are system disks) to revert them to simple volumes.

        But it’s not RST that is directly responsible: it’s the fact, as highlighted in the link in question, not only that it was enabled but that it was used to create dynamic volumes/RAID disks.

        0
      2. Firestone > brucine Posted messages 24849 Registration date   Status Member Last intervention  
         

        As far as my case is concerned, Ubuntu does not work if it is activated.

        0
      3. brucine Posted messages 24849 Registration date   Status Member Last intervention   4 170 > Firestone
         

        It's good that RST was activated even though it shouldn't have been.

        Check in your disk management that your disk(s) are indeed simple volumes (if they are dynamic disks, this will show up).

        If that is the case, the Ubuntu Men suggest disabling RST in safe mode to avoid crashing Windows.

        Open the command prompt as an administrator and enter:

        bcdedit /set "{current} safeboot minimal"

        Restart by immediately pressing the function key F(n) to enter the BIOS.

        Change the Rapid Storage item to AHCI mode.

        Confirm and restart, still in the administrator command line, exit safe mode:

        bcdedit /deletevalue {current} safeboot

        And restart.

        We might be able to achieve the result more simply by keeping RST as is and setting the Intel Rapid Storage service (it may have another name, check properties on the Intel services until you get to IAStorage) to (manual, stop) instead of automatic, to test.

        0