neysx 07/11/27 19:23:06 Modified: hb-install-x86+amd64-bootloader.xml Log: #119883 Bring lilo back in amd64 bootloader install
Revision Changes Path 1.9 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.8&r2=1.9 Index: hb-install-x86+amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- hb-install-x86+amd64-bootloader.xml 7 May 2007 18:11:41 -0000 1.8 +++ hb-install-x86+amd64-bootloader.xml 27 Nov 2007 19:23:06 -0000 1.9 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.8 2007/05/07 18:11:41 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.9 2007/11/27 19:23:06 neysx Exp $ --> <sections> -<version>5.0</version> -<date>2007-05-07</date> +<version>5.1</version> +<date>2007-11-27</date> <section> <title>Making your Choice</title> @@ -24,11 +24,19 @@ program is called a <e>bootloader</e>. </p> -<p test="func:keyval('arch')='x86'"> -For x86, Gentoo Linux provides <uri +</body> +<body test="contains('AMD64 x86', func:keyval('arch'))"> +<p> +For <keyval id="arch"/>, Gentoo Linux provides <uri link="#grub">GRUB</uri> and <uri link="#lilo">LILO</uri>. </p> +<warn test="func:keyval('arch')='AMD64'"> +Using LILO on the AMD64 architecture is not recommended. +</warn> + +</body> +<body> <p> But before we install the bootloader, we inform you how to configure framebuffer (assuming you want it of course). With framebuffer you can run the @@ -159,35 +167,24 @@ </tr> </table> -</body> -<body test="contains('AMD64 IA64',func:keyval('arch'))"> - -<p> +<p test="contains('AMD64 IA64',func:keyval('arch'))"> The result of those two statements could be something like <c>vga=0x318 video=vesafb:mtrr:3,ywrap</c>. Write this setting down; you will need it shortly. </p> -<p test="func:keyval('arch')='AMD64'"> -While LILO does work on AMD64, Gentoo only supports using GRUB. Now continue by -its <uri link="#grub">installation</uri>. -</p> - -<p test="func:keyval('arch')='IA64'"> -Now, you should install the <uri link="#elilo">elilo bootloader</uri>. -</p> - -</body> -<body test="func:keyval('arch')='x86'"> - -<p> +<p test="func:keyval('arch')='x86'"> The result of those two statements could be something like <c>vga=0x318 video=vesafb:mtrr:3,ywrap</c> or <c>video=vesafb:mtrr:3,ywrap,[EMAIL PROTECTED]</c>. Write this setting down; you will need it shortly. </p> -<p> +<p test="func:keyval('arch')='IA64'"> +Now, you should install the <uri link="#elilo">elilo bootloader</uri>. +</p> + +<p test="not(func:keyval('arch')='IA64')"> Now continue by installing <uri link="#grub">GRUB</uri> <e>or</e> <uri link="#lilo">LILO</uri>. </p> @@ -503,12 +500,16 @@ </body> </subsection> </section> -<section id="lilo" test="func:keyval('arch')='x86'"> +<section id="lilo" test="contains('AMD64 x86', func:keyval('arch'))"> <title>Alternative: Using LILO</title> <subsection> <title>Installing LILO</title> <body> +<warn test="func:keyval('arch')='AMD64'"> +Using LILO on the AMD64 architecture is not recommended. +</warn> + <p> LILO, the LInuxLOader, is the tried and true workhorse of Linux bootloaders. However, it lacks some features that GRUB has (which is -- [EMAIL PROTECTED] mailing list
