| 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/liveusb.xml,v 1.14 2008/07/28 19:24:26 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.15 2008/09/11 21:59:10 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/liveusb.xml"> |
5 | <guide link="/doc/en/liveusb.xml"> |
| 6 | <title>Gentoo Linux LiveUSB HOWTO</title> |
6 | <title>Gentoo Linux LiveUSB HOWTO</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 19 | |
19 | |
| 20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
20 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
21 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 22 | <license/> |
22 | <license/> |
| 23 | |
23 | |
| 24 | <version>3</version> |
24 | <version>4</version> |
| 25 | <date>2008-07-28</date> |
25 | <date>2008-09-11</date> |
| 26 | |
26 | |
| 27 | <chapter> |
27 | <chapter> |
| 28 | <title>Introduction</title> |
28 | <title>Introduction</title> |
| 29 | <section> |
29 | <section> |
| 30 | <title>The LiveUSB</title> |
30 | <title>The LiveUSB</title> |
| … | |
… | |
| 150 | </p> |
150 | </p> |
| 151 | |
151 | |
| 152 | <pre caption="Installing a master boot record"> |
152 | <pre caption="Installing a master boot record"> |
| 153 | <comment>(Make sure you have sys-boot/syslinux-3.00 or later installed)</comment> |
153 | <comment>(Make sure you have sys-boot/syslinux-3.00 or later installed)</comment> |
| 154 | # <i>emerge -av '>sys-boot/syslinux-3'</i> |
154 | # <i>emerge -av '>sys-boot/syslinux-3'</i> |
| 155 | # <i>dd if=/usr/share/syslinux/mbr.bin of=/dev/sdc</i> |
155 | # <i>dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdc</i> |
| 156 | 0+1 records in |
156 | 0+1 records in |
| 157 | 0+1 records out |
157 | 0+1 records out |
| 158 | 304 bytes (304 B) copied, 0.0162317 s, 18.7 kB/s |
158 | 304 bytes (304 B) copied, 0.0162317 s, 18.7 kB/s |
| 159 | </pre> |
159 | </pre> |
| 160 | |
160 | |