Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: grub-error-guide.xml
Date: Fri, 23 May 2008 20:15:00
Message-Id: E1JzdfF-0006H5-4s@stork.gentoo.org
1 swift 08/05/23 20:14:57
2
3 Modified: grub-error-guide.xml
4 Log:
5 Coding style
6
7 Revision Changes Path
8 1.16 xml/htdocs/doc/en/grub-error-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/grub-error-guide.xml?r1=1.15&r2=1.16
13
14 Index: grub-error-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- grub-error-guide.xml 13 Jan 2008 20:34:31 -0000 1.15
21 +++ grub-error-guide.xml 23 May 2008 20:14:57 -0000 1.16
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.15 2008/01/13 20:34:31 rane Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub-error-guide.xml,v 1.16 2008/05/23 20:14:57 swift Exp $ -->
27
28 <guide link="/doc/en/grub-error-guide.xml">
29 <title>Gentoo Grub Error Collection</title>
30 @@ -14,8 +14,8 @@
31 </author>
32
33 <abstract>
34 -The objective of this error collection is to list the GRUB problems and errors
35 -people can be facing. All these solutions have been acquired through the
36 +The objective of this error collection is to list the GRUB problems and errors
37 +people can be facing. All these solutions have been acquired through the
38 cooperation of many users of the Gentoo Forums.
39 </abstract>
40
41 @@ -98,7 +98,7 @@
42 <p>
43 <uri link="http://forums.gentoo.org/profile.php?mode=viewprofile&amp;u=39305">penetrode</uri>
44 wrote that this may also be due to bad CFLAGS settings.
45 -Although the current grub ebuild filters out <c>-fstack-protector</c>, it can't
46 +Although the current grub ebuild filters out <c>-fstack-protector</c>, it can't
47 hurt to recompile grub with clean CFLAGS if nothing else helps.
48 </p>
49
50 @@ -132,7 +132,7 @@
51 <body>
52
53 <p>
54 -When you installed grub in your boot record using the interactive commands,
55 +When you installed grub in your boot record using the interactive commands,
56 did you execute the two lines below in the grub prompt?
57 </p>
58
59 @@ -197,7 +197,7 @@
60 </p>
61
62 <p>
63 -Frequently, the error notes a missing kernel image file. Make sure that
64 +Frequently, the error notes a missing kernel image file. Make sure that
65 the file it is referring to exists on your boot partition.
66 </p>
67
68 @@ -259,7 +259,7 @@
69
70 <p>
71 If you are certain they are valid, then you <e>might</e> be using a flawed GRUB
72 -version (0.93.20031222). Upgrade your Portage tree or mask this version of
73 +version (0.93.20031222). Upgrade your Portage tree or mask this version of
74 grub:
75 </p>
76
77 @@ -276,7 +276,7 @@
78
79 <pre caption="Using grub-install">
80 <comment>(The --root-directory is needed if you are using a separate boot
81 -partition,
82 +partition,
83 otherwise you should leave it out)</comment>
84 # <i>grub-install --root-directory=/boot /dev/hda</i>
85 </pre>
86 @@ -360,7 +360,7 @@
87
88 <p>
89 Try an update for your BIOS and/or move your boot partition to the
90 -front (or at least into the appropriate range).
91 +front (or at least into the appropriate range).
92 </p>
93
94 </body>
95 @@ -388,8 +388,8 @@
96 <p>
97 According to
98 <uri link="http://forums.gentoo.org/profile.php?mode=viewprofile&amp;u=3139">airhead</uri>
99 -this can be caused by having your bios detect your disks automatically. Try to
100 -set your bios entry to User Type HDD.
101 +this can be caused by having your bios detect your disks automatically. Try to
102 +set your bios entry to User Type HDD.
103 </p>
104
105 <p>
106 @@ -425,7 +425,7 @@
107 <body>
108
109 <p>
110 -One reported cause was an exotic configuration of disk devices, like
111 +One reported cause was an exotic configuration of disk devices, like
112 ultra/non-ultra DMA disks on one cable.
113 </p>
114
115 @@ -487,8 +487,8 @@
116 <body>
117
118 <p>
119 -Strictly speaking, this is no grub error. One possible cause is that ACPI is
120 -not working correctly but is enabled in the kernel. Try to disable it in your
121 +Strictly speaking, this is no grub error. One possible cause is that ACPI is
122 +not working correctly but is enabled in the kernel. Try to disable it in your
123 bios or in your kernel.
124 </p>
125
126 @@ -659,9 +659,9 @@
127
128 <p>
129 First of all check if the splashscreen file you are referring to in your
130 -<path>grub.conf</path> really exists. If that is the case, go and check
131 -the grub ebuild. Maybe the patch for the splash image is commented out in the
132 -version that you are using.
133 +<path>grub.conf</path> really exists. If that is the case, go and check
134 +the grub ebuild. Maybe the patch for the splash image is commented out in the
135 +version that you are using.
136 </p>
137
138 </body>
139 @@ -733,8 +733,8 @@
140 in grub 0.96. It is also known that grub 0.94 r1 and grub 0.94 r2
141 should work correctly. If that fails too, you can try to emerge
142 grub-static which is currently stable on amd64 and unstable on x86
143 -(~x86). Check out bug
144 -<uri link="http://bugs.gentoo.org/show_bug.cgi?id=79378">#79378</uri>
145 +(~x86). Check out bug
146 +<uri link="http://bugs.gentoo.org/show_bug.cgi?id=79378">#79378</uri>
147 for additional information.
148 </p>
149
150
151
152
153 --
154 gentoo-doc-cvs@l.g.o mailing list