0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

CentOS7 RAID(VROC)環境でのインストールトラブル

Last updated at Posted at 2022-04-01

2022/3/1

■結論:無難に、DVD版でインストールを進めた方が早い。

※Minimal版でも成功する方法はある様です。

■トラブル症状:Minimal版で、インストールを始めると、最初の画面が表示された直後に
        エラーで、インストーラーが停止します。

image.png

警告メッセージ例

File "/usr/lib/python2.7/site-packages/blivet/devices/storage.py", line 839, in isNameValid 
    if name.startswith("cciss/"): 
File "/usr/lib/python2.7/site-packages/blivet/devices/device.py", line 83, in __init__ 
    if not self.isNameValid(name): 
File "/usr/lib/python2.7/site-packages/blivet/devices/storage.py", line 131, in __init__ 
    Device.__init__(self, name, parents=parents) 

■メディアの選択での注意事項

以下のメディアの選択で

  • × CentOS-7-x86_64-Minimal-2009.iso にてインストールを進めてしまったのが問題でした。
  • 〇 CentOS-7-x86_64-DVD-2009.iso を選択して進めるべきです。
     
    ※但し、最近のDVD版は、容量が大きくなっており、ダブルレイヤーのDVDが必要となっています。
     その為、USBにてBootをするのがおすすめです。
     Rufusというツールを使用しました。https://rufus.ie/ja/

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?