Hi:
Thanks everybody for your help. So far, I have been able to intall using Jeff C's suggestion by imaging the hard drive.
Now with the free time (as Jeff suggested...) I have been trying to install SME5.6 from an NFS server using PXE and TFTP. I have a Redhat 7.3 server with the sme5.6 nfs exported. I also have DHCPD and TFTPD running on the same box.
I can download the pxelinux (initrd.img, vmlinuz) and my kickstart ks.cfg file below:
######
install
nfs --server 10.6.11.1 --dir /usr/local/sme/sme56
skipx
lang en_US
langsupport --default en_US
keyboard us
mouse generic3ps/2 --device psaux
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$GÅûÓøÔèê$jWK/s8WgbjQJRyQUS3B0d1
firewall --disabled
authconfig --enableshadow --enablemd5
timezone --utc America/New_York
bootloader --useLilo
%packages
#@ Base
%post
/sbin/e-smith/signal-event post-install
#####
The installation process is fine until it starts the:
/sbin/loader
I get the RedHat installer and once the installation, post installation is complete I get the following anaconda error:
File "/usr/bin/anaconda", line 634 in
intf.run(id, dispatch, configFileData)
File "/usr/lib/anaconda/gui.py", line 356, in run
self.icw.run(self.runres, configFileData)
File "/usr/lib/anaconda/gui.py", line 817, in run
mainloop()
File "/usr/lib/python1.5/site-packages/gtk.py", line 2676, in mailoop
_gtk.gtk-main()
File "/usr/lib/anaconda/gui.py", line 532, in handleRenderCallback
self.currentWindow.renderCallback()
File "/usr/lib/anaconda/gui.py", line 125, in renderCallback
self.intf.icw.nextClicked()
File "/usr/lib/anaconda/gui.py", line 423, in nextClicked
self.setScreen()
File "/usr/lib/anaconda/gui.py", line 561, in setScreen
new_screen = apply(self.currentWindow.getScreen, args)
TypeError: too many arguments; expected 1, got 2
Also, I noticed that once the /sbin/loader was called the next set of screens were not the same as you would if you were installing from the cd-rom.
Any help in this matter would be greatly appreciated..
Thanks
Regards,
Anil Patel
Jeff C wrote:
>
> All of these are great ideas, but the original post specified
> that there was no floppy or cd in the box.
>
> If you're going to have to install a floppy drive, you may as
> well just install the cd.
>
> I still say image the hard drives :>
>
> -jeff