Installing Debian on a ThinkPad 750P
Contents
Overview
I got out my 750P again and installed Debian, just because I can. These instructions are for Debian 3.0, or Woody. That version actually works. While 3.1 (Sarge) says you can use ThinkPads, it won't work on this machine. You can upgrade to a later Debian, or perhaps Ubuntu.
The installation steps here should work on any 750-series ThinkPad. This guide does not cover partitioning or booting multiple operating systems.
Executive summary for Debian experts: Just follow the normal instructions adding floppy=thinkpad as a boot parameter and it works just as you'd expect.
This is a draft. --Whizkid 17:10, 19 November 2007 (UTC)
Preparation
Download the Debian Woody floppy images: rescue, root and the four for drivers. Make diskettes. On another Linux machine, I used this command:
sudo dd if=rescue.bin of=/dev/floppy
Since diskettes are notoriously unreliable, I read each one back like this:
sudo dd if=/dev/floppy of=test.bin
Then run md5sum * to see if it matches the correct image. If not, try again, or use another diskette.
Installation
- Insert the rescue diskette and boot the machine.
- More to come