| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.10 2004/05/09 12:30:05 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.11 2004/07/03 09:07:55 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Hardware Requirements</title> |
11 | <title>Hardware Requirements</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 423 | gpg: aka "Gentoo Linux Release Engineering <releng@gentoo.org>" |
423 | gpg: aka "Gentoo Linux Release Engineering <releng@gentoo.org>" |
| 424 | </pre> |
424 | </pre> |
| 425 | |
425 | |
| 426 | <p> |
426 | <p> |
| 427 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
427 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
| 428 | do this is highly program-dependent. We will discuss a couple of popular |
428 | do this is highly program-dependent. We will discuss <c>cdrecord</c> and |
| 429 | tools on how to do this. |
429 | <c>K3B</c> here; more information can be found in our <uri |
|
|
430 | link="/doc/en/faq.xml#isoburning">Gentoo FAQ</uri>. |
| 430 | </p> |
431 | </p> |
| 431 | |
432 | |
| 432 | <ul> |
433 | <ul> |
| 433 | <li> |
|
|
| 434 | With EasyCD Creator you select <c>File</c>, <c>Record CD |
|
|
| 435 | from CD image</c>. Then you change the <c>Files of type</c> to <c>ISO image |
|
|
| 436 | file</c>. Then locate the ISO file and click <c>Open</c>. When you click on |
|
|
| 437 | <c>Start recording</c> the ISO image will be burned correctly onto the CD-R. |
|
|
| 438 | </li> |
|
|
| 439 | <li> |
|
|
| 440 | With Nero Burning ROM, select <c>File</c>, <c>Burn CD image</c>. Set the |
|
|
| 441 | type of file to <c>*.*</c> and select the ISO file. Older versions of Nero |
|
|
| 442 | will tell you they don't recognize the format -- confirm here, it does |
|
|
| 443 | recognize it but doesn't know it yet :) In the next dialog, set the |
|
|
| 444 | following parameters: |
|
|
| 445 | <ul> |
|
|
| 446 | <li>Type of image: <c>Data Mode 1</c></li> |
|
|
| 447 | <li>Block size: <c>2048 bytes</c></li> |
|
|
| 448 | <li>File precursor and length of the image trailer: <c>0 bytes</c></li> |
|
|
| 449 | <li>Scrambled: <c>no</c></li> |
|
|
| 450 | <li>Swapped: <c>no</c></li> |
|
|
| 451 | </ul> |
|
|
| 452 | Now click on <c>OK</c> and then <c>Burn</c> (the CD-R) |
|
|
| 453 | </li> |
|
|
| 454 | <li> |
434 | <li> |
| 455 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace |
435 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace |
| 456 | <path>/dev/hdc</path> with your CD-RW drive's device path) followed |
436 | <path>/dev/hdc</path> with your CD-RW drive's device path) followed |
| 457 | by the path to the ISO file :) |
437 | by the path to the ISO file :) |
| 458 | </li> |
438 | </li> |