josejx 05/04/11 02:01:11 Modified: xml/htdocs/doc/en/handbook hb-install-ppc-medium.xml Log: Fixed BootX instructions for 2005.0 release.
Revision Changes Path 1.41 +44 -20 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo Index: hb-install-ppc-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- hb-install-ppc-medium.xml 10 Apr 2005 11:32:20 -0000 1.40 +++ hb-install-ppc-medium.xml 11 Apr 2005 02:01:11 -0000 1.41 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.40 2005/04/10 11:32:20 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.41 2005/04/11 02:01:11 josejx Exp $ --> <sections> @@ -471,7 +471,7 @@ </body> </subsection> <subsection> -<title>Default: Booting the Installation CD on a Apple/IBM</title> +<title>Default: Booting the Installation CD with Yaboot</title> <body> <p> @@ -481,24 +481,6 @@ </p> <p> -If you have an OldWorld Mac the bootable portion of the livecd can't be used. -Instead you need to download <uri -link="http://penguinppc.org/projects/bootx/">BootX</uri> and have a working -MacOS installed on your system. You need to copy the <c>BootX Extension</c> from -the unpacked archive-file into the <c>Extensions Folder</c> and make a new -directory called <c>Linux Kernels</c> in the System Folder. In the next step you -need to copy the files <c>G3G4kernel</c> and <c>initrd.img.gz</c> from the -Installation CD <path>boot</path> folder into the <c>Linux Kernels</c> -directory. Then reboot the system and wait for BootX to load. After BootX -loaded you still have to set up a few items. In the options dialog you need -to check <c>Use Specified RAM Disk</c> and select the <c>initrd.img.gz</c> -which you put in the <c>Linux Kernels</c> directory. The ramdisk size should -be set to at least <c>32000</c>. Furthermore the kernel argument needs to be -set to <c>rw init=/linuxrc cdroot</c>. Eventually you are able to boot the -Installation CD when you select Linux on Startup. -</p> - -<p> After the Installation CD loaded, you will be greeted by a friendly welcome message and a <e>boot:</e> prompt at the bottom of the screen. </p> @@ -576,6 +558,48 @@ </body> </subsection> + +<subsection> +<title>Alternative: Booting the Installation CD with BootX</title> +<body> + +<p> +If you have an OldWorld Mac the bootable portion of the livecd can't be used. +The most simple solution is to use MacOS to bootstrap into a Linux environment +with a tool called BootX. Boot floppies are being prepared for Macs without +MacOS, but they are not available at this time. +</p> +<p> +First, download <uri link="http://penguinppc.org/projects/bootx/">BootX</uri> +and unpack the archive. Copy the the <c>BootX Extension</c> from the unpacked +archive into <c>Extensions Folder</c> and the BootX App Control Panel into +<c>Control Panels</c>, both of which are located in your MacOS System Folder. +Next, copy the files <c>G3G4</c> and <c>G3G4.igz</c> from the Installation CD +<path>boot</path> folder into the MacOS <c>System Folder</c>. +</p> +<p> +To prepare BootX, start the BootX App Control Panel. First select the Options +dialog and check <c>Use Specified RAM Disk</c> and select <c>G3G4.igz</c> from +your System Folder. Continue back to the initial screen and ensure that the +ramdisk size is at least <c>32000</c>. Finally, set the kernel arguments as +shown below: +</p> + +<pre caption="BootX kernel arguments"> +cdroot root=/dev/ram0 init=linuxrc loop=livecd.squashfs looptype=squashfs console=tty0 nodevfs udev +</pre> +<note> +The kernel parameters in the yaboot section above are also applicable here. +</note> +<p> +Check once more to make sure the settings are correct and then save the +configuration. This saves typing just in case it doesn't boot or something is +missing. Press the Linux button at the top of the window to boot into the +LiveCD and continue with <uri link="#booted">And When You're Booted...</uri> +</p> +</body> +</subsection> + <subsection id="booted"> <title>And When You're Booted...</title> <body> -- [email protected] mailing list
