mavenfere.blogg.se

Softraid linux
Softraid linux







  1. #SOFTRAID LINUX DRIVER#
  2. #SOFTRAID LINUX WINDOWS 10#
  3. #SOFTRAID LINUX CODE#

Since I've got 1 HDD for Linux, I just copied the Microsoft and MSI directories from the RAID EFI filesystem over to the EFI filesystem on the HDD, os-prober finds these EFI boot loaders just fine and Windows boots without any problem. I did hack the os-prober script as advised above when I installed F32 on this machine, however I came up with a better solution after dealing with F34 upgrade. This is the only solution I've found whereby Windows and Linux can agree on RAID.

#SOFTRAID LINUX DRIVER#

Intel RST is supported by the mdraid driver under Linux. This uses the usual Intel soft/chipset RAID with the C220 chipset (I believe this is referred to as RST). I have an MSI GT60 and it comes with 1 SSD and 1 HDD from the factory, however it has 3 MSATA ports and is designed to accept up to 3 MSATA devices in RAID1/0 (marketed as up to 1500MB/s disk performance). # This configuration was auto-generated on Sat, 20:33:32 -0500 by mkconf # automatically tag new arrays as belonging to the local system alternatively, specify devices to scan, using # by default (built-in), scan all partitions (/proc/partitions) and all # Please refer to nf(5) for information about this file. # !NB! This will ensure that initramfs has an uptodate copy. # !NB! Run update-initramfs -u after updating this file.

  • Is it possible if I have something set up wrong in mdadm and that's why it shows up as a virtual device? My mdadm conf is as follows:.
  • Is there a reason I shouldn't just comment this out (or make it smarter by checking for 'md' in the path with grep)?.
  • #SOFTRAID LINUX CODE#

    I know that all code is written for a reason and this was put here at some point. This allows os-prober to correctly find the Windows EFI files and populate the menus in grub correctly, the machine can now boot windows and ubuntu from grub successfully. Open /usr/lib/os-probes/mounted/05efi in vim and comment out line 34. Which means it won't look for EFI files on this partition because it is a virtual disk. Upon running the udevadm command in the condititional it spits out. Upon further investigation of why I stumbled across lines 31-35 of /usr/lib/os-probes/mounted/05efi and the debug line there showing up in the logs. OS prober does not find the windows installation on the Intel RST Raid despite being able to mount the partition with the EFI files.

    #SOFTRAID LINUX WINDOWS 10#

    Windows 10 on a Intel RST Raid across 2 SSDs.I have a Desktop with the following drive configuration:









    Softraid linux