| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.29 2011/09/11 08:43:18 swift Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.30 2011/12/26 15:22:40 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Gentoo/x86 Installation Tips & Tricks</title> |
6 | <title>Gentoo/x86 Installation Tips & Tricks</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 24 | |
24 | |
| 25 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
25 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 26 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
26 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 27 | <license/> |
27 | <license/> |
| 28 | |
28 | |
| 29 | <version>4</version> |
29 | <version>5</version> |
| 30 | <date>2011-09-11</date> |
30 | <date>2011-12-26</date> |
| 31 | |
31 | |
| 32 | <chapter> |
32 | <chapter> |
| 33 | <title>Introduction</title> |
33 | <title>Introduction</title> |
| 34 | <section> |
34 | <section> |
| 35 | <title>Preliminary</title> |
35 | <title>Preliminary</title> |
| … | |
… | |
| 195 | <path>part*</path>. |
195 | <path>part*</path>. |
| 196 | </p> |
196 | </p> |
| 197 | |
197 | |
| 198 | <p> |
198 | <p> |
| 199 | Write down the various <path>/dev/ataraid/disc*/*</path> device files that you |
199 | Write down the various <path>/dev/ataraid/disc*/*</path> device files that you |
| 200 | use to install Gentoo on. You will need to substitute the <path>/dev/hda</path> |
200 | use to install Gentoo on. You will need to substitute the <path>/dev/sda</path> |
| 201 | examples in the installation with this path. |
201 | examples in the installation with this path. |
| 202 | </p> |
202 | </p> |
| 203 | |
203 | |
| 204 | <p> |
204 | <p> |
| 205 | Before chrooting, bind-mount the <path>/dev</path> structure in the new |
205 | Before chrooting, bind-mount the <path>/dev</path> structure in the new |
| … | |
… | |
| 409 | read-test and mark all bad blocks as such. If you are really paranoid, use |
409 | read-test and mark all bad blocks as such. If you are really paranoid, use |
| 410 | <c>-c -c</c> to format your disk and perform an extensive read/write test. |
410 | <c>-c -c</c> to format your disk and perform an extensive read/write test. |
| 411 | </p> |
411 | </p> |
| 412 | |
412 | |
| 413 | <pre caption="Checking for disk consistency"> |
413 | <pre caption="Checking for disk consistency"> |
| 414 | # <i>mke2fs -j -c /dev/hda3</i> |
414 | # <i>mke2fs -j -c /dev/sda3</i> |
| 415 | </pre> |
415 | </pre> |
| 416 | |
416 | |
| 417 | </body> |
417 | </body> |
| 418 | </section> |
418 | </section> |
| 419 | <section id="recover"> |
419 | <section id="recover"> |