Trying to install fc5, anaconda aborts installation due to an unhandled exception, just after anaconda checks for dependencies of the selected packages to install. The situation is as follows:<br><br>originally my pc runs with a sata (160 GB) drive, on which win xp is installed. so, and not wanting to touch the drive i attached to normal ata drives ( each 20 GB), and disconnected the sata drive, Why to drives? Well because i got a problem: in another machine (home brew), i was running fc3 but unfortunately this machine is not starting, so i decided to install fc5 on the dell machine with the 2 ata drives and sata removed, so as to be able to mount my fc3 drive after the installation of fc5, in order to rescue my work from the fc3 drive.
<br><br> I allready submited a bug to anaconda, # 188120. Any ideas how to solve this problem? Thx in advance for your help.<br><br><br>The first few lines of the anaconda dump are:<br>
<pre>Traceback (most recent call last):<br>   File "/usr/lib/anaconda/gui.py", line 1253, in handleRenderCallback<br>     self.currentWindow.renderCallback()<br>   File "/usr/lib/anaconda/iw/progress_gui.py", line 245, in renderCallback
<br>     self.intf.icw.nextClicked()<br>   File "/usr/lib/anaconda/gui.py", line 951, in nextClicked<br>     self.dispatch.gotoNext()<br>   File "/usr/lib/anaconda/dispatch.py", line 146, in gotoNext<br>
     self.moveStep()<br>   File "/usr/lib/anaconda/dispatch.py", line 217, in moveStep<br>     rc = apply(func, self.bindArgs(args))<br>   File "/usr/lib/anaconda/packages.py", line 151, in turnOnFilesystems
<br>     partitions.doMetaDeletes(diskset)<br>   File "/usr/lib/anaconda/partitions.py", line 1283, in doMetaDeletes<br>     lvm.lvremove(name, vg)<br>   File "/usr/lib/anaconda/lvm.py", line 145, in lvremove
<br>     raise SystemError, "lvremove failed"<br>SystemError: lvremove failed<br><br>Local variables in innermost frame:<br>lvname: LogVol01<br>vgname: VolGroup00<br>args: ['lvm', 'lvremove', '-f', '/dev/VolGroup00/LogVol01']
<br>dev: /dev/VolGroup00/LogVol01<br>rc: 1280</pre>
<br>