| 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/grub-error-guide.xml,v 1.5 2005/03/25 08:13:53 swift Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.6 2005/03/28 12:43:53 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/grub-error-guide.xml"> |
5 | <guide link="/doc/en/grub-error-guide.xml"> |
| 6 | <title>Gentoo Grub Error Collection</title> |
6 | <title>Gentoo Grub Error Collection</title> |
| 7 | |
7 | |
| 8 | <author title="Thread Reviewer">Hartwig Brandl</author> |
8 | <author title="Thread Reviewer">Hartwig Brandl</author> |
| … | |
… | |
| 19 | cooperation of many users of the Gentoo Forums. |
19 | cooperation of many users of the Gentoo Forums. |
| 20 | </abstract> |
20 | </abstract> |
| 21 | |
21 | |
| 22 | <license/> |
22 | <license/> |
| 23 | |
23 | |
| 24 | <version>1.2</version> |
24 | <version>1.3</version> |
| 25 | <date>2005-03-25</date> |
25 | <date>2005-03-28</date> |
| 26 | |
26 | |
| 27 | <chapter> |
27 | <chapter> |
| 28 | <title>Starting notes</title> |
28 | <title>Starting notes</title> |
| 29 | |
29 | |
| 30 | <section> |
30 | <section> |
| … | |
… | |
| 235 | your <path>grub.conf</path> file. Also make sure that the <c>kernel</c> line in |
235 | your <path>grub.conf</path> file. Also make sure that the <c>kernel</c> line in |
| 236 | your <path>grub.conf</path> file is referring to that partition (either |
236 | your <path>grub.conf</path> file is referring to that partition (either |
| 237 | explicitly or implicitly). |
237 | explicitly or implicitly). |
| 238 | </p> |
238 | </p> |
| 239 | |
239 | |
|
|
240 | <p> |
|
|
241 | Another reported mistake is to have the BIOS ignore the disk on which the kernel |
|
|
242 | or grub stages reside. |
|
|
243 | </p> |
|
|
244 | |
| 240 | </body> |
245 | </body> |
| 241 | </section> |
246 | </section> |
| 242 | <section> |
247 | <section> |
| 243 | <title>Solution - Booting an Entry</title> |
248 | <title>Solution - Booting an Entry</title> |
| 244 | <body> |
249 | <body> |