Bonjour,
J'essaye en vain de faire un cd de restauration bootable.
J'utilise Ghost 2003 pour generer les disquettes. (2 disquettes)
Ensuite avec winimage je fais un boot de 2.88Mo.
Mon probleme est au boot, apres que PCDOS s'affiche j'ai :
write protect error writting drive A Abort, Retry, fail?
Si je fais Abort, j'ai bien Ghost qui se lance....
J'ai cherché dans l'autoexec et le config.sys mais je ne trouve pas la ligne qui cherche a ecrire sur une disquette.
Code :
- Autoexec.bat
- @echo off
- SET TZ=GHO-01:00
- MOUSE.COM
- LH \MSCDEX.EXE /D:cd1 /D:cd2 /D:cd3
- echo Loading...
- cls
- if %config% == FROMFLPY goto FLPYBOOT
- if %config% == FROMCD goto CDBOOT
- goto FAILED
- :FLPYBOOT
- echo Insert Ghost boot disk 2 (containing Ghost.exe)
- pause
- if exist a:\ghost\ghost.exe goto GHOSTFND
- goto FLPYBOOT
- :CDBOOT
- echo Insert Ghost boot disk 2 (containing Ghost.exe)
- pause
- if not exist b:\ghost\ghost.exe goto CDBOOT
- b:
- goto GHOSTFND
- :GHOSTFND
- cd \ghost
- echo Loading...
- GHOST.EXE
- goto END
- :FAILED
- echo Unknown boot menu selection
- goto END
- :END
|
Congig.sys
Code :
- [menu]
- menuitem=FROMFLPY, This computer was started from a Ghost boot disk
- menuitem=FROMCD, This computer was started from a Ghost bootable CD
- [FROMFLPY]
- [FROMCD]
- [COMMON]
- DEVICE = oakcdrom.sys /D:cd1
- DEVICE = btdosm.sys
- DEVICE = flashpt.sys
- DEVICE = btcdrom.sys /D:cd2
- DEVICE = aspi2dos.sys
- DEVICE = aspi8dos.sys
- DEVICE = aspi4dos.sys
- DEVICE = aspi8u2.sys
- DEVICE = aspicd.sys /D:cd3
- LASTDRIVE = Z
|
J'ai essayé de supprimer pas de chose, mais j'ai toujours le meme message...
Avez-vous une idée?
Merci