Restauration automatique - Stockage/Sauvegarde - Windows & Software
Marsh Posté le 01-03-2005 à 22:15:23
L'art du multiboot: http://www.bellamyjc.net/fr/pratiquemultiboot.html
Marsh Posté le 01-03-2005 à 22:32:45
turlututuh a écrit : L'art du multiboot: http://www.bellamyjc.net/fr/pratiquemultiboot.html |
Merci beaucoup, mais ma question ne porte pas sur 'comment faire un multi-boot' mais 'comment créer une partition de sauvegarde qui se lancerait automatiquement en sélectionnant un des choix du multi-boot'
Marsh Posté le 03-03-2005 à 13:37:13
Il te faudra de toute façon faire du multiboot. pas le choix.
Pour ce que tu veux faire, tu peux faire un multiboot Windows XP / MS-DOS 6 par exemple. Et sous la partition MS-DOS 6, tu te mets ton Ghost avec une ligne de commande adéquate dans l'AUTOEXEC.BAT.
Marsh Posté le 03-03-2005 à 15:32:24
Sur un HP Proliant dans l'autoexec.bat on a ça :
PATH C:\;C:\DOS;C:\NET
set disk=d:
if exist %disk%\part2.gho goto doit
set disk=e:
if exist %disk%\part2.gho goto doit
set disk=f:
if exist %disk%\part2.gho goto doit
set disk=g:
if exist %disk%\part2.gho goto doit
: doit
ghost -batch -auto -clone,mode=pload,src=%disk%\part2.gho:1,dst=1:2 -ntic -fx
if ERRORLEVEL 1 GOTO PROBLEM
ghost -batch -auto -clone,mode=pload,src=%disk%\part4.gho:1,dst=1:4 -ntic -fx
if ERRORLEVEL 1 GOTO PROBLEM
call WINBOOT.BAT
gdisk 1 /HIDE /P:4 /Y
: PROBLEM
REBOOT C
(sans les espace entre ": doit" et ": PROBLEM" )
Tu t'y connais un peu en programmation ?
Marsh Posté le 01-03-2005 à 21:56:38
Comment peut on créer un dual boot comme suit :
Choix 1 : Windows XP Pro (par exemple)
Choix 2 : Windows (choix pour la restauration)
Et lorsqu'on choisit la solution 2, alors une restauration se fait automatiquement avec Ghost...
Merci d'avance !!
---------------
Aide toi, le ciel t'aidera !!!