Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 35239
Collapse All | Expand All

(-)cvs/htdocs/doc/en/handbook/hb-install-medium.xml (-8 / +10 lines)
Lines 587-599 Link Here
587
    Now click on <c>OK</c> and then <c>Burn</c> (the CD-R)
587
    Now click on <c>OK</c> and then <c>Burn</c> (the CD-R)
588
  </li>
588
  </li>
589
  <li>
589
  <li>
590
    With cdrecord, you simply type <c>cdrecord</c> followed by the path to the
590
    With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace
591
    ISO file :)
591
    <path>/dev/hdc</path> with your CD-RW drive's device path) followed
592
    by the path to the ISO file :)
592
  </li>
593
  </li>
593
</ul>
594
</ul>
594
595
595
<p>
596
<p>
596
The following subsections explain how to boot the archicture-specific LiveCDs. 
597
The following subsections explain how to boot the architecture-specific LiveCDs. 
597
Be sure to pick the subsection which is relevant for your architecture. 
598
Be sure to pick the subsection which is relevant for your architecture. 
598
</p>
599
</p>
599
600
Lines 617-623 Link Here
617
</impo>
618
</impo>
618
619
619
<p>
620
<p>
620
Once you have burnt your installation CDs, it is time to boot them.
621
Once you have burned your installation CDs, it is time to boot them.
621
Reboot your system and enter the BIOS. This is usually done by hitting DEL, F1
622
Reboot your system and enter the BIOS. This is usually done by hitting DEL, F1
622
or ESC, depending on your BIOS. Inside the BIOS, change the boot
623
or ESC, depending on your BIOS. Inside the BIOS, change the boot
623
order so that the CD-ROM is tried before the hard disk. This is often found
624
order so that the CD-ROM is tried before the hard disk. This is often found
Lines 961-967 Link Here
961
</pre>
962
</pre>
962
963
963
<p>
964
<p>
964
Now that you tweaked your kernel boot params, boot it.
965
Now that you have tweaked your kernel boot params, boot it.
965
</p>
966
</p>
966
967
967
<pre caption="Booting the kernel">
968
<pre caption="Booting the kernel">
Lines 1125-1131 Link Here
1125
If you are an advanced user, you might want to tweak the IDE hard disk
1126
If you are an advanced user, you might want to tweak the IDE hard disk
1126
performance using <c>hdparm</c>. With the <c>-tT</c> options you can
1127
performance using <c>hdparm</c>. With the <c>-tT</c> options you can
1127
test the performance of your disk (execute it several times to get a
1128
test the performance of your disk (execute it several times to get a
1128
preciser impression):
1129
more precise impression):
1129
</p>
1130
</p>
1130
1131
1131
<pre caption="Testing disk performance">
1132
<pre caption="Testing disk performance">
Lines 1252-1259 Link Here
1252
    Now click on <c>OK</c> and then <c>Burn</c> (the CD-R)
1253
    Now click on <c>OK</c> and then <c>Burn</c> (the CD-R)
1253
  </li>
1254
  </li>
1254
  <li>
1255
  <li>
1255
    With cdrecord, you simply type <c>cdrecord</c> followed by the path to the
1256
    With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace
1256
    ISO file :)
1257
    <path>/dev/hdc</path> with your CD-RW drive's device path) followed
1258
    by the path to the ISO file :)
1257
  </li>
1259
  </li>
1258
</ul>
1260
</ul>
1259
1261

Return to bug 35239