| 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.10 2005/12/15 01:43:25 rane Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.11 2005/12/15 15:52:16 neysx 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> |
| … | |
… | |
| 206 | your root and (if applicable) boot partition. Next, chroot into your Gentoo |
206 | your root and (if applicable) boot partition. Next, chroot into your Gentoo |
| 207 | system and do a listing of the available files to see what kernel images you |
207 | system and do a listing of the available files to see what kernel images you |
| 208 | have available: |
208 | have available: |
| 209 | </p> |
209 | </p> |
| 210 | |
210 | |
| 211 | <pre caption="Verifying kernel image existance"> |
211 | <pre caption="Verifying kernel image existence"> |
| 212 | # <i>cd /boot</i> |
212 | # <i>cd /boot</i> |
| 213 | # <i>ls</i> |
213 | # <i>ls</i> |
| 214 | </pre> |
214 | </pre> |
| 215 | |
215 | |
| 216 | <p> |
216 | <p> |