Has anyone been able to get kickstart to work with pre-existing partitions? In my ks.cfg file, I am trying to use: part / --onpart sda1 part swap --onpart sda2 If I just build the partitions from scratch, it works fine. These are the errors that I get: Exception Occurred Traceback (innermost last): File "/usr/bin/anaconda", line 341 in ? extra Modules = extraModules File "/usr/lib/anaconda/todo.py", line 332 in __init__ self.setClass(instClass) File "/usr/lib/anaconda/todo.py", line 822, in setClass todo.addMount(dev, mntpoint, fstype, reformat) File "/usr/lib/anaconda/todo.py", line 395, in addMount self.mounts[location] = (devices, fsystem, reformat) Attribute Error: mounts It then gives an OK and Debug button. OK tells me it is safe to reboot Debug gives me a (Pdb) prompt that I can type: location (it gives /), device (hda5), fsystem (ext2), reformat (1). These are all the commands that I can get to work. If anyone has any ideas, or needs more information, please let me know. Forrest Taylor