Started again with the interactive install and set up the partitions and the RAIDs but got this error during formatting:
Code: Select all
Traceback (most recent call last):
File "/usr/bin/anaconda", line 1181, in ?
intf.run(id, dispatch, configFileData)
File "/var/tmp/anaconda-10.1.1.46//usr/lib/anaconda/text.py", line 510, in run
dispatch.gotoNext()
File "/var/tmp/anaconda-10.1.1.46//usr/lib/anaconda/dispatch.py", line 171, in gotoNext
self.moveStep()
File "/var/tmp/anaconda-10.1.1.46//usr/lib/anaconda/dispatch.py", line 239, in moveStep
rc = apply(func, self.bindArgs(args))
File "/var/tmp/anaconda-10.1.1.46//usr/lib/anaconda/packages.py", line 743, in doPreInstall
method.mergeFullHeaders(id.grpset.hdrlist)
File "/var/tmp/anaconda-10.1.1.46//usr/lib/anaconda/harddrive.py", line 172, in mergeFullHeaders
self.mountMedia(1)
File "/var/tmp/anaconda-10.1.1.46//usr/lib/anaconda/harddrive.py", line 52, in mountMedia
self.mountDirectory()
File "/var/tmp/anaconda-10.1.1.46//usr/lib/anaconda/harddrive.py", line 90, in mountDirectory
readOnly = 1);
File "/usr/lib/anaconda/isys.py", line 189, in mount
rc = _isys.mount(fstype, device, location, readOnly, bindMount, remount)
SystemError: (16, 'Device or resource busy')
> /usr/lib/anaconda/isys.py(189)mount()
-> rc = _isys.mount(fstype, device, location, readOnly, bindMount, remount)
(Pdb)
Think I might have tried to format the CD image...

Also, not too sure I got the bootloader settings right. I was encouraged to use GRUB. Is there a way to use LILO?