how to install linux on T42 ?
how to install linux on T42 ?
I have received the T42. It has Windows XP on it. I also like to partition the disk and install linux on it.
1) which Linux goes easy with T42 ? Redhat or SUSE ? I mean interms of drivers , setup etc?
2) Is there a way to do this with out uninstalling windows ?
Thanks
1) which Linux goes easy with T42 ? Redhat or SUSE ? I mean interms of drivers , setup etc?
2) Is there a way to do this with out uninstalling windows ?
Thanks
don't know much about linux (yet).. but I have a friend who is running Gentoo on his notebook..
you have two options:
1) kill the recovery partition, format it, and use it as a linux partition
2) resize the windows partition (for isntance with partition magic) and use remaining space for linux
with either option you'll have to install a boot-manager, so you can swith OS'es at boot!
you have two options:
1) kill the recovery partition, format it, and use it as a linux partition
2) resize the windows partition (for isntance with partition magic) and use remaining space for linux
with either option you'll have to install a boot-manager, so you can swith OS'es at boot!
t41p (ibm a/b/g & bluetooth) running windows 2003 server
-
carbon_unit
- Moderator Emeritus

- Posts: 2988
- Joined: Sat Apr 24, 2004 9:10 pm
- Location: South Central Iowa, USA
Most linux distro's include a partitioning tool but not many handle NTFS well.
You should be able to leave the restore partition intact and resize the windows partition to install linux.
Linux will usually ask if you want to install a bootloader so you can dual boot.
See my post here for my recommendation.
http://forum.thinkpads.com/viewtopic.ph ... highlight=
It is supposed to resize NTFS properly and is very easy to install.
You should be able to leave the restore partition intact and resize the windows partition to install linux.
Linux will usually ask if you want to install a bootloader so you can dual boot.
See my post here for my recommendation.
http://forum.thinkpads.com/viewtopic.ph ... highlight=
It is supposed to resize NTFS properly and is very easy to install.
I have Gentoo on my T41, and I have it set up so I can even boot it from VMWare in Windows as well as boot it normally. IMHO, it is really too much trouble to set Linux up on a T41 and have everything working. Power management doesn't work perfectly (neither APM or ACPI - various devices will be broken after resuming from suspend), and most importantly, I can't seem to get a VPN connection working, even though I have in the past in Fedora. Quite honestly, Gentoo runs better on my xbox than on my ThinkPad :-\ That's part of the reason I usually just start it in VMWare instead of normally (actually, I just tried it for kicks one day to see if it would work, and now I use it a lot, heh).
First off, go to http://tuxmobil.org/ibm.html and look at the pages there.
I just put Redhat Fedora Core 2 (FC2) on my T42 and did so with almost no problem (but not quite). The problem I encountered was that FC2 does not come with cpufreq enabled. cpufreq permits speedstep support. This *was* availible in FC1, so I had assumed that FC2 had it, but no dice. Otherwise, you basically have everything you need in FC2 and it installs just fine "out of the box".
My steps were:
1) Create recovery CDs (7 of them) using the Access IBM menus.
2) Resize partitions on the drive using PartitionMagic 7.0. This is a handy utility that lets you move and resize partitions without deleting anything on them. They already have it where I work, but if you purchase it, it's money well spent. I also deleted the IBM_SERVICE partition. Note that a restore from recovery CD's will wipe your entire hard drive. A restore from the IBM_SERVICE partition will give you the option of preserving existing partitions (thus allowing you to restore Windows without blowing away Linux). Depending on your situation, you may want to leave the IBM_SERVICE partition in place. I chose to delete it because I have access to a copy of Norton Ghost to back up the NTFS partition, and I went through an involved process to create a Windows XP boot and install CD from the existing installation. Search for Comee's initial post on his impressions of his T42 for info on how to do this.
3) Stick in the 1st disk of FC2 and install away. It will automatically configure GRUB to let you boot Windows or Linux
4) If you want to enable speedstepping, you will have to recompile the kernel. This is actually not that hard...the hardest thing by far is configuring the kernel, but I can give you my config file if you want. I also got suspend-to-disk to work in linux with the new kernel as well.
5) install wireless drivers: This is the other hard part, and depends on which card you have. But there are plenty of people on Tuxmobile.org who have done this.
Specific pages that I found mode helpful (all linked from tuxmobile.org):
http://theorie.physik.uni-wuerzburg.de/ ... uter/T41p/ very very useful for madwifi drivers and ACPI (but network configuring is different in FC2 than in Debian, so some Debian-specific things don't work)
http://vsharma.net/thinkpad-t41p-fedora-core1/ has more apropos network configs.
http://www.sas.upenn.edu/~vbraun/comput ... index.html has great info on ACPI configuration and kernel configuration.
I am currently writing a webpage with my FC2 install experience. In the meantime, let me know if you get to the stage where you want to rebuild the kernel and I can send you my kernel config and some HOWTOs.
Mofongo
I just put Redhat Fedora Core 2 (FC2) on my T42 and did so with almost no problem (but not quite). The problem I encountered was that FC2 does not come with cpufreq enabled. cpufreq permits speedstep support. This *was* availible in FC1, so I had assumed that FC2 had it, but no dice. Otherwise, you basically have everything you need in FC2 and it installs just fine "out of the box".
My steps were:
1) Create recovery CDs (7 of them) using the Access IBM menus.
2) Resize partitions on the drive using PartitionMagic 7.0. This is a handy utility that lets you move and resize partitions without deleting anything on them. They already have it where I work, but if you purchase it, it's money well spent. I also deleted the IBM_SERVICE partition. Note that a restore from recovery CD's will wipe your entire hard drive. A restore from the IBM_SERVICE partition will give you the option of preserving existing partitions (thus allowing you to restore Windows without blowing away Linux). Depending on your situation, you may want to leave the IBM_SERVICE partition in place. I chose to delete it because I have access to a copy of Norton Ghost to back up the NTFS partition, and I went through an involved process to create a Windows XP boot and install CD from the existing installation. Search for Comee's initial post on his impressions of his T42 for info on how to do this.
3) Stick in the 1st disk of FC2 and install away. It will automatically configure GRUB to let you boot Windows or Linux
4) If you want to enable speedstepping, you will have to recompile the kernel. This is actually not that hard...the hardest thing by far is configuring the kernel, but I can give you my config file if you want. I also got suspend-to-disk to work in linux with the new kernel as well.
5) install wireless drivers: This is the other hard part, and depends on which card you have. But there are plenty of people on Tuxmobile.org who have done this.
Specific pages that I found mode helpful (all linked from tuxmobile.org):
http://theorie.physik.uni-wuerzburg.de/ ... uter/T41p/ very very useful for madwifi drivers and ACPI (but network configuring is different in FC2 than in Debian, so some Debian-specific things don't work)
http://vsharma.net/thinkpad-t41p-fedora-core1/ has more apropos network configs.
http://www.sas.upenn.edu/~vbraun/comput ... index.html has great info on ACPI configuration and kernel configuration.
I am currently writing a webpage with my FC2 install experience. In the meantime, let me know if you get to the stage where you want to rebuild the kernel and I can send you my kernel config and some HOWTOs.
Mofongo
T42p 2379-DYU: 1.8 GHz Dothan, 15" Flexview UXGA, Bluetooth, IBM a/b/g, 80GB 5400RPM
If you can't beat your computer at chess, try kickboxing.
If you can't beat your computer at chess, try kickboxing.
I have seen in several forums that linux distros with new 2.6 kernel can run into problems when setting up a dual boot system. You can see a fairly detailed description of the problem as it appears in FC2 here:
http://lwn.net/Articles/86835/
I guess it has something to do with differences in the way that windows and linux 2.6 read the harddrive geometry.
http://lwn.net/Articles/86835/
I guess it has something to do with differences in the way that windows and linux 2.6 read the harddrive geometry.
I think you may need the a T42 to have the option of creating your own recovery CDs. IBM changed their recovery software between T41 and T42.
But you should check when you get your T41 just in case. On the T42, you launch "Access IBM" (from within Windows), then select "Protect & Recover", then "Create Product Recovery Disks".
Mofongo
But you should check when you get your T41 just in case. On the T42, you launch "Access IBM" (from within Windows), then select "Protect & Recover", then "Create Product Recovery Disks".
Mofongo
T42p 2379-DYU: 1.8 GHz Dothan, 15" Flexview UXGA, Bluetooth, IBM a/b/g, 80GB 5400RPM
If you can't beat your computer at chess, try kickboxing.
If you can't beat your computer at chess, try kickboxing.
-
- Similar Topics
- Replies
- Views
- Last post
-
-
AMD Catalyst Install Manager will not install video card driver on T60
by psun9999 » Mon Mar 13, 2017 1:33 am » in ThinkPad T6x Series - 1 Replies
- 1464 Views
-
Last post by zoltan87
Mon Mar 13, 2017 5:55 pm
-
-
-
770X Aftermarket Battery? (*And quick PIII linux question)
by Choram » Wed Jan 04, 2017 6:52 am » in ThinkPad Legacy Hardware - 1 Replies
- 928 Views
-
Last post by Dekks
Thu Jan 05, 2017 12:43 am
-
-
-
What is a good Linux OS for legacy thinkpads?
by Blender » Sat Jan 07, 2017 1:47 am » in ThinkPad Legacy Hardware - 26 Replies
- 2621 Views
-
Last post by Farro
Thu Jan 19, 2017 11:55 am
-
-
-
X60 tablet activation or Linux question
by Billaboard » Thu Jan 12, 2017 8:00 pm » in Thinkpad X6x Series incl. X6x Tablet - 12 Replies
- 1865 Views
-
Last post by Billaboard
Fri Jan 20, 2017 6:18 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests



