* Model: 236641U
* Intel Mobile Pentium 4, 1.80 MHz Processor, 512Kb
* 256 Mb
* 8X-3.3X DVD-ROM (bootable)
* 36 GB HDD - Intel 82801 CAM Ultra ATA
* 14.1" IBM TFT 1024x768 LCD Panel
* ATI Mobility Radion 7500
* Intel PRO/100 VE Network Connection
* SoundMAX Integrated Digital Audio.
* Li-Ion battery
* IBM
Link
I purchased the computer new from IBM - I tried to get one without having to pay the Microsoft Tax, but was unable to. Several reliable tech people I know using/supporting XP have said that XP gets flaky after about a year, but 2k seems to be ok so far. So I got a computer with Windows 2000 pre-installed. I decided to keep W2k and make this a dual boot system
I was pleased to see that the hard drive was formatted as FAT32 which
meant that FIPS would work well to re-partition the hard drive w/out
having to re-install Windows. The standard T30 does not come with a
floppy drive, just a DVD drive. I purchased the floppy drive (you remove
the DVD drive and replace it with the floppy drive) - but in
theory one could just as easily make bootable CDs to run FIPS.
The stock IBM install comes with two primary partitions
* one for the OS (/dev/hda0)
* one for system recovery. (/dev/hda1)
I defragmented the HD, booted from the floppy and ran FIPS (it comes with the RedHat install). It gave me a warning about how the logical cylinder didn't match the physical one, but not to worry about it. With FIPS, I broke the first 36 GIG partition into two partitions of about 18 Gig. I rebooted into Win2k and ran scandisk on the new C drive to make sure all was ok. There is a good description of FIPS installation at http://www.wiu.edu/users/mflll/linux1.html and the RedHat site has a nice description on FIPS at http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/install-guide/s1-x86-dualboot-fips.html
Note: since the disk here is 40 Gig - you can't break the partition
below 1024 cylinders with FIPS. As I stated above, I split the partition evenly with about
18gig each for Win2k and for Linux - that is ok to do (see below). During the Linux install I partitioned the Linux partition further (see below).
How not to do it:
I first thought "Oh no! I have to have
the /boot partition below 1024!" and tried using Ghost to move around
partitions - moving the Win2k partition into the second partition
created with FIPS and installing RedHat on the first partition. Dual
booting was fine - except that stupid Windows couldn't find its paging
file after logging in. (The error is in the Microsoft KB 249321:
Unable to Log on if the Boot Partition Drive Letter Has Changed )
I tried hide/unhide, makeactive, map, and chainloader commands
in grub to no avail. I could have followed the Microsoft published fix
249321 - but it is common knowledge that what is published in the KB is
usually missing steps (I think its so that you have to call and pay for
support). It was more work than Windows deserved.
Fortunately - I came to my
senses when I realized the T30 supports LBA32! Time to
start over from scratch: IBM comes with a system restore partition - I
booted into it (see later) reformatted the disk and reinstalled Windows.
It took at least an hour and many reboots - but eventually I got back
to the original state. By the way - the IBM restore program is GREAT.
Even though it was windows (which meant it had to reboot many times)
the reinstall didn't require my input. I was relieved that I didn't
have to sit there like one of those chickens trained to press a key
when it lights up. Nb: if you
do a re-install - make sure the DVD drive is in the system - otherwise
you won't get the DVD software installed.
Ok - now that we learned what not to
do.....
alias startx="startx -- -nolisten tcp"
Network card works fine - (detected during setup and configured
automatically: uses eepro100 module)
Detected during setup and configured automatically (uses i810_audio
module)
The volume buttons at the top of the keyboard work - no special
configuration needed.
Reading the driver documentation for the i810_audio module - I found it
recommended setting esd (if you are using it) to probe at 48000 with
a "-r 48000" flag so I
modified the file /etc/esd.conf and added it to the end of the
line that starts with "spawn_options=". I didn't notice any difference
but then I don't typically work with the computer making sounds.
/dev/hda: Timing buffer-cache reads: 128 MB in 0.35 seconds =368.20 MB/sec Timing buffered disk reads: 64 MB in 3.21 seconds = 19.94 MB/sec
In Linux: Run up2date - get latest patches for RedHat - end of story.
In Win2k: Run WindowsUpdate - reboot - run WindowUpdate - reboot ...
(repeat many times .)
Other pages on T30
Copyright 2002-2003 Afan Ottenheimer
Based on page at http://swallow.bio.brandeis.edu/~vrossum/t21.html