/[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 119 by sng, Thu Sep 16 09:19:51 2010 UTC revision 183 by sng, Mon Jul 4 13:31:17 2011 UTC
# Line 5  Line 5 
5  <link rel="shortcut icon" href="favicon.ico">  <link rel="shortcut icon" href="favicon.ico">
6  <title>Clonezilla-SysRescCD - Documentation: About Clonezilla Live</title>  <title>Clonezilla-SysRescCD - Documentation: About Clonezilla Live</title>
7    <style type="text/css">    <style type="text/css">
8      body { font-family: Arial, 'sans serif';  color: black;  font-size: 12pt; background : url(null) fixed no-repeat; background-color: #333333; padding: 0; margin: 0; margin-top: 5px;  margin-bottom: 5px; }      body { font-family: Arial, 'sans serif';  color: black;  font-size: 12pt; background : fixed no-repeat; background-color: #333333; padding: 0; margin: 0; margin-top: 5px;  margin-bottom: 5px; }
9    
10        
11        
# 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: 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;  }
71    </style>    </style>
72    <link href="warning.css" rel="stylesheet" type="text/css" />
73    <!--
74    The file waring.css exists only in the root of the site
75    and it hides the UNSTABLE warnings. Its contents are
76        #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">
79  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
80    
81  </head>  </head>
82    
83  <body>  <body>
84    <div id="warning" align="center">
85    WARNING<br>
86    This is the UNSTABLE version of Clonezilla-SysRescCD<br>
87    To access our current stable version, please click <a href="../index.html">here</a>
88    </div>
89  <div id="header">  <div id="header">
90  <div id="lphp" style=""><a target="_blank" href="onepage.html"><img src="images/chain.png" border="0" /></a><a target="_blank" 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>
91  <H2>Clonezilla-SysRescCD</H2>  <H2>Clonezilla-SysRescCD</H2>
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>15/09/2010 - v 3.1.0</H4></div>      <div style="position: absolute; left: 0px;"><H4>30/06/2011 - v 3.2.0</H4></div>
95      <div style="position: absolute; right: 0px;"><H4>Last update: 15/09/10</H4></div>      <div style="position: absolute; right: 0px;"><H4>Last update: 04/07/2011</H4></div>
96    </div>    </div>
97  </div>  </div>
98  <div id="linkline">  <div id="linkline">
# Line 365  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><br>
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="http://drbl.sourceforge.net/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 435  ocs-live</p> Line 463  ocs-live</p>
463    
464    <div id="footer">    <div id="footer">
465  <div id="docline-bottom">  <a href="boot-params.html">&lt; PREV</a>  <a href="doc.html">UP</a>  <a href="backup.html">NEXT &gt;</a>  </div>  <div id="docline-bottom">  <a href="boot-params.html">&lt; PREV</a>  <a href="doc.html">UP</a>  <a href="backup.html">NEXT &gt;</a>  </div>
466    <p>Copyright: &#169; <a href="mailto:&#115;&#110;&#103;&#064;&#104;&#101;&#108;&#108;&#117;&#103;&#046;&#103;&#114;?subject=About Clonezilla-SysRescCD v 3.1.0">Spiros Georgaras</a>, 2007-2010<br /><br/>    <p>Copyright: &#169; <a href="mailto:&#115;&#110;&#103;&#064;&#104;&#101;&#108;&#108;&#117;&#103;&#046;&#103;&#114;?subject=About Clonezilla-SysRescCD v 3.2.0" title="About Clonezilla-SysRescCD">Spiros Georgaras</a>, 2007-2011 &amp; <a href="mailto:&#115;&#097;&#110;&#100;&#103;&#116;&#120;&#064;&#103;&#109;&#097;&#105;&#108;&#046;&#099;&#111;&#109;?subject=About Clonezilla-SysRescCD v 3.2.0 documentation" title="About Clonezilla-SysRescCD Documentation">Jyrki Vesterinen</a>, 2010-2011<br /><br/>
467    Hosted by <a href="http://www.hellug.gr" target="_blank" title="Hellenic Linux User Group">HEL.L.U.G.</a></p>    Hosted by <a href="http://hellug.gr/index.php/OSullogos/Tautothta?from=Main.HELLUG" target="_blank" title="Hellenic Linux User Group">HEL.L.U.G.</a></p>
468    </div>    </div>
469  </div>  </div>
470    <div id="warning" align="center">
471    WARNING<br>
472    This is the UNSTABLE version of Clonezilla-SysRescCD<br>
473    To access our current stable version, please click <a href="../index.html">here</a>
474    </div>
475  </body>  </body>
476  </html>  </html>

Legend:
Removed from v.119  
changed lines
  Added in v.183

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26