Problem with nrestore with Nero6

danielou

New member
I want to clone the system disk (Windows 2000) from one PC to another.
I use Burn Hard Drive Backup fonctionnality ( Nero 6.0.0.15) to make a backup DVD. It's OK.
On the other PC, I boot with the DVD and I use nrestore. It's OK.
But when I want to reboot, the following message appears :

Following file not found or damaged :
<windows 2000 root>\system32\ntoskrnl.exe

Where is the mistake ?

Regards,
 
i never tried Nero 6 and i don't have a DVD-RW drive, but generally it's not recommended to backup a running system;
try a real Backup Software like Norton Ghost instead;


Greetings from
Duracell
 
You should use a real backup program (Ghost, TrueImage...), and before that (in the case you want to migrate a secure, NT based OS as your case is) run Microsoft's sysprep utility. Symantec's documentation on the Ghost 7.5 corporate manual is just great.
Else, you should use something like Acronis MigrateEasy or Powerquest Deploy Center (in contrast to DriveImage this is a great program).
 
If you are putting both systems on an NT/2000/2003 network, the SIDs that identify each system cannot be the same. So what scarecrow says about using the sysprep util BEFORE backing up the system is essential for a networked MS Domain clone.

If you just want to back it up and restore it to have a duplicate of your system for emergencies or whatever, I still stick to Drive Image 7. I boot from a boot CD with DI7 on it and image my 12+ gB C : drive with 50% compression to a different NTFS partition with enough room to handle it. Then I boot back into XP and make a bootable DVD-RW using a floppy IMG file as the boot image. The floppy has a boot menu with CD drivers to run the DI or other recovery software right from the DVD, so it can be larger than the 2.88mb floppy image limit.

Here is a Floppy config.sys:

[menu]
menuitem=PART, Create-Resize-Move Hard Drive Partitions with Partition Magic 8.0
menuitem=SMAGIC, Modify 2K or NT SERVER Partitions with PowerQuest Server Magic 4.0
menuitem=IMAGE0, Backup Existing Partion(s) to another drive with Drive Image 6.0
menuitem=PQSI, Backup 2K or NT Server Drive Partitions with PQ Server Image 1.1
menuitem=NTFSDOS, Load NTFS for DOS drivers to read NT/2000/XP drive partitions
menuitem=NGHOST, Backup or Restore Drive Partions or Image files with Ghost 2001
menuitem=NAV, Run Norton AntiVirus to scan for boot sector or other viruses
menudefault=PART,15
menucolor=15,1
[DRVERS]
device=HIMEM.SYS /testmem:eek:ff
device=oakcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd001
[CD]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[PART]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[SMAGIC]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[NTFSDOS]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[PQSI]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[IMAGE]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[IMAGE0]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[NGHOST]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[NAV]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[HELP]
include=DRVERS
devicehigh=ramdrive.sys /E 8172
[QUICK]
[COMMON]
files=70
buffers=40
dos=high,umb
stacks=9,256
lastdrive=z
 
And here is the corresponding autoexec.bat:

@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
cls
set temp=c:\
set tmp=c:\
path=a:\
IF "%config%"=="PART" GOTO PARTITION
IF "%config%"=="SMAGIC" GOTO SMAGIC
IF "%config%"=="NTFSDOS" GOTO NTFSDOS
IF "%config%"=="PQSI" GOTO PQSI
IF "%config%"=="IMAGE" GOTO IMAGE
IF "%config%"=="IMAGE0" GOTO IMAGE0
IF "%config%"=="NGHOST" GOTO NGHOST
IF "%config%"=="NAV" GOTO NAV
IF "%config%"=="QUICK" GOTO QUICK
path=c:\windows;c:\windows\command
: \hibinv.exe
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:\
copy command.com %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
copy extract.exe %RAMD%:\ > NUL
copy readme.txt %RAMD%:\ > NUL
:ERROR
IF EXIST ebd.cab GOTO EXT
echo Please insert Windows Millennium Edition Startup Disk 2
echo.
pause
GOTO ERROR
:EXT
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
echo The diagnostic tools were successfully loaded to drive %RAMD%.
echo.
IF "%config%"=="NOCD" GOTO QUIT
IF "%config%"=="HELP" GOTO HELP
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
::If MSCDEX doesn't find a drive...
IF ERRORLEVEL 1 SET CDPROB=1
::
GOTO QUIT
:AUTOSETUP
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:\;
LH MSCDEX.EXE /D:mscd001 /L:D
::If MSCDEX doesn't find a drive...
::IF ERRORLEVEL 1 SET CDPROB=1
::set CDROM=FOO23
FINDCD.EXE
::if "%CDROM%"=="FOO23" goto NOCDROM
path=%RAMD%:\;a:\;%CDROM%:;
%CDROM%:
cd \win9x
echo.
SETUP.EXE
::
GOTO QUIT
:pARTITION
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:;
LH MSCDEX.EXE /D:mscd001
FINDCD.EXE
path=%RAMD%:\;a:\;%CDROM%:\;
%CDROM%:
cd \programs\pqpm
PQMAGIC.EXE
::
GOTO QUIT
:SMAGIC
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:;
LH MSCDEX.EXE /D:mscd001
FINDCD.EXE
path=%RAMD%:\;a:\;%CDROM%:\;
%CDROM%:
cd \programs\pqsm
SMAGIC.EXE
::
GOTO QUIT
:NTFSDOS
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:;
LH MSCDEX.EXE /D:mscd001
FINDCD.EXE
path=%RAMD%:\;a:\;%CDROM%:\;
%CDROM%:
cd \programs\NTFSDOS
ntfspro.exe
::
GOTO QUIT
:pQSI
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:;
LH MSCDEX.EXE /D:mscd001
FINDCD.EXE
path=%RAMD%:\;a:\;%CDROM%:\;
%CDROM%:
cd \programs\pqsi
PQSINT.EXE
::
GOTO QUIT
:IMAGE
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:\;
LH MSCDEX.EXE /D:mscd001
FINDCD.EXE
path=%RAMD%:\;a:\;%CDROM%:\;
%CDROM%:
cd \programs\pqdi
pqpacket.exe
pqdi.exe
::
GOTO QUICK
:IMAGE0
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:\;
LH MSCDEX.EXE /D:mscd001
FINDCD.EXE
path=%RAMD%:\;a:\;%CDROM%:\;
%CDROM%:
cd \programs\pqdi
pqdi.exe
::
GOTO QUICK
:NGHOST
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:\;
LH MSCDEX.EXE /D:mscd001
FINDCD.EXE
path=%RAMD%:\;a:\;%CDROM%\:;
%CDROM%:
CD \programs\GHOST
mouse.com
echo Loading...
GHOSTPE.EXE
::
GOTO QUIT
:NAV
: call \checksr.bat
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
md %RAMD%:\temp
set TEMP=%RAMD%:\temp
path=%RAMD%:\;a:\;%path%;%CDROM%:\;
LH MSCDEX.EXE /D:mscd001
FINDCD.EXE
path=%RAMD%:\;a:\;%CDROM%;
%CDROM%:
CD \programs\nav
::copy *.* %RAMD%:
::%RAMD%:
vscand /ALL /AUTOCLEAN /LOCAL
::
GOTO QUIT
:HELP
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
::If MSCDEX doesn't find a drive...
IF ERRORLEVEL 1 SET CDPROB=1
cls
call a:\help.bat
::
GOTO QUIT
:NOCDROM
echo.
echo Problem reading the Setup files!
echo.
::
GOTO QUICK
:QUIT
call fixit.bat
rem clean up environment variables
set CDPROB=
:set CDROM=
set LglDrv=
GOTO QUICK
:QUICK
 
danielou said:
I want to clone the system disk (Windows 2000) from one PC to another.
i didn't noticed the important word "another" while replying first time; what you want to to isn't "backup and restoring", what you want to do is "deploying/migrating"; this cannot be done with Nero;
 
hmmmmmmm if both systems were hardware identical totally the same, hard drives roms etc then using NRESTORE(nero hd backup) would work :)

...but as it (Nero hard drive backup) backs up everything in its entire form o.s. inclusive settings etc then to use it on a system that differs greatly then you will no doubt have conflicts that could either be minor and need a driver replacement or major that the system crashes on a regular basis !?
 
VIPER_1069 said:
hmmmmmmm if both systems were hardware identical totally the same, hard drives roms etc then using NRESTORE(nero hd backup) would work :)

...but as it (Nero hard drive backup) backs up everything in its entire form o.s. inclusive settings etc then to use it on a system that differs greatly then you will no doubt have conflicts that could either be minor and need a driver replacement or major that the system crashes on a regular basis !?
Probably right, but still the cloned machine would not be able to logon to the MS network, AND if the OS was XP home/pro then it's very likely that a new activation would be required...
But heck, sysprep is tailor made for such tasks, it's free/included in 2000 and XP pro CD's, so why not use that one?
Regarding the backup software I could use pretty much ANYTHING, but not DriveImage7. This one resembles a virus way more than conventional software- and moreover it installs without asking shifty Gear device drivers which may conflict/kill your preferred burning application(s).
 
scarecrow said:
Probably right, but still the cloned machine would not be able to logon to the MS network, AND if the OS was XP home/pro then it's very likely that a new activation would be required...
But heck, sysprep is tailor made for such tasks, it's free/included in 2000 and XP pro CD's, so why not use that one?
Regarding the backup software I could use pretty much ANYTHING, but not DriveImage7. This one resembles a virus way more than conventional software- and moreover it installs without asking shifty Gear device drivers which may conflict/kill your preferred burning application(s).
DriveImage 7 is great if you make a boot disk/CD and boot from it. Not installed and run from within windows.. It has been so much less painful for me than Norton Ghost (very painful to work with, but great for multicasting if you need to do that many PCs). Also more reliable than Acronis TrueImage (though it is better for Linux Reiser filesystem).

Most people that bash DI 7 are ones who have not yet figured out how to make a boot CD/floppy yet ... :))))
 
Top