I found the solution. I had console redirection turned on at the BIOS (used when we did solaris x86 installs). Anyhow, once that was turned off everything became happy. When is Intel gear going to adopt something like OBP? If there is one thing I simply can't stand about Intel gear is the dang BIOS. How are people out there doing remote installs remotely? Is anyone using PC Weasel cards? The console redirection in the BIOS option just blows. Ok enough of my ranting...back to work. -Dan On Tue, 3 Dec 2002, Lynn, Michael (DCS) wrote: > What does your sysconfig look like? I had similar probs with earlier releases and decided to move the ks.cfg file into the initrd.img - then reference the file with /ks.cfg in sysconfig. I also > created a nifty little script to ease the burden of popping the ks.cfg into the initrd (http://freshmeat.net/projects/rdstuff > > Hope this helps. > > Mike > > -----Original Message----- > From: Daniel David Benson [mailto:dan@xxxxxxxxxxxxx] > Sent: Tuesday, December 03, 2002 5:14 PM > To: kickstart-list@xxxxxxxxxx > Cc: Daniel David Benson > Subject: Kickstart w/RH8.0 > > > > 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 > > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/kickstart-list >