Hello, What exactly does the --ondisk parameter expect as a value ? Is it the path to the device in /dev/ ? We have compaq machines here and the built in drives are connected to a Smart Array controller. The path to the devices is /dev/ida/c<X>d<Y>p<Z> where X = Controller Y = Device P = LUN. I tried to make a kickstart ks.cfg as attached but the installation routine gives me the following error message : ... ValueError: partition command requires one anonymouse argument I think the --ondisk parameter is the problem. Any help would be appreciated Thanks, Robert Heinzmann mailto: Heinzmann at cc-dresden dot de ks.cfg ---------o<------------------------- install text lang en_US network --bootproto static --device eth1 --ip 192.168.xxx.xxx --netmask 255.255.255.0 --hostname cl380 nfs --server 192.168.xxx.xxx --dir /volume/Distributionen/RedHat/kickstart device eth e100 device eth e1000 keyboard "de" zerombr yes mouse genericps/2 timezone Europe/Berlin xconfig --defaultdesktop KDE --startxonboot rootpw xxxxxxx auth --useshadow --enablemd5 bootloader --location mbr firewall --disabled clearpart --drives ida/c0d0 --initlabel part / --fstype ext3 --size 2000 --ondisk ida/c0d0 --asprimary 2 part /boot --fstype ext3 --size 32 --ondisk ida/c0d0 --asprimary 1 --start 0 %packages @ X Window System @ KDE @ Networked Workstation @ Development @ Kernel Development @ Utilities xntp3 Xconfigurator mkbootdisk mkinitrd mkkickstart mkxauth # Packages pdksh bc perl joe openssh openssh-clients %post ---------------o<---------------