On Thu, 19 Aug 2004 16:18:52 +1000, "Slarty Bartfast"
<> wrote:
>This Off Topic, but I've hunted everywhere and can't find any help on this.
>
>For security reasons, I have removed the floppy drive from a couple of
>oldish computers.
>They will need to be re-imaged from time to time from bootable CDROMs.
>The problem is the BIOS on these computers can't be flashed to enable them
>to boot from CDROM, only 'A' or 'C'.
>
>Other than going out and buying a couple of 'less old' computers that can
>boot from CD, is there a way to put a command in AUTOEXEC.BAT for instance,
>that will load the CD drivers and go and run the Norton Ghost exe - maybe
>give me a choice at bootup;
>Press 1 to load Windows (default)
>Press 2 to Re-Image
>
>Or some other way...
The contract I was working on for the US Army had a similar
requirement for all of the workstations. It was a classroom
environment that needed the student to have a "fresh" computer in
front of him every time he visited.
In a nutshell it was implemented using a small FAT partition on C:
that had the DOS TCP/IP stack that when booted connected to the
network and imagaged the disk from a file stored on the computer using
Imagecast. The new image had it's boot.ini file set to boot the
Windows partition. The windows login script overwrote boot.ini with a
version that booted the DOS partition. The user could do what he
wanted to the machine, but when he logged off, it rebooted and
reimaged.
It was pretty slick for what it was intended to accomplish. Maybe it
will give you an idea or two.
Also check out
www.nu2.nu for some other ideas that might help. That
guy has been working on boot solutions for a long time.
....butch(adding value)