* [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
@ 2005-12-21 19:09 swift
0 siblings, 0 replies; 6+ messages in thread
From: swift @ 2005-12-21 19:09 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/12/21 19:09:01
Modified: xml/htdocs/doc/en grub-error-guide.xml
Log:
An 15-error can occur on a raid-5 system as well, tx to Sander (humilis.net) for reporting
Revision Changes Path
1.12 +5 -4 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.12&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.12&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.11&r2=1.12&cvsroot=gentoo
Index: grub-error-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- grub-error-guide.xml 15 Dec 2005 15:52:16 -0000 1.11
+++ grub-error-guide.xml 21 Dec 2005 19:09:01 -0000 1.12
@@ -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.11 2005/12/15 15:52:16 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.12 2005/12/21 19:09:01 swift Exp $ -->
<guide link="/doc/en/grub-error-guide.xml">
<title>Gentoo Grub Error Collection</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.7</version>
-<date>2005-12-15</date>
+<version>1.8</version>
+<date>2005-12-21</date>
<chapter>
<title>Starting notes</title>
@@ -242,7 +242,8 @@
<p>
Another reported mistake is to have the BIOS ignore the disk on which the kernel
-or grub stages reside.
+or grub stages reside. Also, the partition on which grub stores its stages
+should not use a software RAID-5 (or other striping technology) configuration.
</p>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
@ 2008-05-23 20:14 Sven Vermeulen
0 siblings, 0 replies; 6+ messages in thread
From: Sven Vermeulen @ 2008-05-23 20:14 UTC (permalink / raw
To: gentoo-doc-cvs
swift 08/05/23 20:14:57
Modified: grub-error-guide.xml
Log:
Coding style
Revision Changes Path
1.16 xml/htdocs/doc/en/grub-error-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?r1=1.15&r2=1.16
Index: grub-error-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- grub-error-guide.xml 13 Jan 2008 20:34:31 -0000 1.15
+++ grub-error-guide.xml 23 May 2008 20:14:57 -0000 1.16
@@ -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.15 2008/01/13 20:34:31 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.16 2008/05/23 20:14:57 swift Exp $ -->
<guide link="/doc/en/grub-error-guide.xml">
<title>Gentoo Grub Error Collection</title>
@@ -14,8 +14,8 @@
</author>
<abstract>
-The objective of this error collection is to list the GRUB problems and errors
-people can be facing. All these solutions have been acquired through the
+The objective of this error collection is to list the GRUB problems and errors
+people can be facing. All these solutions have been acquired through the
cooperation of many users of the Gentoo Forums.
</abstract>
@@ -98,7 +98,7 @@
<p>
<uri link="http://forums.gentoo.org/profile.php?mode=viewprofile&u=39305">penetrode</uri>
wrote that this may also be due to bad CFLAGS settings.
-Although the current grub ebuild filters out <c>-fstack-protector</c>, it can't
+Although the current grub ebuild filters out <c>-fstack-protector</c>, it can't
hurt to recompile grub with clean CFLAGS if nothing else helps.
</p>
@@ -132,7 +132,7 @@
<body>
<p>
-When you installed grub in your boot record using the interactive commands,
+When you installed grub in your boot record using the interactive commands,
did you execute the two lines below in the grub prompt?
</p>
@@ -197,7 +197,7 @@
</p>
<p>
-Frequently, the error notes a missing kernel image file. Make sure that
+Frequently, the error notes a missing kernel image file. Make sure that
the file it is referring to exists on your boot partition.
</p>
@@ -259,7 +259,7 @@
<p>
If you are certain they are valid, then you <e>might</e> be using a flawed GRUB
-version (0.93.20031222). Upgrade your Portage tree or mask this version of
+version (0.93.20031222). Upgrade your Portage tree or mask this version of
grub:
</p>
@@ -276,7 +276,7 @@
<pre caption="Using grub-install">
<comment>(The --root-directory is needed if you are using a separate boot
-partition,
+partition,
otherwise you should leave it out)</comment>
# <i>grub-install --root-directory=/boot /dev/hda</i>
</pre>
@@ -360,7 +360,7 @@
<p>
Try an update for your BIOS and/or move your boot partition to the
-front (or at least into the appropriate range).
+front (or at least into the appropriate range).
</p>
</body>
@@ -388,8 +388,8 @@
<p>
According to
<uri link="http://forums.gentoo.org/profile.php?mode=viewprofile&u=3139">airhead</uri>
-this can be caused by having your bios detect your disks automatically. Try to
-set your bios entry to User Type HDD.
+this can be caused by having your bios detect your disks automatically. Try to
+set your bios entry to User Type HDD.
</p>
<p>
@@ -425,7 +425,7 @@
<body>
<p>
-One reported cause was an exotic configuration of disk devices, like
+One reported cause was an exotic configuration of disk devices, like
ultra/non-ultra DMA disks on one cable.
</p>
@@ -487,8 +487,8 @@
<body>
<p>
-Strictly speaking, this is no grub error. One possible cause is that ACPI is
-not working correctly but is enabled in the kernel. Try to disable it in your
+Strictly speaking, this is no grub error. One possible cause is that ACPI is
+not working correctly but is enabled in the kernel. Try to disable it in your
bios or in your kernel.
</p>
@@ -659,9 +659,9 @@
<p>
First of all check if the splashscreen file you are referring to in your
-<path>grub.conf</path> really exists. If that is the case, go and check
-the grub ebuild. Maybe the patch for the splash image is commented out in the
-version that you are using.
+<path>grub.conf</path> really exists. If that is the case, go and check
+the grub ebuild. Maybe the patch for the splash image is commented out in the
+version that you are using.
</p>
</body>
@@ -733,8 +733,8 @@
in grub 0.96. It is also known that grub 0.94 r1 and grub 0.94 r2
should work correctly. If that fails too, you can try to emerge
grub-static which is currently stable on amd64 and unstable on x86
-(~x86). Check out bug
-<uri link="http://bugs.gentoo.org/show_bug.cgi?id=79378">#79378</uri>
+(~x86). Check out bug
+<uri link="http://bugs.gentoo.org/show_bug.cgi?id=79378">#79378</uri>
for additional information.
</p>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
@ 2008-01-13 20:34 Lukasz Damentko
0 siblings, 0 replies; 6+ messages in thread
From: Lukasz Damentko @ 2008-01-13 20:34 UTC (permalink / raw
To: gentoo-doc-cvs
rane 08/01/13 20:34:31
Modified: grub-error-guide.xml
Log:
we don't copy proc/mounts, we grep it, #205704
Revision Changes Path
1.15 xml/htdocs/doc/en/grub-error-guide.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?r1=1.14&r2=1.15
Index: grub-error-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- grub-error-guide.xml 29 Nov 2006 15:48:57 -0000 1.14
+++ grub-error-guide.xml 13 Jan 2008 20:34:31 -0000 1.15
@@ -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.14 2006/11/29 15:48:57 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.15 2008/01/13 20:34:31 rane Exp $ -->
<guide link="/doc/en/grub-error-guide.xml">
<title>Gentoo Grub Error Collection</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.8</version>
-<date>2005-12-21</date>
+<version>1.9</version>
+<date>2008-01-13</date>
<chapter>
<title>Starting notes</title>
@@ -581,7 +581,7 @@
</p>
<pre caption="Updating the mtab file">
-# <i>cp /proc/mounts /etc/mtab</i>
+# <i>grep -v rootfs /proc/mounts > /etc/mtab</i>
</pre>
</body>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
@ 2005-12-15 15:52 Xavier Neys
0 siblings, 0 replies; 6+ messages in thread
From: Xavier Neys @ 2005-12-15 15:52 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/12/15 15:52:16
Modified: xml/htdocs/doc/en grub-error-guide.xml
Log:
s/existance/existence/
Revision Changes Path
1.11 +2 -2 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.11&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.11&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.10&r2=1.11&cvsroot=gentoo
Index: grub-error-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- grub-error-guide.xml 15 Dec 2005 01:43:25 -0000 1.10
+++ grub-error-guide.xml 15 Dec 2005 15:52:16 -0000 1.11
@@ -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.10 2005/12/15 01:43:25 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.11 2005/12/15 15:52:16 neysx Exp $ -->
<guide link="/doc/en/grub-error-guide.xml">
<title>Gentoo Grub Error Collection</title>
@@ -208,7 +208,7 @@
have available:
</p>
-<pre caption="Verifying kernel image existance">
+<pre caption="Verifying kernel image existence">
# <i>cd /boot</i>
# <i>ls</i>
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
@ 2005-12-15 1:43 Lukasz Damentko
0 siblings, 0 replies; 6+ messages in thread
From: Lukasz Damentko @ 2005-12-15 1:43 UTC (permalink / raw
To: gentoo-doc-cvs
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>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
@ 2005-09-08 8:37 Shyam Mani
0 siblings, 0 replies; 6+ messages in thread
From: Shyam Mani @ 2005-09-08 8:37 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/09/08 08:37:18
Modified: xml/htdocs/doc/en grub-error-guide.xml
Log:
< Deathwing00> rane: http://www.gentoo.org/doc/en/grub-error-guide.xml <- can I have my email address corrected? (Since rane can't write yet, I'm doing it for him :p)
Revision Changes Path
1.9 +3 -3 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.9&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.9&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.8&r2=1.9&cvsroot=gentoo
Index: grub-error-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- grub-error-guide.xml 17 Apr 2005 21:08:14 -0000 1.8
+++ grub-error-guide.xml 8 Sep 2005 08:37:18 -0000 1.9
@@ -1,13 +1,13 @@
<?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.8 2005/04/17 21:08:14 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.9 2005/09/08 08:37:18 fox2mike Exp $ -->
<guide link="/doc/en/grub-error-guide.xml">
<title>Gentoo Grub Error Collection</title>
<author title="Thread Reviewer">Hartwig Brandl</author>
<author title="Editor">
- <mail link="deathwing00@forums.gentoo.org">Ioannis Aslanidis</mail>
+ <mail link="deathwing00@gentoo.org">Ioannis Aslanidis</mail>
</author>
<author title="Editor">
<mail link="swift@gentoo.org">Sven Vermeulen</mail>
@@ -21,7 +21,7 @@
<license/>
-<version>1.5</version>
+<version>1.6</version>
<date>2005-04-17</date>
<chapter>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-05-23 20:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-21 19:09 [gentoo-doc-cvs] cvs commit: grub-error-guide.xml swift
-- strict thread matches above, loose matches on Subject: below --
2008-05-23 20:14 Sven Vermeulen
2008-01-13 20:34 Lukasz Damentko
2005-12-15 15:52 Xavier Neys
2005-12-15 1:43 Lukasz Damentko
2005-09-08 8:37 Shyam Mani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox