Next Previous Contents

1. Introduction

1.1 Legal stuff

Copyright (C) 2000 Ingvar Hagelund, Ringshusveien 10, N-1176 OSLO, NORWAY
Verbatim copying and distribution of this entire document or parts of it is permitted in any medium, provided this notice is preserved.

"Linux" is a registrated trademark owned by Linus Torvalds. "IBM" and "RS/6000" are trademarks owned by IBM Corporation. "MS-DOS" is a trademark owned by Microsoft Corporation.

Updated: August 2. 2000

1.2 Disclaimer and scope

This document is made after own experiences on a 43P 7248-132. The things I did might or might not work for you. You are on your own risk. I take no responsibility whatsoever for any damage, loss or expenses because of something you might have done because this document said so. If you want to give me feedback on errors, typos, or anything that can make this document better, please feel free to contact me by sending an e-mail to ingvar@unik.no

This document is about installing linuxppc-2000 on the IBM RS/6000 43P, model 7248. The methods described in this document may or may not work on other machines or models. They may or may not work on other Linux distributions. Don't ask me about this, as I have not tested others. Look at the resources page for other resources on this. If you find that these instructions work on other models or distributions, please let me know, and I'll add that info here.

Note that the 7248-132 and 43P-132 is two terms for the same model, and the same goes for 7248-133 and 43P-133. These four terms describes almost the exactly same model, with modifications so small, I have not been able to find them. You can safly assume that they are all the same machine.

If you are reading an offline version of this document, please note that the most up-to-date version can be found at http://www.ifi.uio.no/~ingvarha/43p

If you feel that this document makes your life better, makes you glad and happy, or if you just are in a good mood, and have nothing to do, feel free to donate hardware, money, pizzas, e-mailed thankyous, postcards or anything to me. I can be reached at:
e-mail: ingvar@unik.no
snail-mail: Ingvar Hagelund, Ringshusveien 10, N-1176 OSLO, NORWAY

1.3 A short overview

over the 7248-133 and Linux for PowerPC. The data for the other 7248 models should not be too different from this.

The IBM RS/6000 43P model 7248-133 is a not extremely new PReP based PowerPC workstation which was produced from 1995 through 1997. The 43P series includes a lot of machines, both CHRP and PReP based. Our model has among other things this to offer:

You can find more information at IBM's sales manual for this machine

Linux has now a native port to the PowerPC processor, and all official code is maintained in the main kernel tree. The main part of the port was done by Gary Thomas. The story of the port can be found here. For more information on running Linux on the PowerPC processor, check out the LinuxPPC homepage http://www.linuxppc.org.

1.4 What's the matter, why not use the original install procedure?

The linuxppc-2000 distribution has no less than two installation programs included on the CD. Unfortunately, there are some bugs that we have to sort out to make them work. The first is the "native" linuxppc installer, made with a graphical user interface. We're going to use this method after some hacking to get it to work. The second is a text based simple installation. You may want to try it if nothing else works. The installer from the ncurses- and text based Red Hat installation program may also occure if you use old ramdisks. It's abandoned by LinuxPPC, and will not work with LinuxPPC-2000.

We are actually not going to change much. The only problem is that the X installer LinuxPPC has made is made to work on PowerMacs, and is therefore a little buggy on our dear 7248 box. So, we have to do some of the configuration manually. Don't despair, this document will lead you through it, step by step.

1.5 An overview on what to do

Here is what we are going to do:

Next Previous Contents