diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/grub.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 812c23edb..b446f42dd 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -105,6 +105,7 @@ cat device.map</userinput></screen> <screen role="nodump"><userinput>grub-install /dev/sda</userinput></screen> +<!-- This does not seem to be true any more <note><para><application>grub-install</application> is a script and calls another program, grub-probe, that may fail with a message "cannot stat `/dev/root'". If so, create a temporary symbolic link from your root partition to /dev/root:</para> @@ -114,7 +115,7 @@ cat device.map</userinput></screen> <para>The symbolic link will only be present until the system is rebooted. The link is only needed for the installation procedure. </para></note> - +--> </sect2> <sect2> |