Centos 5.1をインストール中、パーティションの設定の直後に以下のエラーが 発生しました。 -------------------------------------------------- Traceback (most recent call first): File "/tmp/treedir.24162/instimage/usr/lib/anaconda/fsset.py", line 2970, in g etDiskPart if name[-1] == 'p': File "/usr/lib/anaconda/partitions.py", line 867, in sanityCheckAllRequests (dev, num) = fsset.getDiskPart(br.device) File "/usr/lib/anaconda/iw/partition_gui.py", line 635, in getNext (errors, warnings) = self.partitions.sanityCheckAllRequests(self.diskset) File "/usr/lib/anaconda/gui.py", line 1014, in nextClicked rc = self.currentWindow.getNext () IndexError: string index out of range (以下略) -------------------------------------------------- ディスク構成は、SATA 80GB×2、512GB×2で、512GBの方をRAID1+LVMに 設定しました。 試しに512GBの方の設定を止めて進めたら、うまくいきました。