Martin Lichtin <lichtin@xxxxxxxxx> wrote: > Try something like > > sfdisk -d /dev/<first-disk | sfdisk /dev/<second-disk> Thats what I had tried first, then I tried mknod, but was getting errors. Found what the problem was. Do not even look at a ks.cfg file on a ms machine, even in notepad. I wanted to look at it to see if it was right, made no changes, and did not save it, but still ended up with more meta characters then I was suppose to have. So 'mknod /tmp/sda b 8 0' was actually 'mknod /tmp/sda b 8 0^M' which doesn't work. TFTH Steve