Search Members Help

» Welcome Guest
[ Log In :: Register ]

Page 3 of 3<<123

[ Track This Topic :: Email This Topic :: Print this topic ]

reply to topic new topic new poll
Topic: Creating a restore disk W/ghost, I want run Ghost after PC is booted< Next Oldest | Next Newest >
 Post Number: 21
viper6702 Search for posts by this member.

Avatar



Group: Members
Posts: 2
Joined: Mar. 2006
PostIcon Posted on: Mar. 14 2006,12:55  Skip to the next post in this topic. Ignore posts   QUOTE

Quote (mflowers @ Dec. 24 2003,02:50)
I am having trouble with the command part of the program, I would like to boot the PC then be able to choose #1 for example..to get to a dos prompt (a:> ) then run Symantec Ghost from there to restore a PC back to the orig. condition.
Can I list the commands as...c:\;cd ghost;ghostpe.exe... and then have a seperate image file on the cd containing the ghost image?
Thanks

hey i am new to easyboot i would like to know how to make a mulitboot cd i know how to layout everything but i dont know how to put the image in the menu i make 5 diffrent option but i want to put in the image now that what i dont know to do please help me thank u
Offline
Top of Page Profile Contact Info 
 Post Number: 22
viper6702 Search for posts by this member.

Avatar



Group: Members
Posts: 2
Joined: Mar. 2006
PostIcon Posted on: Mar. 17 2006,09:48 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Quote (mflowers @ Dec. 27 2003,16:19)
Is this floppy image used to boot the pc or is that done by Ezboot?
Sorry I'm not understanding just how it all works.

i have easyboot as the boot option but i dont know how to put the image like for instant i have alot of ghostimage on my computer it is for windows200o xp and more. now i want to put it on the cd with ezboot how do i do that thank you
Offline
Top of Page Profile Contact Info 
 Post Number: 23
mjxplant Search for posts by this member.

Avatar



Group: Members
Posts: 1
Joined: Mar. 2006
PostIcon Posted on: Mar. 29 2006,09:36 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Quote (Guest @ Nov. 07 2005,13:27)
To max1168 (Ennis)

Step 1. Download ”Windows Me Custom, No Ramdrive” from here: http://www.bootdisk.com/bootdisk.htm
Use right mouse button on “bootmec.exe” and with help of your Zip-program (Winrar?) you choose: “Extract to bootmec”. Note: You might receive a “diagnostic error” when doing this – but it’s okay.
You now have a new folder named “bootmec” and inside of this you have image-file “bootmec.ima”. We are going to edit this one.

Step2. Download and install WinImage from here: http://www.winimage.com/winimage.htm

Step 3. Open “bootmec.ima” with winimage and choose to “Extract” autoexec.bat to some folder (use this new folder “bootmec”) Keep winimage running, don’t close it. Open extracted Autoexec.bat in folder “bootmec” (use right mouse button and choose to edit).
Edit Autoexec.bat to look like this (delete other text):
(Note: leave out the switch “–sure” if you want to being prompted to continue cloning or only use ghost.exe if you want to run ghost without switches).

@echo off

MSCDEX.EXE  /D:tomato /L:X
PATH=a:\;a:\dos;x:\ghost
ghost.exe -clone,mode=load,src=X:\system.gho,dst=1:1 -fx -sure –rb

;>----- End of text -----<

Save your edited Autoexec.bat
Note: This cloning method reboots (-rb) computer automatically when done.

Now “pull” autoexec.bat back to the still running winimage. Answer yes to question!
When done, use the option “Save as” (with the name ghost.ima or whatever). Note: make sure to save this “ghost.ima” to EasyBoot\disk1\ezboot
Attention: Make sure to use “ima” and not “imz” at the end of file name when saving image file in winimage. Must be ghost.ima AND NOT ghost.imz

Step 4. Create a folder with the name ghost in EasyBoot\disk1  
Put Ghost.exe in folder Ghost. It should now look like this: EasyBoot\disk1\ghost\ghost.exe
And like this EasyBoot\disk1\ezboot\ghost.ima (and some more of your stuff of course).

NOTE!!! You cannot use Ghost32, only Ghost.exe intended to be used in DOS-environments. Ghost v.8 works fine and supports NTFS.

As usual in EasayBoot, use the command: run ghost.ima

Create ISO and burn it to media of your choice (CD-RW?). As you can notice: no need for floppy.

eureka

Eureka,

I followed your post to the T. the system boots up with the CD and the autoexec runs, and my CD Rom is X. However when it tries to run x:\ghost.exe it comes back Bad command or File name. When I dir the x drive nothing is there, however in windows I see that there is 4.12 GB on the DVD but Still I cannot see anything in windows either.  Any Ideas?
Offline
Top of Page Profile Contact Info 
 Post Number: 24
eureka
Unregistered







PostIcon Posted on: Mar. 29 2006,12:10 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

To mjxplant

Quote: ”when it tries to run x:\ghost.exe”.
Make sure that you only have this in autoexec.bat

@echo off
MSCDEX.EXE  /D:tomato /L:X
PATH=a:\;a:\dos;x:\ghost
ghost.exe  (if wanted, followed by switches)  

Do not set this command in autoexec.bat “x:\ghost.exe” I just tested, and the system “went out in space”.

Quote: “cannot see anything in windows either”. Well I don’t now how you created this DVD. But if having winrar you should be able to see inside iso-file (created by EasyBoot). Inside this iso-file, ghost-folder and ezboot-folder normally is visible – (if using winrar to open iso-file).

Note: If ghost image is larger than 2 000 Mb, you could be in trouble. I don’t think ghost supports images larger than 2000 Mb (~2Gb).

Please test with only starting ghost without switches, to see if ghost start. Use only this in autoexec.bat

@echo off
MSCDEX.EXE  /D:tomato /L:X
PATH=a:\;a:\dos;x:\ghost
ghost.exe  

Regards eureka

 Post Number: 25
teslanet Search for posts by this member.

Avatar



Group: Members
Posts: 4
Joined: Apr. 2006
PostIcon Posted on: Apr. 04 2006,03:50 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Hi , all friends, i've a problem but, i think it is basic operation of easy boot.
i want to add ghost to menu ezbsystem. ( no need to automatically run )
i made this step
1. Make Directory Ghost to easyboot\disk1\.. as " easyboot\disk1\ghost"

2.Add ghost.exe ( it is sure Dos Version ) easyboot\disk1\ghost \...as
"easyboot\disk1\ghost\ghost.exe"

3.Make with boot.ima by using bootmec & edit using with winamage to autoexec.bat as

@echo off

MSCDEX.EXE  /D:tomato /L:R
PATH=a:\;a:\dos;R:\ghost
ghost.exe

And save as with ghost.ima into easyboot\disk1\ezboot\...
as "easyboot\disk1\ezbbot\ghost.ima

4.At ezb menu, i add menu ghost and command as " run ghost.ima"

5.make cd

But Boot From CD " Errloading myboot.ez " is show and can't boot.

Thats all , i think i miss one step of making process, making directory of ghost. Is't need to declare on other files? Such as "replace to......?

Help me pls.
Sorry for my idiot question.
Tesla
Offline
Top of Page Profile Contact Info 
 Post Number: 26
dulap Search for posts by this member.

Avatar



Group: Members
Posts: 1
Joined: Jan. 2007
PostIcon Posted on: Jan. 11 2007,04:54 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE


(deity @ Dec. 29 2005,23:40)
QUOTE
here are some screenshots of the final. You can download zip Image template above.



link is dead, is possible a reupp please  

thx
Offline
Top of Page Profile Contact Info 
 Post Number: 27
ts4s Search for posts by this member.

Avatar



Group: Members
Posts: 2
Joined: Aug. 2007
PostIcon Posted on: Aug. 11 2007,15:13 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

ok, I figure out how to buid a cd to run ghost. Now i'm trying to figure out how to add the 2 .gho files and put all of this on a dvd. I've looked around but haven't found any info on this. thanks for any help
Offline
Top of Page Profile Contact Info 
 Post Number: 28
alxtorrentazos Search for posts by this member.

Avatar



Group: Members
Posts: 1
Joined: Aug. 2007
PostIcon Posted on: Aug. 15 2007,00:35 Skip to the previous post in this topic. Skip to the next post in this topic. Ignore posts   QUOTE

Hi, surfing the net I realized that maybe your program is part of the solution I´ve been looking for.....with a little help, of course.
I have a new HP 9500t notebook with SATA hdd that windows XP installation disk and norton ghost (for DOS) cannot "see"...I want to know if it´s possible to create a boot cd where I can "insert" the chipset drivers for my SATA controller (intel ichm8), so I could run ghost from cd and make a backup image or install windows XP in a "normal" way.
I apologize for my poor english, my mother tongue is spanish.
Thanks for any help you could provide.
Pepe
Offline
Top of Page Profile Contact Info 
 Post Number: 29
morci Search for posts by this member.

Avatar



Group: Members
Posts: 1
Joined: Jun. 2008
PostIcon Posted on: Jun. 17 2008,20:37 Skip to the previous post in this topic.  Ignore posts   QUOTE

http://rapidshare.de/files....ip.html

http://rapidshare.de/files/9830353/Ghost_v7_Template.zip.html


Hi All,
The post by 'deity' is perfect for Ghost GUi menu.

Does anyone have the updated links for the ghost image?

http://rapidshare.de/files....ip.html  -> link dead
http://rapidshare.de/files/9830353/Ghost_v7_Template.zip.html -> link dead

Your help is GREATLY APPRECIATED to ALL !
Morci
Offline
Top of Page Profile Contact Info 
28 replies since Dec. 23 2003,21:50 < Next Oldest | Next Newest >

[ Track This Topic :: Email This Topic :: Print this topic ]


Page 3 of 3<<123
reply to topic new topic new poll

» Quick Reply Creating a restore disk W/ghost
iB Code Buttons
You are posting as:

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code