I am having problems getting Kickstart working with RH 8.0. I am using nfs. My .ks file is obtained via nfs and I use DHCP to tell the client where to get it. Here is my .ks file: text install nfs --server=10.100.13.4 --dir=/usr/kickstart/redhat-8.0 skipx lang en_US langsupport --default en_US.UTF-8 en_US.UTF-8 keyboard us mouse genericps/2 --device psaux --emulthree network --device=eth0 --bootproto=bootp --nameserver=10.100.2.66 rootpw Fresh1e firewall --disabled authconfig --enableshadow timezone America/Los_Angeles bootloader --location=mbr # Filesystem Setup clearpart --all part swap --onpart sda1 --size=2048 --asprimary part / --fstype ext3 --onpart sda2 --grow --asprimary reboot %packages @ Everything %post It goes all the way up to anaconda probing the video card and monitor. After probing the monitor it just hangs. I see no errors on vt3 or vt4. At this point I'm not sure what is going on. The machine is a Dell Poweredge 1650. It has two scsi drives in it. Any help would be greatly appreciated. -Dan