Originally posted by shane dunlap Re: creating boot cd with dos client
Posted: Mar 20, 2007 11:59 PM Mar 20, 2007 11:59 PMOK, forgive me if I misunderstand what you're asking, but isn't this what the physical boot partition is for?
We do essentially the same thing as what you're asking. We have a bootable CD with our ghost boot partition on it. We've got the CD set up with menus to ghost the boot partition onto the hard drive (wiping out the OEM OS). The system reboots, connects to our server, and we can manage it from there.
Creating a boot partition in the boot manager is easy. Getting the CD set up was a bit more difficult (we're using PC-DOS) as the CD allows allows for multicasting and we incorporated drivers for all our NICs (about 10-15 different ones) for all of our machines.
Maybe this is a bit of a work-around for you, but it sounds like the boot partition would do what you're looking to do.
Originally posted by shane dunlap Re: creating boot cd with dos client
Posted: Mar 21, 2007 12:06 AM Mar 21, 2007 12:06 AMOh, but obviously this isn't going to work without visiting the system and booting from the CD. A PXE environment is the only way I can see of doing that, which we (luckily) haven't had to fool with yet in our environment.
If you set up a dual-boot system (modifying the boot.ini in Windows) that allowed booting to the ghost boot partition, I guess that would work. But it would have to be set up ahead of time, and also could create some confusion for your users.
Assuming you had a boot partition and XP, if your boot.ini looked like this:
timeout=5
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="GHOST BOOT - FOR RECOVERY ONLY"
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
Users would have the option to boot to the ghost boot partion, and it would start pinging the console looking for a command. Obviously you'd have to set up all your ghost tasks to be partition tasks, or you'd overwrite the physical ghost boot partition.
Again, probably not the best way to do this, but an option....