It can also be put on a floppy
I hope this helps !
Main Topics
Browse All TopicsSo heres my situation...
Right now I have about a dozen floppies used for Ghosting. I install surveillance systems and other systems and I regularly keep ghost images of the different systems. Each system I do (surveillance/computer/POS
I'd like to do this... using floppies sucks, it takes time. I've managed to create a bootable CD-ROM disk for some 1 of my computers (we install a CD-Rom in this system), but i can't use it on others because... well the other computers DONT have cd-rom drives.
Sooo does anybody know how I would go about creating 1 bootable usb flash drive with ghost, where I can pick which system i'm using (basically i put the disk in and a menu pops up asking which kind of system, so that it loads the right dos network drivers).
I don't need to keep my images on the flash drive, we store them on a server, but it WOULD be nice if i could also pick which image as well, this way i could duplicate the key and give them to my techs so that they could do re-ghosts at the clients site, instead of bringing their dead PC back to the shop.
Let me know, thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thats not exactly what I need. I already have the dos drivers for the systems I use (about 3-4)... id just like to be able to have a menu where i can pick what loads...
Right now each floppy I uses points to a different filename/nic driver as i boot it up, then it runs ghost. Id like some kinda menu system where I can say:
1. Surveillance PC (Gigabyte motherboard)
2. Dell machine (Intel pro driver)
3. Other pc (some other driver)
and i can highlight/press option 2 and it'll load the dells nic drivers and then start ghost for me... rather then having to put in that floppy (floppys take longer to boot, and i hate sorting through them)
I have exactly what you are looking for except that I don't know how to make it. I know it has to do with customizing the config.sys
somebody created that boot flash drive before I started working at my current company. Now nobody knows how it was made. But the menu lists the different computer/nic configurations just like you mentioned in a nice little menu right when you boot.
If you could provide me with your config/sys and autoexec.bat files that'll definitly help me. I can figure out how to make the flash disk bootable, thats not that tricky... its the menu system where i want to pick different NIC drivers im clueless on. I grew up in the DOS age, but havnt done menu systems in over 20 years.
You will need these tools:
HP USB Storage Format Tool (http://files.filefront.co
Syslinux package (http://www.kernel.org/pub
Win98SE bootable floppy image (http://s93616405.onlineho
WinImage (http://www.winimage.com/d
1. Format USB key with HP tool. Lets say it will be mount as E: drive.
2. Unpack syslinux to your harddrive.
a) From subfolder \syslinux\win32 run the following command in command-prompt: syslinux -f e:
b) From subfolder \syslinux\memdisk copy file memdisk to the root of E: drive
3. Unzip Win98SE bootable floppy image WIN98SEC.IMG to the root of E: drive
4. Copy these lines to notepad and save as menu.txt to the root of E: drive:
1.- Win98 bootable floppy
5. Copy these lines to notepad and save as syslinux.cfg to the root of E: drive:
PROMPT 1
TIMEOUT 0
DEFAULT 1
DISPLAY Menu.txt
LABEL 1
KERNEL memdisk
APPEND initrd=/ WIN98SEC.IMG
At this point you could take the images from your floppies and create the additional prompts in MENU.TXT and appropriate commands in SYSLINUX.CFG
I am attaching the example from my own files. Please note that my floppy images are stored in the subfolder Win95 on the USB. Ghost executable files are stored in GHOST subfolder on USB and accessible after booting the images (so I can run DOS version of Ghost right away from USB).
Above was based on the instructions from here: http://www.911cd.net/forum
Hope it helps
You can also do the same thing with the the universal TCPIP net boot, but the advantage is that you never have to search for NIC drivers again, since it recognizes the NIC automatically.
Just add a menu that will call something in the autoexec, or simply navigate to the restore Dir and do the restore manually.
I hope this helps !
to SysExpert
On my USB key this Universal TCPIP net boot is listed as one of the options (option 3). Indeed, it works but works significantly slower (reimaging takes 3 times longer - instead of 10 minutes, it takes 30 minutes) than two other floppy images with the NIC specific drivers.
Besides, with the described method you could add other bootable images (WinPE, Linux).
Business Accounts
Answer for Membership
by: SysExpertPosted on 2009-08-16 at 13:42:06ID: 25110387
The Universal TCP/IP Network Bootdisk is a DOS .
/
/10/16/how -to-create -a-ghost-b oot- cd.htm l
Use this for your Boot image on the CD, It handles almost all known NICs.
Set it to map a drive to your ghost server and put the F host.exe in the mapped drive.
Run ghost , and pick your image.
http://www.netbootdisk.com
Universal Ghost boot CD
http://www.webs05.com/2007
I hope this helps !