| 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/xen-guide.xml,v 1.10 2011/08/29 10:09:42 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.11 2011/12/26 15:22:40 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Configuring Gentoo with Xen</title> |
6 | <title>Configuring Gentoo with Xen</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 18 | |
18 | |
| 19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 20 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
20 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 21 | <license/> |
21 | <license/> |
| 22 | |
22 | |
| 23 | <version>6</version> |
23 | <version>7</version> |
| 24 | <date>2011-08-29</date> |
24 | <date>2011-12-26</date> |
| 25 | |
25 | |
| 26 | <chapter> |
26 | <chapter> |
| 27 | <title>Introduction</title> |
27 | <title>Introduction</title> |
| 28 | <section> |
28 | <section> |
| 29 | <body> |
29 | <body> |
| … | |
… | |
| 221 | |
221 | |
| 222 | <pre caption="GRUB Configuration for Xen"> |
222 | <pre caption="GRUB Configuration for Xen"> |
| 223 | title Xen 3.0 / Gentoo Linux 2.6.x.y |
223 | title Xen 3.0 / Gentoo Linux 2.6.x.y |
| 224 | root (hd0,0) |
224 | root (hd0,0) |
| 225 | kernel /boot/xen.gz |
225 | kernel /boot/xen.gz |
| 226 | module /boot/kernel-2.6.x.y-xen0 root=/dev/hda3 |
226 | module /boot/kernel-2.6.x.y-xen0 root=/dev/sda3 |
| 227 | </pre> |
227 | </pre> |
| 228 | |
228 | |
| 229 | <p> |
229 | <p> |
| 230 | Now reboot your system into Xen. Once you are booted, you need to load the Xen |
230 | Now reboot your system into Xen. Once you are booted, you need to load the Xen |
| 231 | daemon: |
231 | daemon: |