我在BIOS (Intel )中创建了RAID10。在16.04,一切都很好。在18.04,我根本看不见我的突袭。我选择:
无论是或否,在第二点-我没有看到我的RAID在下一步。
如何在Intel (RAID10)上正确安装18.04服务器?为什么在16.04,一切都好,在18.04有问题,什么改变了?
发布于 2018-06-15 14:16:35
似乎Ubuntu18.04不支持它。我也有同样的问题。一种解决方案是在Bios中以非RAID模式设置所有磁盘,并在安装时创建RAID而不是安装它。
另外,要想在安装过程中创建RAID,您不能使用实时版本,您需要仿生海狸安装程序(http://cdimage.ubuntu.com/ubuntu/releases/bionic/release/)
如果你成功了,请告诉我们。
干杯,卢卡斯
发布于 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:
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的平台。
https://askubuntu.com/questions/1042751
复制相似问题