Hi keef
... It pauses for 1 minute at boot waiting for a keypress. What configuration file can I edit to get rid of that? ...
That sounds like the timeout function in the boot loader. The file you are looking for is either extlinux.cfg, syslinux.cfg, or menu.lst
depending on the boot loader that was installed. Check you boot disk for a /boot/ or /tce/boot/ directory. You should find an
extlinux, syslinux, or grub directory in there containing one of the config files I mentioned. The file will contain a line that says:
timeout 60
or something similar. Reduce the number to 5 so the boot loader is still accessible.
If the number is 600, that boot loader measures its timeout in 1/10 of a second increments. Reduce the number to 50.