Welcome, Guest. Please Login
 
  HomeHelpSearchLogin FAQ Radified Ghost.Classic Ghost.New Bootable CD Blog  
 
Page Index Toggle Pages: 1
Send Topic Print
Laptop Ghost 2003 (Read 7200 times)
Andrew
N00b
Offline


I Love Radified!

Posts: 5
Ohio


Back to top
Laptop Ghost 2003
Oct 23rd, 2007 at 6:48pm
 
I have a Acer Laptop 1500 with NO floppy Drive, 1 DVD- Burner and thats it. It has 120 GB HDD and I have a 300 GB External. I was Wondering how to Ghost it when it goes right to the DVD. (or I could Burn it) I really need help, Any suggestions are greatly appreciated. I have GHOST 2003 w/ Auto Create and Auto Restore. I had a friend help me make a boot disc but it would not load. I have The programs to Alter the ISO Files.


Thanks , THEHOBBOY
 
WWW  
IP Logged
 

NightOwl
Radministrator
*****
Offline


"I tought I saw a puddy
tat..."

Posts: 5826
Olympia, WA--Puget Sound--USA


Back to top
Re: Laptop Ghost 2003
Reply #1 - Oct 25th, 2007 at 9:38am
 
Andrew

Let me summarize what I think you have said--correct me where needed--

You have a laptop with a 120 GB HDD, no floppy disc, and you want to use a Ghost 2003 boot disc that has command lines that will *automatically* create or restore an image to or from you DVD burner--but that boot disc does not load!

Where in the boot process are things not working?

Does the boot disc work on another system?

Please post the contents of your *config.sys* and *autoexec.bat* files--and a list of files included in the hidden boot sector of the boot disc that's not working.

I'm out of town for about a week--so, after you post the above info--someone else may have answers for you--if not, you'll have to be patient until I'm back!
 

____________________________________________________________________________________________

No question is stupid ... but, possibly the answers are Wink !
 
IP Logged
 
Andrew
N00b
Offline


I Love Radified!

Posts: 5
Ohio


Back to top
Re: Laptop Ghost 2003
Reply #2 - Oct 25th, 2007 at 2:53pm
 
I want to make it so it is not Automatic. I want to burn it to a DVD. The Contains of the Files are:

Config.sys:

DEVICE = uhci.exe
DEVICE = ohci.exe
DEVICE = aspi2dos.sys
DEVICE = aspi8dos.sys
DEVICE = aspi4dos.sys
DEVICE = aspi8u2.sys
LASTDRIVE = Z


Autoexec.bat:

@echo off
mouse.com
path+a:/D:mscd001  /L:%CDROM%
set CDROM=FOO23
DETECTCD.EXE
IF "%CDROM%"=="FOO23" GOTO NOCDROM
%CDROM%
cls
ghost.bat
GOTO LQUIT
:NOCDROM
cls
echo
echo DetectCD was unable to determine the CD-ROM drive letter.
echo
:LQUIT
set CDROM=


Here are all of the files, How these help
 
WWW  
IP Logged
 
ben_mott
Nuclear Grade
****
Offline



Posts: 278


Back to top
Re: Laptop Ghost 2003
Reply #3 - Oct 28th, 2007 at 4:44pm
 
ghost 2003 Cd is bootable and if you choose option USB 1.1 from menu
do a directory search DIR to see what is on that ram disk or root of CD

and type ghost (or is it ghostPE??)
ghost will see the USB external HDD
so you can copy an image to it and restore

Regards Ben
Smiley
 
 
IP Logged
 
Andrew
N00b
Offline


I Love Radified!

Posts: 5
Ohio


Back to top
Re: Laptop Ghost 2003
Reply #4 - Oct 29th, 2007 at 5:56pm
 
could you please explain that a little better??? I can not understand what you mean
 
WWW  
IP Logged
 
ben_mott
Nuclear Grade
****
Offline



Posts: 278


Back to top
Re: Laptop Ghost 2003
Reply #5 - Oct 30th, 2007 at 4:43pm
 
put installation CD ghost2003 in the CD rom drive
shut down restart computer.
assuming your BIOS is set to first boot device CD rom
a message appears press any key to boot from CD/DVD
press enter on key board

you will get a menu:
1. continue without loading any drivers
2. load CD drivers(IDE and SCSI)
3.Load USB 1.1 drivers
4................
5...............
use your arrow keys to high light option 3
and enter on key board
at the prompt type C:
and enter
this is your CDrom drive letter as you got NTFS on HDD so dos can not see it.(but ghost will)

do a dir
you will see a folder called support
type
CD support
in this folder you got
Gdisk
GHOST.EXE
GhREBOOT>EXE
GHOSTWALK.EXE
so at prompt
C:\Support>           type
ghost.exe
and enter
ghost will see all your hard disk including the external USB
Smiley
do a disk to image
 
 
IP Logged
 

NightOwl
Radministrator
*****
Offline


"I tought I saw a puddy
tat..."

Posts: 5826
Olympia, WA--Puget Sound--USA


Back to top
Re: Laptop Ghost 2003
Reply #6 - Nov 1st, 2007 at 12:15pm
 
Andrew

Quote:
Config.sys:

DEVICE = uhci.exe
DEVICE = ohci.exe
DEVICE = aspi2dos.sys
DEVICE = aspi8dos.sys
DEVICE = aspi4dos.sys
DEVICE = aspi8u2.sys
LASTDRIVE = Z


Autoexec.bat:

@echo off
mouse.com
path+a:/D:mscd001  /L:%CDROM%
set CDROM=FOO23
DETECTCD.EXE
IF "%CDROM%"=="FOO23" GOTO NOCDROM
%CDROM%
cls
ghost.bat
GOTO LQUIT
:NOCDROM
cls
echo
echo DetectCD was unable to determine the CD-ROM drive letter.
echo
:LQUIT
set CDROM=

That's a very interesting/complex *config.sys* and *autoexec.bat* file--I presume this is the boot disc that your friend help you create!?

To be honest--I do not have experience with the process of *auto detection* of optical drive letters--so I don't know exactly how the above boot sequence works--I am unaware of being able to load DOS optical drive drivers without a *config.sys* driver to first mount any optical drives seen by DOS (for instance *oakcdrom.sys*)--and once mounted, your *autoexec.bat* does not appear to have any DOS driver that will assign a drive letter, i.e. *mscdex.exe*--so I don't know how your boot disc works.

Could you post a list of files that are included on the boot sector?

Could you post the contents of *ghost.bat*?

I need the above information to better understand what the boot files are doing, and where the *ghost.exe* file is located on the boot disc.


******************************************************

But, more to the point--if you are attempting to write a Ghost image file directly to your optical writer, then you must use Ghost's built-in ability to access an optical writer and burn the image--and not use the DOS optical drive drivers--so you don't actually load any DOS optical drive drivers--unless you need to access *ghost.exe* on the data portion of the optical boot disc!

And, Ghost's built-in optical drive driver must recognize your optical drive in order to successfully burn a Ghost image to the optical drive!  You know that Ghost is recognizing your optical drive if the drive is listed in the destination drop-down menu list after the character *@....*.

So, what you need is just a basic DOS boot disc that can load Ghost--auto detection of the assigned drive letter to the optical drive might help create a more *universal* boot disc to work on different systems with different DOS partitioning structures--but, that's probably not needed here!

Another question, is your optical drive SATA or IDE controller based?
 

____________________________________________________________________________________________

No question is stupid ... but, possibly the answers are Wink !
 
IP Logged
 
Andrew
N00b
Offline


I Love Radified!

Posts: 5
Ohio


Back to top
Re: Laptop Ghost 2003
Reply #7 - Nov 1st, 2007 at 5:34pm
 
The HDD is a SATA. I am not at home, Wen I get home, I will post.
 
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print