Compare cert salaries and plan your next career move
TattooMatt wrote: And, yes. Once I figure the best way to configure one I'll pull an image from it and push it to the others. It's much better to figure things out once than try to manually configure 10 (or more) machines and have them all the same.
Any machine like this is going to need some sort of maintanence. What I have done for an internet cafe at work:
Create a Win 98SE boot disk from www.bootdisk.com. Be sure to get the updated FDISK (same site) for HD >64 MB if necessary. Create a small primary partition for DOS, larger partition for Windows, thrid partition for holding images. Format C: /s Copy attrib.exe from ramdisk to c:\. Add also ghost7 executable. Install windows to second partition using NTFS. Format 3rd partition as FAT32. Copy c:\boot.ini to c:\bootxp.ini. (this is a hidden system file) Set the timeout to 0. Copy c:\bootxp.ini to bootdos.ini. Change default to c:\. (You might want to rename the c:\ description to "DOS" or "ReGHOST" for reference purposes.) Create a batch file to be invoked from windows. This will change the attributes of boot.ini to -h -s (in that order), then copy bootdos.ini into it's place. Finally, attrib +S +H for the new boot.ini. Use XP's shutdown command to instantly reboot the system: ---CUT HERE--- attrib c:\boot.ini -h -s copy c:\bootdos.ini c:\boot.ini /y attrib c:\boot.ini +s +h shutdown -r -f -t 00 rem restart, force all windows closed, timeout 0 seconds. Create a batch file to be invoked from autoexec when system is rebooted into DOS. As above, attrib -h -s on the old boot.ini, then copy bootxp.ini into it's place to boot into windows when finished. Then ghost should be invoked. If Windows is installed on an NTFS partition, DOS will ignore it, so the third partition created will seem to have the same drive letter as Windows was installed to. Save this batch file somewhere where DOS can see it, either the first or last partition. ----CUT HERE @echo off rem unlock and copy boot.ini to allow reboot to Win XP attrib boot.ini -h -s copy bootxp.ini boot.ini /y attrib boot.ini +s +h rem restore ghost image and reboot rem partition load from image on d:\ (first partition within image) destination drive 1, part2 d:\ghost7 -clone,mode=pload,src=d:\basentfs.gho:1,dst=1:2 -quiet -sure -rb note on switches: clone goes into copy mode pload = load partition src = filename:1 (partition #1 within image filename) dst = harddisk:partition # of destination quiet = gui with no interaction sure = do not ask user before starting image (required, even with -quiet) -rb = reboot system when complete (which will return user to Windows after boot.ini swap)
Compare salaries for top cybersecurity certifications. Free download for TechExams community.