rane 05/12/15 01:43:25 Modified: xml/htdocs/doc/en grub-error-guide.xml Log: added CC-SA comments, information about chrooting into gentoo system before looking for kernel and missing make command from one of code listings
Revision Changes Path 1.10 +11 -8 xml/htdocs/doc/en/grub-error-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.10&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/grub-error-guide.xml.diff?r1=1.9&r2=1.10&cvsroot=gentoo Index: grub-error-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- grub-error-guide.xml 8 Sep 2005 08:37:18 -0000 1.9 +++ grub-error-guide.xml 15 Dec 2005 01:43:25 -0000 1.10 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.9 2005/09/08 08:37:18 fox2mike Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.10 2005/12/15 01:43:25 rane Exp $ --> <guide link="/doc/en/grub-error-guide.xml"> <title>Gentoo Grub Error Collection</title> @@ -19,10 +19,12 @@ cooperation of many users of the Gentoo Forums. </abstract> +<!-- The content of this document is licensed under the CC-BY-SA license --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.6</version> -<date>2005-04-17</date> +<version>1.7</version> +<date>2005-12-15</date> <chapter> <title>Starting notes</title> @@ -200,9 +202,10 @@ </p> <p> -To find out the exact name of your kernel, boot from the installation cd and -mount the boot partition (if applicable) or your root partition. Then do a -listing of the available files to see what kernel images you have available: +To find out the exact name of your kernel, boot from the installation cd, mount +your root and (if applicable) boot partition. Next, chroot into your Gentoo +system and do a listing of the available files to see what kernel images you +have available: </p> <pre caption="Verifying kernel image existance"> @@ -219,6 +222,7 @@ <pre caption="Recompile the kernel"> # <i>cd /usr/src/linux/</i> # <i>make menuconfig</i> +# <i>make</i> </pre> <p> @@ -226,8 +230,7 @@ </p> <pre caption="Copying the kernel"> -<comment>(Assuming the boot partition is mounted at /mnt/gentoo/boot)</comment> -# <i>cp /usr/src/linux/arch/i386/boot/bzImage /mnt/gentoo/boot</i> +# <i>cp /usr/src/linux/arch/i386/boot/bzImage /boot</i> </pre> <p> -- [email protected] mailing list
