|
@@ -97,13 +97,6 @@ root (hd0,3)
|
|
|
kernel /boot/lfskernel-&linux-version; root=/dev/hda4
|
|
|
EOF</userinput></screen>
|
|
|
|
|
|
-<note><para>By default, Grub will automatically pass a <parameter>mem=xxx</parameter>
|
|
|
-command line argument to the kernel. However, Grub occasionally gets the amount
|
|
|
-of memory wrong which can lead to problems in some circumstances. It's best to
|
|
|
-disable this functionality and let the kernel determine the amount of memory
|
|
|
-itself, hence the use of the <parameter>--no-mem-option</parameter> above.</para>
|
|
|
-</note>
|
|
|
-
|
|
|
<para>You may want to add an entry for your host distribution. It might look
|
|
|
like this:</para>
|
|
|
|