/[clonezilla-sysresccd]/trunk/www/clonezilla.html
ViewVC logotype

Diff of /trunk/www/clonezilla.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 144 by sng, Thu Oct 7 02:13:03 2010 UTC revision 167 by sng, Mon May 9 17:18:42 2011 UTC
# Line 66  Line 66 
66      #content .red{color: white; background-color: Red; font-weight: bold;}      #content .red{color: white; background-color: Red; font-weight: bold;}
67      #lphp{text-align: right; padding-left: 10px; padding-right: 10px; padding-top: 50px; float: right;}      #lphp{text-align: right; padding-left: 10px; padding-right: 10px; padding-top: 50px; float: right;}
68      #lphp a{padding-left: 5px;}      #lphp a{padding-left: 5px;}
69      #warning { margin: 0; padding: .4em; background-color: Red; color: White; align: center; font-weight: bold; border-width: 2px; border-color: white; border-style: solid; }      #warning { margin: 5px; padding: .4em; background-color: Red; color: White; align: center; font-weight: bold; border-width: 2px; border-color: white; border-style: solid; }
70      #warning a { color: white; font-weight: bold; text-decoration: underline;  }      #warning a { color: white; font-weight: bold; text-decoration: underline;  }
71    </style>    </style>
72  <link href="warning.css" rel="stylesheet" type="text/css" />  <link href="warning.css" rel="stylesheet" type="text/css" />
73  <!--  <!--
74  The file waring.css exists only in the root of the site  The file waring.css exists only in the root of the site
75  and it hides the BETA warnings. Its contents are  and it hides the UNSTABLE warnings. Its contents are
76      #warning { display: none; }      #warning { display: none; }
77  -->  -->
78  <META NAME="Keywords" CONTENT="multiboot Multi Boot bootable cd rescue clonezilla sysresccd backup restore samba">  <META NAME="Keywords" CONTENT="multiboot Multi Boot bootable cd rescue clonezilla sysresccd backup restore samba">
# Line 83  and it hides the BETA warnings. Its cont Line 83  and it hides the BETA warnings. Its cont
83  <body>  <body>
84  <div id="warning" align="center">  <div id="warning" align="center">
85  WARNING<br>  WARNING<br>
86  This is the BETA version of Clonezilla-SysRescCD<br>  This is the UNSTABLE version of Clonezilla-SysRescCD<br>
87  To acces our current stable version, please click <a href="index.html">here</a>  To access our current stable version, please click <a href="../index.html">here</a>
88  </div>  </div>
89  <div id="header">  <div id="header">
90  <div id="lphp" style=""><a target="_blank" title="Display all in one long page" href="onepage.html"><img src="images/chain.png" border="0" /></a><a target="_blank" title="Display printable page" href="printable.php"><img src="images/print_it.png" border="0" /></a></div>  <div id="lphp" style=""><a target="_blank" title="Display all in one long page" href="onepage.html"><img src="images/chain.png" border="0" /></a><a target="_blank" title="Display printable page" href="printable.php"><img src="images/print_it.png" border="0" /></a></div>
# Line 92  To acces our current stable version, ple Line 92  To acces our current stable version, ple
92  <H3>Documentation: About Clonezilla Live</H3>  <H3>Documentation: About Clonezilla Live</H3>
93    <div style="margin:0; padding: 3px; width: 980; position relative;">    <div style="margin:0; padding: 3px; width: 980; position relative;">
94      <div style="position: absolute; left: 0px;"><H4>30/09/2010 - v 3.2.0</H4></div>      <div style="position: absolute; left: 0px;"><H4>30/09/2010 - v 3.2.0</H4></div>
95      <div style="position: absolute; right: 0px;"><H4>Last update: 07/10/2010</H4></div>      <div style="position: absolute; right: 0px;"><H4>Last update: 09/05/2011</H4></div>
96    </div>    </div>
97  </div>  </div>
98  <div id="linkline">  <div id="linkline">
# Line 378  Fianlly I should say that <b>Clonezilla Line 378  Fianlly I should say that <b>Clonezilla
378  <!--empty line-->  <!--empty line-->
379  We read in <a href="http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/23_Missing_OS.faq#23_Missing_OS.faq" target="_blank">DRBL FAQ/Q&#038;A</a>:</p>  We read in <a href="http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/23_Missing_OS.faq#23_Missing_OS.faq" target="_blank">DRBL FAQ/Q&#038;A</a>:</p>
380    
381  <p class="otherpage">When I use clonezilla to clone M$ windows, there is no any problem when saving an image from template machine. However, after the image is restored to another machine, it fails to boot, the error message is "<b>Missing Operating System</b>". What's going on ?<br><br>  <p class="otherpage">
382  <!--empty line-->  When I use clonezilla to clone MS windows, there is no any problem when saving an image from template machine. However, after the image is restored to another machine, it fails to boot, the error message is "Missing Operating System" or just a blinking underscore. What's going on ?<br><br>
383  Usually this is because GNU/Linux and M$ windows interpret the CHS (cylinder, head, sector) value of harddrive differently. Some possible solutions:<br>  Usually this is because GNU/Linux and M$ windows interpret the CHS (cylinder, head, sector) value of harddrive differently. Some possible solutions:<br>
384  &nbsp;&nbsp;1. Maybe you can change the IDE harddrive setting in BIOS, try to use LBA instead of auto mode.<br>  &nbsp;&nbsp;1. Maybe you can change the IDE harddrive setting in BIOS, try to use LBA instead of auto mode.<br>
385  &nbsp;&nbsp;2. Try to choose<br>  &nbsp;&nbsp;2. Try to choose both<br>
386  &nbsp;&nbsp;&nbsp;&nbsp;<b>[ ] -j0 Use dd to create partition table instead of sfdisk</b><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>[*] -j0 Use dd to create partition table instead of sfdisk</b><br>
387  &nbsp;&nbsp;and<br>  &nbsp;&nbsp;and <br>
388  &nbsp;&nbsp;&nbsp;&nbsp;<b>[ ] -t1 Client restores the prebuilt MBR from syslinux (For Windows only)</b><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>[*] -t1 Client restores the prebuilt MBR from syslinux</b> (For Windows only)<br>
389  &nbsp;&nbsp;when you restore the image.<br>  &nbsp;&nbsp;&nbsp;&nbsp;when you restore the image.<br>
390  &nbsp;&nbsp;3. You can try to boot the machine with MS Windows 9x bootable floppy, and in the DOS command prompt, run: "fdisk /mbr".  &nbsp;&nbsp;3. Try to choose<br>
391  &nbsp;&nbsp;4. You can try to boot the machine with MS Windows XP installation CD, enter recovery mode (by pressing F10 key in MS XP, for example), then in the console, run "fixmbr" to fix it. Maybe another command "fixboot" will help, too. For more info, refer to <a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B314058&x=7&y=14" target="_blank">this doc</a><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>[*] -t1 Client restores the prebuilt MBR from syslinux</b> (For Windows only)<br>
392  &nbsp;&nbsp;5. Use ntfsreloc to adjust FS geometry on NTFS partitions. For more info, refer to <a href="http://www.linux-ntfs.org/doku.php?id=contrib:ntfsreloc" target="_blank">http://www.linux-ntfs.org/doku.php?id=contrib:ntfsreloc</a></p>  &nbsp;&nbsp;and *uncheck*<br>
393    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>[ ] -g auto  Reinstall grub in client disk MBR</b> (only if grub config exists)<br>
394    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>[ ] -r       Try to resize the filesystem to fit partition size</b><br>
395    &nbsp;&nbsp;when you restore the image. You can refer to <a href="http://www.ecs.umass.edu/pipermail/umasslug/2008-August/003380.html" target=_blank>this discussion</a>. Thanks to Alex Mckenzie for posting this on the forum.<br>
396    &nbsp;&nbsp;4. You can try to boot the machine with MS Windows 9x bootable floppy, and in the DOS command prompt, run: "fdisk /mbr".<br>
397    &nbsp;&nbsp;5. You can try to boot the machine with MS Windows XP installation CD, enter recovery mode (by pressing F10 key in MS XP, for example), then in the console, run "fixmbr" to fix it. Maybe another command "fixboot" will help, too. For more info, refer to <a href="http://support.microsoft.com/?scid=kb%3Ben-us%3B314058&x=7&y=14" _target=blank>this doc</a>
398    &nbsp;&nbsp;6. Use <a href="http://sourceforge.net/projects/ntfsfixboot/" target=_blank>ntfsfixboot</a> to fix it. This program is included in Clonezila live and its name is partclone.ntfsfixboot, and you can use it to adjust FS geometry on NTFS partitions. By default this should be done by Clonezilla with the option -e1 and -e2 checked. If not, you can force to do that again. For more info, please run "partclone.ntfsfixboot --help" or refer to <a href="http://sourceforge.net/projects/ntfsfixboot/" target=_blank>http://sourceforge.net/projects/ntfsfixboot/</a>.<br>
399    &nbsp;&nbsp;7. Use ntfsreloc to adjust FS geometry on NTFS partitions. For more info, refer to <a href="http://www.linux-ntfs.org/doku.php?id=contrib:ntfsreloc" target=_blank>http://www.linux-ntfs.org/doku.php?id=contrib:ntfsreloc</a>. //NOTE// ntfsreloc is an older version of partclone.ntfsfixboot.<br>
400    &nbsp;&nbsp;8. If you get error messages like "0xc0000225, 0xc00000e", and something about Winload.exe, refer to <a href="../faq/fine-print.php?path=./2_System/94_windows_winload_err.faq#94_windows_winload_err.faq">this</a>.<br>
401    &nbsp;&nbsp;9. Some more discussions are available <a href="https://sourceforge.net/projects/clonezilla/forums/forum/663168/topic/3748791" target=_blank>here</a>.
402    </p>
403    
404    
405    
406    
407    
408  <!--empty line-->  <!--empty line-->
409  <p>It has been confirmed that activating the <font color="Red"><b>-j0</b></font> option, fixes the problem.</p>  <p>It has been confirmed that activating the <font color="Red"><b>-j0</b></font> option, usually fixes the problem.</p>
410  <!--empty line-->  <!--empty line-->
411  <p>This option doesn't work if you use LVM (Logical Volume Manager).</p>  <p>This option doesn't work if you use LVM (Logical Volume Manager).</p>
412  <!--empty line-->  <!--empty line-->
# Line 454  ocs-live</p> Line 469  ocs-live</p>
469  </div>  </div>
470  <div id="warning" align="center">  <div id="warning" align="center">
471  WARNING<br>  WARNING<br>
472  This is the BETA version of Clonezilla-SysRescCD<br>  This is the UNSTABLE version of Clonezilla-SysRescCD<br>
473  To acces our current stable version, please click <a href="index.html">here</a>  To access our current stable version, please click <a href="../index.html">here</a>
474  </div>  </div>
475  </body>  </body>
476  </html>  </html>

Legend:
Removed from v.144  
changed lines
  Added in v.167

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26