Created attachment 323098 [details] traceback output Description of problem: PXE install using using kickstart file w/ VNC option is failing. command line used under KVM (using PXE install): /usr/bin/qemu-kvm -boot n -tftp /a -bootp /pxelinux.0 -drive file=/a/i/fda1 -net nic,vlan=7741,macaddr=52:55:00:03:18:41 -net user,vlan=7741,hostname=fda1-37741 -name fda1-37741 -localtime -usbdevice tablet -vnc :1841 -monitor stdio -m 512 kickstart file: # (fda1-37741)/a/ks/fda1-37741 # Mon Nov 10 12:25:42 EST 2008 keyboard us lang en_US.UTF-8 timezone America/New_York rootpw install user --name=adm1 --uid=500 --password=install #network --bootproto dhcp --hostname fda1-37741 vnc --host 192.168.5.103 --port 37741 url --url http://192.168.5.103/a/m/sf/dev/i386/os/ kernel command line: # (fda1-37741)/a/pxelinux.cfg/01-52-55-00-03-18-41 # Mon Nov 10 12:25:42 EST 2008 default fda1-37741 label fda1-37741 kernel /m/sf/dev/i386/os/isolinux/vmlinuz append initrd=/m/sf/dev/i386/os/isolinux/initrd.img ksdevice=52:55:00:03:18:41 ks=http://192.168.5.103/a/ks/fda1-37741 Version-Release number of selected component (if applicable): anaconda-11.4.1.56-1.i386.rpm How reproducible: persistent Additional info: attached is the output of traceback.
*** This bug has been marked as a duplicate of bug 470559 ***