首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >UbuntuServer18.04英特尔RAID (RST)无法检测到RAID

UbuntuServer18.04英特尔RAID (RST)无法检测到RAID
EN

Ask Ubuntu用户
提问于 2018-06-01 20:42:36
回答 2查看 5.3K关注 0票数 1

我在BIOS (Intel )中创建了RAID10。在16.04,一切都很好。在18.04,我根本看不见我的突袭。我选择:

  1. 活动MDADM容器(Intel/DDF RAID) =>“是”
  2. 激活串行ATA RAID设备=>“是”或“否”

无论是或否,在第二点-我没有看到我的RAID在下一步。

如何在Intel (RAID10)上正确安装18.04服务器?为什么在16.04,一切都好,在18.04有问题,什么改变了?

EN

回答 2

Ask Ubuntu用户

发布于 2018-06-15 14:16:35

似乎Ubuntu18.04不支持它。我也有同样的问题。一种解决方案是在Bios中以非RAID模式设置所有磁盘,并在安装时创建RAID而不是安装它。

另外,要想在安装过程中创建RAID,您不能使用实时版本,您需要仿生海狸安装程序(http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/)

如果你成功了,请告诉我们。

干杯,卢卡斯

票数 0
EN

Ask Ubuntu用户

发布于 2019-07-09 14:29:29

我知道这是致命的老问题,但对于其他一些带着同样问题来到这里的人来说,在我的例子中,解决方案是进入BIOS并激活模式RAID,改变以前的AHCI模式。在AHCI模式下,它在Ubuntu16.04和mdadm3.3下工作,但是在18.04 mdadm是4.1版,根据手册页http://manpages.ubuntu.com/manpages/xenial/man8/mdadm.8.html

代码语言:javascript
复制
IMSM_NO_PLATFORM
              A  key  value of IMSM metadata is that it allows interoperability with boot ROMs on
              Intel platforms, and with other major operating systems.  Consequently, mdadm  will
              only allow an IMSM array to be created or modified if detects that it is running on
              an Intel platform which supports IMSM, and supports the particular configuration of
              IMSM that is being requested (some functionality requires newer OROM support).

              These  checks  can  be suppressed by setting IMSM_NO_PLATFORM=1 in the environment.
              This can be useful for testing or for disaster recovery.  You should be aware  that
              interoperability may be compromised by setting this value.

显然,新版本的mdadm需要RAID ON来检测支持IMSM的平台。

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1042751

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档