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

Diff of /trunk/www/working/supergrubdisk.html

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

revision 151 by sng, Thu Sep 16 18:15:05 2010 UTC revision 152 by jyrki, Tue Feb 22 09:41:16 2011 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2  <html>  <html>
3  <head>  <head>
4  <link rel="alternate" type="application/rss+xml" title="RSS" href="http://clonezilla-sysresccd.hellug.gr/clonezilla-sysresccd.rss">  <link rel="alternate" type="application/rss+xml" title="RSS" href="http://clonezilla-sysresccd.hellug.gr/clonezilla-sysresccd.rss">
5  <link rel="shortcut icon" href="favicon.ico">  <link rel="shortcut icon" href="favicon.ico">
6  <title>Clonezilla-SysRescCD - Documentation: Fixing boot problems </title>  <title>Clonezilla-SysRescCD - Documentation: Fixing boot problems
7    <style type="text/css">  </title>
8      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; }    <style type="text/css">
9        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; }
10      
11        
12      #header {position:relative; display: block; width: 980px; height: 121px;margin: auto; padding: auto; background-color: #D37624; background-image: url('images/header.png');clear:both;}    
13      #header h2{ color: #FFE6BC; font-weight: bold; font-size: 2.2em; margin:0; padding:0; padding-left: 10px; padding-top: 7px; text-shadow: #333333 2px 2px 4px;}      #header {position:relative; display: block; width: 980px; height: 121px;margin: auto; padding: auto; background-color: #D37624; background-image: url('images/header.png');clear:both;}
14      #header h3{ color: #FFE6BC; font-weight: bold; font-size: 1.8em; margin:0; padding: 0; padding-left: 10px; text-shadow: #333333 2px 2px 4px;}      #header h2{ color: #FFE6BC; font-weight: bold; font-size: 2.2em; margin:0; padding:0; padding-left: 10px; padding-top: 7px; text-shadow: #333333 2px 2px 4px;}
15      #header h4{ color: #FFE6BC; font-weight: bold; font-size: 1.2em; margin:0; padding: 0; padding-left: 10px; padding-right: 10px; text-shadow: #333333 2px 2px 4px;}      #header h3{ color: #FFE6BC; font-weight: bold; font-size: 1.8em; margin:0; padding: 0; padding-left: 10px; text-shadow: #333333 2px 2px 4px;}
16      #header a {text-decoration:none;}      #header h4{ color: #FFE6BC; font-weight: bold; font-size: 1.2em; margin:0; padding: 0; padding-left: 10px; padding-right: 10px; text-shadow: #333333 2px 2px 4px;}
17        #header a {text-decoration:none;}
18      #contarea {display: block; width: 980px; margin: auto; padding: auto; background-color: #FFF2DD; clear:both;}  
19          #contarea {display: block; width: 980px; margin: auto; padding: auto; background-color: #FFF2DD; clear:both;}
20      #linkline { width: 980px; height: 29px;margin: auto; padding: auto; background-color: #D37624; background-image: url('images/linkline.png');clear:both; }    
21      #linkline a{float: left; color: #FFE6BC; font-weight: bold; font-size: 0.8em; text-decoration: none; text-shadow: #333333 2px 2px 4px; padding-left: 10px; padding-right: 10px; padding-top: 5px;}      #linkline { width: 980px; height: 29px;margin: auto; padding: auto; background-color: #D37624; background-image: url('images/linkline.png');clear:both; }
22      #linkline a:visited{color: #FFE6BC;}      #linkline a{float: left; color: #FFE6BC; font-weight: bold; font-size: 0.8em; text-decoration: none; text-shadow: #333333 2px 2px 4px; padding-left: 10px; padding-right: 10px; padding-top: 5px;}
23      #linkline a:hover{color: #333333;}      #linkline a:visited{color: #FFE6BC;}
24      #linkline a.here {color: #333333; text-decoration: none;}      #linkline a:hover{color: #333333;}
25        #linkline a.here {color: #333333; text-decoration: none;}
26      #lastupdate {float: right; display: block; text-align: right; margin: 0; margin-top: -1.2em; padding: 0; padding-right: 15px;}  
27        #lastupdate {float: right; display: block; text-align: right; margin: 0; margin-top: -1.2em; padding: 0; padding-right: 15px;}
28      #rss { float: right; text-align: right; padding-top: 3px;}  
29            #rss { float: right; text-align: right; padding-top: 3px;}
30            #docline-top { float: right; padding-right: 40px; text-align: right; }      
31            #docline-bottom { float: right; padding-right: 40px; text-align: right; font-size: 0.8em; padding-top: 15px; }            #docline-top { float: right; padding-right: 40px; text-align: right; }
32            #docline-bottom a{ padding-left: 10px; padding-right: 10px; }            #docline-bottom { float: right; padding-right: 40px; text-align: right; font-size: 0.8em; padding-top: 15px; }
33                #docline-bottom a{ padding-left: 10px; padding-right: 10px; }
34      #menu { float: right; display: block; width: 170px; margin: auto; padding: 15px; font-size: 0.8em; font-weight: bold; background-color: #FFE6BC;}    
35      #menu h1 {color: #990000; font-size: 1.8em;text-shadow: gray 2px 2px 4px;}      #menu { float: right; display: block; width: 170px; margin: auto; padding: 15px; font-size: 0.8em; font-weight: bold; background-color: #FFE6BC;}
36      #menu a,a:visited{ color: black; text-decoration: none; font-weight: normal;}      #menu h1 {color: #990000; font-size: 1.8em;text-shadow: gray 2px 2px 4px;}
37      #menu a:hover{ text-decoration: underline;}      #menu a,a:visited{ color: black; text-decoration: none; font-weight: normal;}
38      #menu p{ margin-bottom: 10px;}      #menu a:hover{ text-decoration: underline;}
39          #menu p{ margin-bottom: 10px;}
40      #content { float: left; display: block; width: 950px; margin: auto; padding: 15px;}    
41          #content { float: left; display: block; width: 950px; margin: auto; padding: 15px;}
42        
43      #footer {display: block; width: 980px; height: 100px;margin: auto; padding: auto; background-color: #D37624; background-image: url('images/footer.png');clear:both;text-shadow: #333333 2px 2px 4px;}    
44      #footer p{color: #FFE6BC; font-weight: bold; padding:15px; padding-left: 10px;}      #footer {display: block; width: 980px; height: 100px;margin: auto; padding: auto; background-color: #D37624; background-image: url('images/footer.png');clear:both;text-shadow: #333333 2px 2px 4px;}
45      #footer a,a:visited{color: #FFE6BC; font-weight: bold; text-decoration:none;}      #footer p{color: #FFE6BC; font-weight: bold; padding:15px; padding-left: 10px;}
46      #footer a:hover{ color: #333333; text-decoration: none;}      #footer a,a:visited{color: #FFE6BC; font-weight: bold; text-decoration:none;}
47          #footer a:hover{ color: #333333; text-decoration: none;}
48        
49      #content H1,H2,H3,H4{color: #990000; text-align: left;}    
50      #content H2{margin-top: 2em;}      #content H1,H2,H3,H4{color: #990000; text-align: left;}
51      #content H3{margin-top: 1.5em}      #content H2{margin-top: 2em;}
52      #content H4{margin-top: 1em}      #content H3{margin-top: 1.5em}
53      #content li { margin-top: 1em;}      #content H4{margin-top: 1em}
54      #content a,a:active,a:visited{text-decoration: none; color: #4075CA; font-weight: normal;}      #content li { margin-top: 1em;}
55      #content a:hover{text-decoration: underline; font-weight: normal;}      #content a,a:active,a:visited{text-decoration: none; color: #4075CA; font-weight: normal;}
56      #content .hidden{ display:none; }      #content a:hover{text-decoration: underline; font-weight: normal;}
57      #content p,td,table,tr,li { font-family: Arial, 'sans serif'; }      #content .hidden{ display:none; }
58      #content .nav{margin-left: 0pt;}      #content p,td,table,tr,li { font-family: Arial, 'sans serif'; }
59      #content .newcode{font-family : "Courier New", Courier, monospace; font-weight: bold; background-color: #F2F2F2; border: solid 1px #DEDEDE;padding: 20pt;}      #content .nav{margin-left: 0pt;}
60      #content .note{margin-top: 30pt; margin-bottom: 30pt; text-align: left; background-color: #FFEFEF; border: double 3px; border-color: #FFD5D5;}      #content .newcode{font-family : "Courier New", Courier, monospace; font-weight: bold; background-color: #F2F2F2; border: solid 1px #DEDEDE;padding: 20pt;}
61      #content hr{color: Black; background-color: Black; height: 1px; border: none;}      #content .note{margin-top: 30pt; margin-bottom: 30pt; text-align: left; background-color: #FFEFEF; border: double 3px; border-color: #FFD5D5;}
62      #content .header-news{margin-top: 2em; margin-left: 25pt; font-weight: bold; color: #990000;}      #content hr{color: Black; background-color: Black; height: 1px; border: none;}
63      #content .item-news{margin-left: 45pt; margin-right: 45pt;}      #content .header-news{margin-top: 2em; margin-left: 25pt; font-weight: bold; color: #990000;}
64      #content .otherpage{border: solid 1px darkgoldenrod; padding: 20pt; background-color: lemonchiffon;}      #content .item-news{margin-left: 45pt; margin-right: 45pt;}
65      #content IMG {display: block; margin-left: auto; margin-right: auto; }      #content .otherpage{border: solid 1px darkgoldenrod; padding: 20pt; background-color: lemonchiffon;}
66      #content .red{color: white; background-color: Red; font-weight: bold;}      #content IMG {display: block; margin-left: auto; margin-right: auto; }
67      #lphp{text-align: right; padding-left: 10px; padding-right: 10px; padding-top: 50px; float: right;}      #content .red{color: white; background-color: Red; font-weight: bold;}
68      #lphp a{padding-left: 5px;}      #lphp{text-align: right; padding-left: 10px; padding-right: 10px; padding-top: 50px; float: right;}
69    </style>      #lphp a{padding-left: 5px;}
70  <META NAME="Keywords" CONTENT="multiboot Multi Boot bootable cd rescue clonezilla sysresccd backup restore samba">    </style>
71  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">  <META NAME="Keywords" CONTENT="multiboot Multi Boot bootable cd rescue clonezilla sysresccd backup restore samba">
72    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
73  </head>  
74    </head>
75  <body>  
76  <div id="header">  <body>
77  <div id="lphp" style=""><a target="_blank" href="onepage.php"><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="header">
78  <H2>Clonezilla-SysRescCD</H2>  <div id="lphp" style=""><a target="_blank" href="onepage.php"><img src="images/chain.png" border="0" /></a><a target="_blank" href="printable.php"><img src="images/print_it.png" border="0" /></a></div>
79  <H3>Documentation: Fixing boot problems </H3>  <H2>Clonezilla-SysRescCD</H2>
80    <div style="margin:0; padding: 3px; width: 980; position relative;">  <H3>Documentation: Fixing boot problems
81      <div style="position: absolute; left: 0px;"><H4>25/02/2010 - v 3.1.0</H4></div>  </H3>
82      <div style="position: absolute; right: 0px;"><H4>Last update: 01/03/2010</H4></div>    <div style="margin:0; padding: 3px; width: 980; position relative;">
83    </div>      <div style="position: absolute; left: 0px;"><H4>25/02/2010 - v 3.1.0</H4></div>
84  </div>      <div style="position: absolute; right: 0px;"><H4>Last update: 01/03/2010</H4></div>
85  <div id="linkline">    </div>
86    <a href="index.html">Home</a>  </div>
87    <a href="news.php">News</a>  <div id="linkline">
88  <!--  <a href="features.html">Features</a>-->    <a href="index.html">Home</a>
89    <a class="here" href="doc.html">Documentation</a>    <a href="news.php">News</a>
90    <a href="index.html#download">Download</a>  <!--  <a href="features.html">Features</a>-->
91    <a href="screenshots.html">Screenshots</a>    <a class="here" href="doc.html">Documentation</a>
92    <a href="index.html#credits">Credits</a>    <a href="index.html#download">Download</a>
93    <a href="help.html">Help</a>    <a href="screenshots.html">Screenshots</a>
94      <a href="index.html#credits">Credits</a>
95    <div id="rss">    <a href="help.html">Help</a>
96      <a href="clonezilla-sysresccd.rss"><img src="images/rss-orange-11.png" width="30" height="14" border="0"/></a>  
97    </div>    <div id="rss">
98    <!-- docline-top-->      <a href="clonezilla-sysresccd.rss"><img src="images/rss-orange-11.png" width="30" height="14" border="0"/></a>
99  <div id="docline-top">  <a href="reloc-img.html">&lt; PREV</a>  <a href="doc.html">UP</a>  <a href="oldboot.html">NEXT &gt;</a>  </div>    </div>
100  </div>    <!-- docline-top-->
101  <div id="contarea">  <div id="docline-top">  <a href="reloc-img.html">&lt; PREV</a>  <a href="doc.html">UP</a>  <a href="oldboot.html">NEXT &gt;</a>  </div>
102    <div id="content">  </div>
103    <div id="contarea">
104      <div id="content">
105  <a name="sgd-top"></a>  <a name="sgd-top"></a>
106    
107                
# Line 201  dd if=/mnt/usb/<font color="Green">Backu Line 203  dd if=/mnt/usb/<font color="Green">Backu
203  <!--empty line-->  <!--empty line-->
204  <p>It tells how many hard drives you have, how many partitions they contain and what filesystems the partitions use. If you know, for example, that the disk where you've saved the disk image contains only one partition, look for such disks.</p>  <p>It tells how many hard drives you have, how many partitions they contain and what filesystems the partitions use. If you know, for example, that the disk where you've saved the disk image contains only one partition, look for such disks.</p>
205  <!--empty line-->  <!--empty line-->
206  <H3><a name="ntldr-vista"></a>Using Bootrec.exe (Windows Vista/7 only) <span class="hideprint">[<a href="#sgd-top" title="go to top of the page">^</a>]</span></H3>  <H3><a name="ntldr-7"></a>Using Bootrec.exe (Windows Vista/7 only) <span class="hideprint">[<a href="#sgd-top" title="go to top of the page">^</a>]</span></H3>
207    
208  <p>You need Windows Vista/7 install disc for this. If you don't have one (for example, if you bought a laptop that was bundled with preinstalled Windows and manufacturer's recovery disc), download a recovery disc from <a href="http://neosmart.net/blog/2008/windows-vista-recovery-disc-download/" target="_blank">here</a>.<br>  <p>You need Windows Vista/7 install disc for this. If you don't have one (for example, if you bought a laptop that was bundled with preinstalled Windows and manufacturer's recovery disc), download a recovery disc from <a href="http://neosmart.net/blog/2008/windows-vista-recovery-disc-download/" target="_blank">here</a>.<br>
209  <br>  <br>
210  Then boot from the disc. After selecting language, time, currency and keyboard, click <b>Repair your computer</b>. You'll get a list of operating systems you're able to repair. Choose any of them; that choice doesn't matter.<br>  Then boot from the disc.</p>
211  <br>  <!--empty line-->
212  After that, you'll see a dialog box named <b>System Recovery Options</b>. Click <b>Command Prompt</b>. Then you only need to execute one command:</p>  <p><img src="images/windows7-00.png"><br>
213    After selecting language, time, currency and keyboard, click <b>Next</b>.</p>
214    <!--empty line-->
215    <p><img src="images/windows7-01.png"><br>
216    Click <b>Repair your computer</b>.</p>
217    <!--empty line-->
218    <p><img src="images/windows7-02.png"><br>
219    Choose the option <b>Use recovery tools that can help fix problems starting Windows</b> and click <b>Next</b>.</p>
220    <!--empty line-->
221    <p><img src="images/windows7-03.png"><br>
222    You'll see a dialog box named <b>System Recovery Options</b>. Click <b>Command Prompt</b>.</p>
223    <!--empty line-->
224    <p><img src="images/windows7-04.png"><br>
225    Then you only need to execute one command:</p>
226  <!--empty line-->  <!--empty line-->
227  <p class="newcode">Bootrec /FixMbr</p>  <p class="newcode">Bootrec /FixMbr</p>
228  <!--empty line-->  <!--empty line-->
229  <p><b>Note:</b> The command is case-insensitive. You can type, for example, "<b>bootrec /fixmbr</b>".</p>  <p><b>Note:</b> The command is case-insensitive. You can type, for example, "<b>bootrec /fixmbr</b>".</p>
230  <!--empty line-->  <!--empty line-->
231    <p><img src="images/windows7-05.png"><br>
232    </p>
233    <!--empty line-->
234  <H3><a name="ntldr-xp"></a>Using FIXMBR (Windows XP only) <span class="hideprint">[<a href="#sgd-top" title="go to top of the page">^</a>]</span></H3>  <H3><a name="ntldr-xp"></a>Using FIXMBR (Windows XP only) <span class="hideprint">[<a href="#sgd-top" title="go to top of the page">^</a>]</span></H3>
235    
236  <p>You need Windows XP install disc. Boot from it, and when you see the screen "Windows XP Home Edition Setup" or "Windows XP Professional Setup", press <font color="Red"><b>R</b></font> to enter the Recovery Console. Then choose the Windows installation you want to log onto. If you have only one copy of Windows installed, press <font color="Red"><b>1</b></font> and ENTER. After that, enter the administator password and press ENTER.<br>  <p>You need Windows XP install disc. Boot from it, and when you see the screen "Windows XP Home Edition Setup" or "Windows XP Professional Setup", press <font color="Red"><b>R</b></font> to enter the Recovery Console. Then choose the Windows installation you want to log onto. If you have only one copy of Windows installed, press <font color="Red"><b>1</b></font> and ENTER. After that, enter the administator password and press ENTER.<br>
# Line 229  There is only one command to run:</p> Line 247  There is only one command to run:</p>
247  <br>  <br>
248  Don't worry, <b>Super Grub Disk</b> makes it possible. Boot into it.</p>  Don't worry, <b>Super Grub Disk</b> makes it possible. Boot into it.</p>
249  <!--empty line-->  <!--empty line-->
250  <p><img src="images/supergrubdisk-01.png"><br>  <p><img src="images/supergrubdisk-01.png"><br>
251  Just choose the option "<font color="Red"><b>!WIN!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:(((</b></font>" and press ENTER.<br>  Just choose the option "<font color="Red"><b>!WIN!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:(((</b></font>" and press ENTER.<br>
252  <br>  <br>
253  When you have Windows up and running, download the boot disk image appropriate to your version of Windows from <a href="http://www.bootdisk.com/bootdisk.htm" target="_blank">Bootdisk.Com</a>. Then put a floppy to your floppy drive.<br>  When you have Windows up and running, download the boot disk image appropriate to your version of Windows from <a href="http://www.bootdisk.com/bootdisk.htm" target="_blank">Bootdisk.Com</a>. Then put a floppy to your floppy drive.<br>
# Line 255  Maybe the easiest way to do so is instal Line 273  Maybe the easiest way to do so is instal
273  <br>  <br>
274  Boot into <b>Super Grub Disk</b>.</p>  Boot into <b>Super Grub Disk</b>.</p>
275  <!--empty line-->  <!--empty line-->
276  <p><img src="images/supergrubdisk-01a.png"><br>  <p><img src="images/supergrubdisk-01a.png"><br>
277  Choose the option "<font color="Red"><b>WIN => MBR & !WIN!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:(((((((((((((((((((((</b></font>" and press ENTER. Windows will be booted automatically right after installing syslinux.</p>  Choose the option "<font color="Red"><b>WIN => MBR & !WIN!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:(((((((((((((((((((((</b></font>" and press ENTER. Windows will be booted automatically right after installing syslinux.</p>
278    
279    
# Line 266  Choose the option "<font color="Red"><b> Line 284  Choose the option "<font color="Red"><b>
284    
285  <p>Contrary to various ways to restore NTLDR, there is only one way to install GRUB I recommend. That's <b>Super Grub Disk</b>, because it contains GRUB no matter what has happened to the hard drive(s). First, I boot into it.</p>  <p>Contrary to various ways to restore NTLDR, there is only one way to install GRUB I recommend. That's <b>Super Grub Disk</b>, because it contains GRUB no matter what has happened to the hard drive(s). First, I boot into it.</p>
286  <!--empty line-->  <!--empty line-->
287  <p><img src="images/supergrubdisk-01b.png"><br>  <p><img src="images/supergrubdisk-01b.png"><br>
288  I select "<font color="Red"><b>Choose Language & HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:-)))</b></font>" and press ENTER.</p>  I select "<font color="Red"><b>Choose Language & HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:-)))</b></font>" and press ENTER.</p>
289  <!--empty line-->  <!--empty line-->
290  <H3><a name="grub-1"></a>Screen "S.G.D. Language Selection." [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-1"></a>Screen "S.G.D. Language Selection." [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
291    
292  <p><img src="images/supergrubdisk-02.png"><br>  <p><img src="images/supergrubdisk-02.png"><br>
293  I select "<font color="Red"><b>English Super Grub Disk</b></font>" and press ENTER.</p>  I select "<font color="Red"><b>English Super Grub Disk</b></font>" and press ENTER.</p>
294  <!--empty line-->  <!--empty line-->
295  <p><img src="images/supergrubdisk-03.png"><br>  <p><img src="images/supergrubdisk-03.png"><br>
296  I press ENTER...</p>  I press ENTER...</p>
297  <!--empty line-->  <!--empty line-->
298  <p><img src="images/supergrubdisk-04.png"><br>  <p><img src="images/supergrubdisk-04.png"><br>
299  ...and then ENTER again...</p>  ...and then ENTER again...</p>
300  <!--empty line-->  <!--empty line-->
301  <p><img src="images/supergrubdisk-05.png"><br>  <p><img src="images/supergrubdisk-05.png"><br>
302  ...and then ENTER once again...</p>  ...and then ENTER once again...</p>
303  <!--empty line-->  <!--empty line-->
304  <p><img src="images/supergrubdisk-06.png"><br>  <p><img src="images/supergrubdisk-06.png"><br>
305  ...and finally ENTER one more time.</p>  ...and finally ENTER one more time.</p>
306  <!--empty line-->  <!--empty line-->
307  <H3><a name="grub-2"></a>Screen "English Super Grub Disk (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-2"></a>Screen "English Super Grub Disk (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
308    
309  <p><img src="images/supergrubdisk-07.png"><br>  <p><img src="images/supergrubdisk-07.png"><br>
310  I select "<font color="Red"><b>Advanced</b></font>".</p>  I select "<font color="Red"><b>Advanced</b></font>".</p>
311  <!--empty line-->  <!--empty line-->
312  <H3><a name="grub-3"></a>Screen "Advanced (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-3"></a>Screen "Advanced (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
313    
314  <p><img src="images/supergrubdisk-08.png"><br>  <p><img src="images/supergrubdisk-08.png"><br>
315  I select "<font color="Red"><b>GRUB</b></font>" and press ENTER.</p>  I select "<font color="Red"><b>GRUB</b></font>" and press ENTER.</p>
316  <!--empty line-->  <!--empty line-->
317  <H3><a name="grub-4"></a>Screen "GRUB (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-4"></a>Screen "GRUB (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
318    
319  <p><img src="images/supergrubdisk-09.png"><br>  <p><img src="images/supergrubdisk-09.png"><br>
320  I select "<font color="Red"><b>Restore GRUB in Hard Disk (MBR)</b></font>" and press ENTER...</p>  I select "<font color="Red"><b>Restore GRUB in Hard Disk (MBR)</b></font>" and press ENTER...</p>
321  <!--empty line-->  <!--empty line-->
322  <p><img src="images/supergrubdisk-10.png"><br>  <p><img src="images/supergrubdisk-10.png"><br>
323  ...and ENTER.</p>  ...and ENTER.</p>
324  <!--empty line-->  <!--empty line-->
325  <H3><a name="grub-5"></a>Screen "Restore GRUB in Hard Disk (MBR) (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-5"></a>Screen "Restore GRUB in Hard Disk (MBR) (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
326    
327  <p><img src="images/supergrubdisk-11.png"><br>  <p><img src="images/supergrubdisk-11.png"><br>
328  I select "<font color="Red"><b>Manual Restore GRUB in Hard Disk (MBR)</b></font>" and press ENTER. If you want to install GRUB to the Master Boot Record of the first hard drive, "<font color="Red"><b>Automatically Install</b></font>" is a better choice. If you don't know if you want GRUB to the first or some other disk, you most likely want it to the first disk.</p>  I select "<font color="Red"><b>Manual Restore GRUB in Hard Disk (MBR)</b></font>" and press ENTER. If you want to install GRUB to the Master Boot Record of the first hard drive, "<font color="Red"><b>Automatically Install</b></font>" is a better choice. If you don't know if you want GRUB to the first or some other disk, you most likely want it to the first disk.</p>
329  <!--empty line-->  <!--empty line-->
330  <H3><a name="grub-6"></a>Screen "Manual Restore GRUB in Hard Disk (MBR) (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-6"></a>Screen "Manual Restore GRUB in Hard Disk (MBR) (Help)" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
331    
332  <p><img src="images/supergrubdisk-12.png"><br>  <p><img src="images/supergrubdisk-12.png"><br>
333  I confirm my decision by selecting "<font color="Red"><b>Manual Restore GRUB in Hard Disk (MBR)</b></font>" again and pressing ENTER.</p>  I confirm my decision by selecting "<font color="Red"><b>Manual Restore GRUB in Hard Disk (MBR)</b></font>" again and pressing ENTER.</p>
334  <!--empty line-->  <!--empty line-->
335  <H3><a name="grub-7"></a>Screen "Partition of GRUB" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-7"></a>Screen "Partition of GRUB" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
336    
337  <p><img src="images/supergrubdisk-13.png"><br>  <p><img src="images/supergrubdisk-13.png"><br>
338  In this screen I can select the disk that contains the partition that contains the files needed by GRUB. In this case, that disk is the external hard drive. As you can see, the disk is only three megabytes in size - because the computer used for screenshots is still virtual. Actually, the "disk" where I'm installing GRUB is just a file.</p>  In this screen I can select the disk that contains the partition that contains the files needed by GRUB. In this case, that disk is the external hard drive. As you can see, the disk is only three megabytes in size - because the computer used for screenshots is still virtual. Actually, the "disk" where I'm installing GRUB is just a file.</p>
339  <!--empty line-->  <!--empty line-->
340  <H3><a name="grub-8"></a>Next Screen [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-8"></a>Next Screen [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
341    
342  <p><img src="images/supergrubdisk-14.png"><br>  <p><img src="images/supergrubdisk-14.png"><br>
343  This is where I choose the partition where GRUB files reside. This disk contains only one partition.</p>  This is where I choose the partition where GRUB files reside. This disk contains only one partition.</p>
344  <!--empty line-->  <!--empty line-->
345  <H3><a name="grub-9"></a>Screen "Restore to MBR of Hard Disk" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>  <H3><a name="grub-9"></a>Screen "Restore to MBR of Hard Disk" [<a href="#sgd-top" title="go to top of the page">^</a>]</H3>
346    
347  <p><img src="images/supergrubdisk-15.png"><br>  <p><img src="images/supergrubdisk-15.png"><br>
348  I select the external hard drive to install GRUB to its Master Boot Record.</p>  I select the external hard drive to install GRUB to its Master Boot Record.</p>
349  <!--empty line-->  <!--empty line-->
350  <p><img src="images/supergrubdisk-12.png"><br>  <p><img src="images/supergrubdisk-12.png"><br>
351  Some text scrolled in the screen (too fast to read or take a screenshot) and I was back at this screen. I rebooted the computer. (In this situation, you can safely do a "hard reboot" by pressing reset button once or power button twice.)</p>  Some text scrolled in the screen (too fast to read or take a screenshot) and I was back at this screen. I rebooted the computer. (In this situation, you can safely do a "hard reboot" by pressing reset button once or power button twice.)</p>
352  <!--empty line-->  <!--empty line-->
353  <p><img src="images/grub-loading.png"><br>  <p><img src="images/grub-loading.png"><br>
354  GRUB booted successfully.</p>  GRUB booted successfully.</p>
355    
356    
357  </div>  </div>
358    
359    
360    <div id="footer">    <div id="footer">
361  <div id="docline-bottom">  <a href="reloc-img.html">&lt; PREV</a>  <a href="doc.html">UP</a>  <a href="oldboot.html">NEXT &gt;</a>  </div>  <div id="docline-bottom">  <a href="reloc-img.html">&lt; PREV</a>  <a href="doc.html">UP</a>  <a href="oldboot.html">NEXT &gt;</a>  </div>
362    <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.1.0">Spiros Georgaras</a>, 2007-2010<br /><br/>
363    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://www.hellug.gr" target="_blank" title="Hellenic Linux User Group">HEL.L.U.G.</a></p>
364    </div>    </div>
365  </div>  </div>
366  </body>  </body>
367  </html>  </html>

Legend:
Removed from v.151  
changed lines
  Added in v.152

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26